lesterhung Posted September 17, 2005 Posted September 17, 2005 after the installations of programs, there will be a bunch of those programs that will be run automatically during start up. i know how to use msconfig to unclick those that i don't need during start up.is there a way to put them in a .reg file to delete the programs that i don't want to run during start up?thanks
Gouki Posted September 17, 2005 Posted September 17, 2005 On Run type: regeditTravel to:HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > WINDOWS > CURRENTVERSIONYoull have folders named Run.problably these:1 - Run2 - RunOnce3 - RunOnceEx4 - RunServicesOn all of them, delete entries that you dont need (not vital for system startup)
lesterhung Posted September 17, 2005 Author Posted September 17, 2005 yes, what i want to know is how to put them in a .reg file so that it will delete those codes automatically? it will be used in unattended installation.
cyberloner Posted September 17, 2005 Posted September 17, 2005 REGEDIT4[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"DiskeeperSystray"=-remark - is remove it..Cheers
Shinigami Posted September 18, 2007 Posted September 18, 2007 REGEDIT4[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"DiskeeperSystray"=-remark - is remove it..CheersThnx its very useful, i use this to remove Skype & Yahoo from startup [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]"Skype"=-"Yahoo! Pager"=-[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"Skype"=-"Yahoo! Pager"=-
midi2k6 Posted November 5, 2007 Posted November 5, 2007 you can control Startup by following key:Main (system):[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]Current User (only):[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]For all users (multiple accounts):[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run]
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now