How to put the startup program into the registry:
1. First, hold down the win r key to pop up the command run box, enter "regedit" and press Enter.
#2. Enter the registry and find the "HKEY_LOCAL_MACHINE" item in the registry.
3. Click on the lower-level menu "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" and click "run".
#4. Right-click in the blank space on the right and select "New" → "String Value".
#5. Double-click the created string, and enter the path file name of the file that needs to be started in the "Value Data" column of the pop-up window (the file name needs to add a suffix name) ).
6. For example, the file I want to add is "Baidu.exe" and the location is in the "Demo" folder of the D drive. Then the method of adding numerical data should be :D:\Demo\Baidu.exe.
The above is the detailed content of Put the startup program into the registry. For more information, please follow other related articles on the PHP Chinese website!