Windows usually has a lot of programs automatically started when starting. Don't think that "Start → Programs → Start" menu is good, in fact, in Windows XP / 2K, let the Windows automatic startup program can have a lot of ways, tell you the most important folder and eight registration keys .
First, the current user-specific startup folder
This is a common location where many applications automatically started, and Windows automatically initiates all shortcuts to the folder. User start folder is generally: \Documents and settings \ "username>" Start "menu \ program \ start,"
Second, start the folder for all users
This is the second important location for the automatic launch procedure. Regardless of the user's login system, the shortcut to put it in the folder is always automatically started - this is the difference between it with the user's private launch folder. This folder is typically: \Documents and settings\ll users \ start menu \ program \ start.
Third, LOAD registration button
Introducing there is not much information on the registration button, and it can actually start the program. Location: HKEY_CURRENT_USER \Software \Microsoft \WindowsNT \CurrentVersion \Windows lAD.
Fourth, Userinit Registration Key
Location: HKEY_LOCAL_MACHINE \Software \Microsoft \WINDOWSNT \CURRENTVERSION \WINLOGON \ uSERINIT. This is also possible to automatically initialize the program when the system starts. Usually the registration key has a userinit.exe, as shown in Figure 1, but this button allows you to specify multiple programs separated by commas, such as "Userinit.exe, Osa.exe" (excluding quotation marks).
V. Explorer \ Run Register
And Load, different Userinit, Explorer\Run key has, at a specific location is HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run, and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies \Explorer \ run.
Sixth, RunServicesONCE registration button
The RunServicesONCE registration key is used to start the service program, the startup time is before the user logs in, and the program that is started by the registration key. The location of the RunservicesOnce registration key is: hkey_current_user \Software\Microsoft \Windows \currentversion \RunServicesonce, and HKEY_LOCAL_MACHINE \Software\Microsoft \Windows \currentversion \RunservicesOne.
7. Runservices Register Runservices Register The program specified by the program runs immediately after runservicesOne specified programs, but both are before logging in. The position of RunServices is: hkey_current_user \Software\Microsoft \Windows ing\currentversion \RunServices, and HKEY_LOCAL_MACHINE \Software\Microsoft \Windows \currentversion \RunServices.
Eight, Runonce\Setup Register
RunOnce\Setup specifies the program to run after the logged-on user, its location is: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup, and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\Setup.
Nine, Runonce Register
The installer typically runs the program with the Runonce key, its location in hkey_local_machine\software\microsoft \Windows \currentversion \Runonce and HKEY_CURRENT_USER \Software \Microsoft \Windows \currentversion \RunOnce. HKEY_LOCAL_MACHINE The following Runonce key will run the program immediately after the user logs in, and the runtime is run before the program specified by the other RUN key. HKEY_CURRENT_USER The following runtime runs after the operating system handles other RUN keys and the contents of the "Start" folder. If you are XP, you still need to check HKEY_LOCAL_MACHINE \Software\Microsoft \Windows \currentversion \Runonceex.
Ten, Run Register
Run is the most commonly used registration key for automatic runners, where: hkey_current_user \software\microsoft \windows \currentversion \Run, and HKEY_LOCAL_MACHINE \Software\Microsoft \Windows \currentversion \Run. HKEY_CURRENT_USER The following RUN key is running next to the RUN key below HKEY_LOCAL_MACHINE, but both before processing the "Start" folder.