application launch at start up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get eliminate the automactic launch of various applications at start
up? I don't want to remove the apps, just don't want to stop them from
launching when windows launches. thanks.
 
Look at the registry

HKLM\Software\Microsoft\Windows\Currentversion\Run
HKCU\Software\Microsoft\Windows\Currentversion\Run

and remove the entries of the software that you don't want to load at
Windows startup

Also, look at Start->All programs->Start

--
Saludos,

Marc
MCP - MVP Windows Shell/User
Oracle9i Certified Associate (OCA)

Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no
otorga ningún derecho.
 
Look at the registry

HKLM\Software\Microsoft\Windows\Currentversion\Run
HKCU\Software\Microsoft\Windows\Currentversion\Run

and remove the entries of the software that you don't want to load at
Windows startup

Also, look at Start->All programs->Start

Or use "MSConfig" disable the loading of them.
 
Back
Top