Jump to content

deleting reg keys


Recommended Posts

When my Unattached XPCD loads to desktop various programs start up as well. Using Regshot whilst using MSconfig to turn these programs off, I’ve tracked down the reg entries.

Is there a way to delete these keys during setup OR is there a way to stop specific apps running on startup?

Link to comment
Share on other sites


Windows Registry Editor Version 5.00

; This prevents a bad program from running ...
[HKLM\Software\Microsoft\Windows\CurrentVersion\Run]
"BadProgram"=-

; This deletes the whole **** key - probably not a good thing ...
[-HKLM\Software\Microsoft\Windows\CurrentVersion\Run]

Link to comment
Share on other sites

Thanks GreenMachine, so, for example:

[HKLM\Software\Microsoft\Windows\CurrentVersion\Run]
"BadProgram"=-ZNclient.exe
"BadProgram"=-UltEng.exe

Would stop the programs ZNclient.exe and UltEng.exe from starting up automaticaly?

Link to comment
Share on other sites

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