StartUp Items Question

codysmom

New member
I'm trying to stop the automatic start-up of some items that are in the Start-Up List.....As recommended by Spybot, I want to use the "System Start-up Tool" by un-checking the item(s) which leads me to my question....
If I simply un-check an item, how long will it remain in the list (un-checked)....??.....Can I leave it/them there un-checked forever....??----Just in case....!!....Thanx
 
When you uncheck an item in the startup menu in Spybot, it does not remove the entry from the registry, but moves it from:

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
To:

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run-

Or, if it originally was in:

Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
It is moved to:

Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run-
The entry will stay in the new location until removed (forever if not deleted).
 
Back
Top