fac007 Posted March 28, 2004 Posted March 28, 2004 Hi Nero has NeroFilterCheck running at startup The Key in the registry is[NeroFilterCheck]C:\windows\system32\nerocheck.exe it resides in [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]It runs at startup how do you turn it off (or any program that runs at startup).
jdeboeck Posted March 28, 2004 Posted March 28, 2004 delete entries in[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]to stop them from running at startup.
fac007 Posted March 28, 2004 Author Posted March 28, 2004 Thank but what im after is how to delete the registry keyswhat is the code required in the reg file
benners Posted March 28, 2004 Posted March 28, 2004 I use this in my cleanup.cmd fileREG DELETE HKLM\software\Microsoft\Windows\CurrentVersion\Run /V "NeroFilterCheck" /f
JPamplin Posted March 28, 2004 Posted March 28, 2004 Another way to do it is to include the following in your registry tweaks file (this one gets rid of a few items):;Delete NeroCheck, QTTask & WinAmp Agent from startup group[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"NeroFilterCheck"=-"QuickTime Task"=-"WinampAgent"=-"nwiz"=-That might suit you better.JP
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now