commands

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

where can i find the commands that run to start all of my
programs when windows starts? thanks
 
Sam said:
where can i find the commands that run to start all of my
programs when windows starts? thanks

Applications that start with Windows can be found here:
- the WIN.INI, section [windows], entries "run=" and "load="
- the Registry keys
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
- the folders
C:\DOCUMENTS AND SETTINGS\ALL USERS\START MENU\PROGRAMS\STARTUP
C:\DOCUMENTS AND SETTINGS\{username}\START MENU\PROGRAMS\STARTUP
See also "How to Troubleshoot By Using the Msconfig Utility in Windows
XP" (http://support.microsoft.com/?kbid=310560) and "How to Perform a
Clean Boot in Windows XP" (http://support.microsoft.com/?kbid=310353).
 
You can also run msconfig from the start menu (Start |
Run - type in msconfig), this gives you the option of
enabling or disabling any or all of the programs that
Windows startups.
 
Back
Top