Jump to content

Recommended Posts

Posted

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?


Posted

Use the cmdlines.txt file from an unattened installation, and for apps that have a registry key delete the value from the following key:

HKLM\Software\Microsoft\Windows\CurrentVersion\Run

Posted
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]

Posted

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?

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