Jump to content

Recommended Posts

Posted

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? :blushing:

Thx :thumbup

post-216190-1252887289_thumb.jpg

post-216190-1252887301_thumb.jpg


Posted

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

Posted

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"

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