yocarim Posted September 14, 2009 Posted September 14, 2009 Hi, i search info about how to disable program and not windows services from the start via a reg file on the frist start. Anyone can help me please? Thx
HØLLØW Posted September 16, 2009 Posted September 16, 2009 Try doing it the following way with a .reg-file to remove the autostart entry:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"nod32kui"=-It could be also in "HKEY_CURRENT_USER", just search the registry for the right key.I'm not sure if this removes the program from starting or just deletes the entry from "msconfig".
g-force Posted September 24, 2009 Posted September 24, 2009 I cleanup the complete Autostart of programs by a regfile:Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]After that step I set my wanted Autostarts (only example, don`t use it like that):Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"AutoSizer"="\"C:\\PROGS\\Autosizer\\AutoSizer.exe\"""RocketDock"="\"C:\\PROGS\\RocketDock\\RocketDock.exe\"""CCleaner"="C:\\PROGS\\CCleanerPortable\\CCleanerPortable.exe /AUTO""Sysinternals Process Explorer"="C:\\SYSTEM\\system32\\taskmgr.exe /t""LClock"="C:\\PROGS\\LClock\\lclock.exe""SuperCopier2.exe"="C:\\PROGS\\SuperCopier\\SuperCopier2.exe"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now