Jump to content

Disable program and service from the startup


Recommended Posts


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".

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...