I. Classic startup--"Start"Folder
Click"Start→Program", You will find"Start"Menu, which is the most classicWindowsStart position, right-click"Start"Menu selection"Open"You can open it. The program and shortcut will automatically run when the system starts.
2. Famous startup--Registry Startup item
The Registry is the place where the startup program hides the most, mainly including the following items:
1. Run
Key Run The key is the most favored self-starting place for viruses. The key location is[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Run]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run]All programs under it will be automatically executed in order each time the logon is started. There is also an unnoticedRunKey, in the Registry[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ Run]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ Run].
2. runonce
Key Runonce Located in[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ runonce]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ runonce]Key, andRunThe difference is that,RunonceThe program is automatically executed only once.
3. runservicesonce
Key Runservicesonce The key is located in[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ runservicesonce]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ runservicesonce]The program is automatically started and executed once when the system is loaded.
4. runservices
Key Runservices FollowRunservicesonceThe program that will be started later, located in the Registry[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ runservices]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ runservices]Key.
5. runonceex
Key The key isFor Windows XP/2003The unique self-starting registry key, located in[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ runonceex]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ runonceex].
6. Load
Key [HKEY_CURRENT_USER \ Software \ Microsoft \ WindowsNT \ CurrentVersion \ Windows] UnderLoadThe program of the key value can also be started by itself.
7. Winlogon
Key The key is in the registry.[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon]And[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon], Note the followingNotify,Userinit,ShellThe key value also has self-starting programs, and its key values can be separated by commas, so that multiple programs can be started during logon.
8.
Other registry locations There are also some other key values, and some programs will often run automatically here, such: [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System \ shell] [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ shellserviceobjectdelayload] [HKEY_CURRENT_USER \ SOFTWARE \ Policies \ Microsoft \ WINDOWS \ SYSTEM \ scripts] [HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ WINDOWS \ SYSTEM \ scripts]
TIPS: Registry[HKEY_LOCAL_MACHINE]And[HKEY_CURRENT_USER]Key difference: the former is valid for all users, and the latter is only valid for the current user.
Iii. Old startup--Automatic Batch File Processing SlaveDoSFriends of the times must knowAutoexec. BAT (In the system disk root directory)This automatic batch processing file will run automatically when the computer starts up. Many early viruses have taken a fancy to it.Deltree,FormatAnd Other Dangerous commands to destroy hard disk data. For example"C"Disk killer"Is to use a sentence"Deltree/y c :\*.*"Command to automatically delete the computer when it is startedCAll files on the disk, causing countless harm.
Tips ★ InWindows 98Medium,Autoexec. batAnother guy-- Winstart. batFile,Winstart. batLocated inWindowsFolder, which is automatically executed at startup.★InWindows ME/2000/XP.