Windows Startup Entries
Posted by yitz98 on 9-July-2008
The following are the registry entries where you can find all the program that startup at windows boot:
- HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Run
- HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \RunOnce
- HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Run
- HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Runonce
Clifford said
Enable services through the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
To enable (or change the startup options for) services on the local computer, locate the
Service, and set Start value to:
0 -boot
1 -system
2 -automatic
3 -manual