May 10, 200521 yr 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
May 10, 200521 yr 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.
May 10, 200521 yr 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).
May 10, 200521 yr 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]
May 12, 200521 yr 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 =
Create an account or sign in to comment