Where is the startup folder in Windows XP Professional SP3?

I want to manually remove a certain program from starting automatically, and I cannot find a "Startup" folder any more.

The program I am referring to is uTorrent, if this will help.


Solution 1:

There are several places to look in Windows XP for programs that start automatically:

  1. Locations on the hard drive. (note that these change for Windows 7/Vista)
    • %AllUsersProfile%\Start Menu\Startup
    • %UserProfile%\Start Menu\Startup
  2. Locations in the registry. To edit the registry, press Win + R, type regedit, and hit enter. Be careful not to change any settings other than the ones you're specifically looking for here, as a lot of important system info is stored in the registry, and changing it can break things.
    • HKey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Run*
    • HKey_Current_User\Software\Microsoft\Windows\CurrentVersion\Run*
  3. Scheduled Tasks (can be scheduled to run at logon). The google updater is a good example. Scheduled tasks can be set/changed in the Control Panel.
  4. Services Press Win + R, type services.msc and press enter. Look for potentially unnecessary services set to run Automatically. Make sure not to disable services which are critical to the system though, otherwise your system will become unstable.

Most of these (but not all) are covered by using the msconfig program mentioned in another answer.

I'll also mention the HKey_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\WinLogon registry key. Here you'll find a shell key that should always be set to "explorer.exe", but it is possible to change it so something else that either replaces explorer.exe or starts another program along with explorer.exe.

* Run, RunOnce, RunServices, etc

Solution 2:

The easiest way to remove a program from startup is to do it using msconfig (most apps that are run on startup are not actually started from the Startup folder).

Hit WinKey + R, type msconfig, go to the startup tab and remove the program you don't need. Just don't go crazy with the tool, you might actually need some of the apps from startup; the best way is to research them a bit before removing anything.

Solution 3:

The best program for controlling startups of any type is autoruns.

Just start it up, wait for it to finish scanning, then type ctrl-f and the name of the program to find. If you would like to disable the found program, just uncheck it. F3 will check for the next occurrence of the search string.

If you would like to uninstall it, use Revo Uninstaller Freeware with caution.

Solution 4:

μTorrent has an option that controls this:

Options > Preferences > General

Start μTorrent on system startup

Clear this option and μTorrent should remain "off-line" until you start it manually.