Jump to content

Recommended Posts

Posted

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


Posted

You need to check a few places:

Startup Folders (All users and your user)

HKCU\Software\Microsoft\Windows\CurrentVersion\Run

HKLM\Software\Microsoft\Windows\CurrentVersion\Run

Delete any values that you don't want. It's as simple as that!

Hope this helps.

Posted

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

Posted

http://www.nirsoft.net/utils/strun.html

http://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]

Posted

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

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