The self-starting program is very deep hidden. How do you get them out?

  

The self-starting program wants to hide deep in the system. If we don't find it properly, we can't find it. It is not enough to rely solely on software to clean up. We must take the initiative to actively understand the self-starting mechanism in Windows, so that we can know ourselves and know each other.

First, the current user-specific startup folder

This is a common location for many applications to automatically start, Windows automatically launches all the shortcuts to the folder. The user launch folder is typically launched in the: Documents and Settings<User Name> "Start" form program, where "<username>" is the name of the currently logged in user account.

Second, the effective launch of the folder for all users

This is the second important location to find the automatic start program, no matter what identity the user uses to log into the system, put the folder into the establishment Shortcuts always start automatically —— this is the difference between it and the user-specific startup folder. This folder is usually launched in the "Documents and SettingsAll Users" form.

Third, Load registration key

There is not much data to introduce the registration key, in fact, it can also automatically start the program. Location:

HKEY_CURRENT_USERSoftwareMicrosoftWindowsNT CurrentVersionWindowsload.

Four, Userinit registration key

Location:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionWinlogonUserinit.

This also enables the program to be automatically started when the system starts up. Usually there is a userinit.exe under the registration key. This key allows you to specify multiple programs separated by commas, such as "userinit.exe, OSA.exe" (without quotes).

V. ExplorerRun registration key

Unlike load and Userinit, the ExplorerRun key is available under HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. The specific location is:

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerRun, and HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion PoliciesExplorerRun.

VI. RunServicesOnce registration key

The RunServicesOnce registration key is used to start the service program. The startup time is before the user logs in, and before the other programs started by the registration key. The location of the RunServicesOnce registration key is:

HKEY_CURRENT_USERSoftwareMicrosoftWindows CurrentVersionRunServicesOnce, and HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunServicesOnce.

Copyright © Windows knowledge All Rights Reserved