September 14, 200916 yr 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
September 16, 200916 yr 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".
September 24, 200916 yr 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"
Create an account or sign in to comment