• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Calling Redduc, where are the startup entires stored in the registry?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
there are about a dozen places in the registry were they are stored, not just those two. Get something like autoruns from sysinternals.com and you can all edit them comfortably. It also lists the registry keys for all of them
 
Flamed_Chip said:
HKLM/Software/Microsoft/Current Version/Run

and

HKCU/Software/Microsoft/Current Version/Run

You forgot "Windows" after Microsoft...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
 
And a few more still:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce

#2 and 3 I don't believe start up automatically, I think they just define what programs should be copied into the startup entries of new user accounts.

Good list of startup keys here :)
JigPu
 
Back