Results 1 to 7 of 7

Thread: How to launch programs in order in WindowsXP

  1. #1
    Join Date
    Feb 2009
    Posts
    56

    How to launch programs in order in WindowsXP

    hello friends,

    I need to launch multiple start-up programs one after the other in a
    specific order but doesn't know how to do the same....
    Does anybody have an idea about this.... kindly provide the necessary soln

    thnx

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    Re: How to launch programs in order in WindowsXP

    Create a new folder called C:\Ordered Launch and drag any shortcuts that currently reside in Start | All Programs | Startup to this new folder.

    If the shortcuts don't already exist, create them in the new folder.

    Open a command prompt, navigate to C:\Ordered Launch, and issue the command DIR /B /S > ordered.bat.
    Enter notepad ordered.bat to open the resulting batch file in Notepad.
    Copy and paste the lines in the desired launch order. Surround each line with quotes and precede it with the start command and a space; for example, start "C: \Ordered Launch\First Program.lnk".

    Double-click on the batch file to test it.

    The programs will start in the specified order, but if one takes longer to initialize, it may appear out of order.

    In that case, insert a delay line after the slow-starting program. This line will insert a 5-second delay: ping -n 5 127.0.0.1 > nul.
    Edit the value after -n to set a different delay.
    After testing the file, open Windows Explorer and right-drag it to the Startup folder, selecting Create Shortcuts Here.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: How to launch programs in order in WindowsXP

    STARTUP ORDER FOR WINDOWS NT4/2000/XP

    1. BootExecute
    HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute
    2. Services
    3. User enters a password and logon to the system
    4. UserInit
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserInit
    5. Shell
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
    6. All Users-RunOnce
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
    7. All Users-Run
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
    8. All Users-RunOnceEx
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
    9. All Users-RunEx
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunEx
    10. Current User-RunOnce
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
    11. Current User-Run
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
    12. Current User-RunOnceEx
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
    13. Current User-RunEx
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunEx
    14. Common Startup Folder
    15. Startup Folder

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: How to launch programs in order in WindowsXP

    You can try RegRun Start Control.

    RegRun Start Control allows you to specify any order for your startup programs and enables you to control the way they are processed.

    RegRun enables you to easily copy/move items between startup sections, and its user-friendly interface allows you to quickly manage all your startup items.

    For example:
    If you need to move the item from the Registry key ALL USERS RUN to CURRENT USER RUN - RegRun enables you to do this easily and quickly.
    Similarly you can move programs from your STARTUP FOLDER to the Registry key ALL USERS RUN.

  5. #5
    Join Date
    May 2009
    Posts
    1

    question Re: How to launch programs in order in WindowsXP

    Quote Originally Posted by SalVatore View Post
    Create a new folder called C:\Ordered Launch and drag any shortcuts that currently reside in Start | All Programs | Startup to this new folder.

    If the shortcuts don't already exist, create them in the new folder.

    Open a command prompt, navigate to C:\Ordered Launch, and issue the command DIR /B /S > ordered.bat.
    Enter notepad ordered.bat to open the resulting batch file in Notepad.
    Copy and paste the lines in the desired launch order. Surround each line with quotes and precede it with the start command and a space; for example, start "C: \Ordered Launch\First Program.lnk".

    Double-click on the batch file to test it.

    The programs will start in the specified order, but if one takes longer to initialize, it may appear out of order.

    In that case, insert a delay line after the slow-starting program. This line will insert a 5-second delay: ping -n 5 127.0.0.1 > nul.
    Edit the value after -n to set a different delay.
    After testing the file, open Windows Explorer and right-drag it to the Startup folder, selecting Create Shortcuts Here.
    This sounds like what I'm looking for but I can't follow you instructions. Can you break it down please step by step? i.e. Open a command prompt, navigate to C:\Ordered Launch, and issue the command DIR /B /S > ordered.bat. How do you open a command prompt etc..., thanks.

  6. #6
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to launch programs in order in WindowsXP

    hi,
    you can also use Startup Delayer which allows you to configure which programs to start first and which ones to delay when your computer is rebooted. You can set a custom delay for each one, even drag the visual display graph which shows you exactly how your programs are starting and allows you to easily modify the order or adjust delay times.

    download Startup Delayer

  7. #7
    Join Date
    Dec 2008
    Posts
    1,108

    Re: How to launch programs in order in WindowsXP

    Quote Originally Posted by KatieJean0403 View Post
    This sounds like what I'm looking for but I can't follow you instructions. Can you break it down please step by step? i.e. Open a command prompt, navigate to C:\Ordered Launch, and issue the command DIR /B /S > ordered.bat. How do you open a command prompt etc..., thanks.

    To open command prompt click on start menu and in run dialog box type "cmd" and then then follow the instructions as mentioned above. to get more familiar with command prompt refer following:

    Command Prompt (Windows)

    Command-line reference A-Z

    Command Prompt Keyboard Shortcuts

    Good luck
    The difference between stupidity and genius is that genius has its limits. - Albert Einstein

    What we think, we become (Please don't think you are a superhero and don't try to fly)

    "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY"

Similar Threads

  1. Programs Will Not Launch due to virus In The AVG Vault
    By Tufan in forum Networking & Security
    Replies: 5
    Last Post: 07-08-2011, 09:36 AM
  2. Correct order to learn Adobe CS4 programs?
    By Armando-H in forum Windows Software
    Replies: 4
    Last Post: 14-07-2010, 05:57 PM
  3. How to launch programs with shortcut hotkeys
    By mesterio in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2010, 03:30 AM
  4. Automatically launch programs when OS X starts
    By roumieh2000 in forum Operating Systems
    Replies: 3
    Last Post: 31-08-2009, 09:03 AM
  5. Launch programs at startup
    By labman in forum Customize Desktop
    Replies: 3
    Last Post: 28-02-2009, 08:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,018,302.13196 seconds with 16 queries