Marthax Posted May 10, 2005 Posted May 10, 2005 Hi Everyone!How do I integrate the removal of some processes that I want to be deactivated the first time windows boots up? I mean, of course I can go into msconfig and remove them myself but, that wouldn't be UA. Anyway to do this?Thanks in advance!Marthax
Zxian Posted May 10, 2005 Posted May 10, 2005 You need to check a few places:Startup Folders (All users and your user)HKCU\Software\Microsoft\Windows\CurrentVersion\RunHKLM\Software\Microsoft\Windows\CurrentVersion\RunDelete any values that you don't want. It's as simple as that!Hope this helps.
<SparTacuS> Posted May 10, 2005 Posted May 10, 2005 As an example, I use the following reg entry to stop Nero Smartcheck from auto running;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"NeroFilterCheck"=-You need to check for entries (as Zxian itemised).
DigeratiPrime Posted May 10, 2005 Posted May 10, 2005 http://www.nirsoft.net/utils/strun.htmlhttp://www.sysinternals.com/ntw2k/freeware/autoruns.shtml[edit] sorry misread post, you can clear ALL startup entries with this for example:Windows Registry Editor Version 5.00;Remove Programs System Startup.[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] ;Remove Recently Used Programs from Start Menu.[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count]
Marthax Posted May 12, 2005 Author Posted May 12, 2005 So if I want to remove a process from registry I use - after the entry?
Yzöwl Posted May 12, 2005 Posted May 12, 2005 You remove as in the examples above,an entire key by placing a - just inside the opening [a value by placing a - just after the =
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