Batch code:
Copy the codeThe code is as follows:
@echo off
:: Delete the history records in "Run", "Find", etc.
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v ClearRecentDocsonExit /t REG_DWORD /d 00000001
Clear the input recorded in the Run dialog box to modify the registry. These records are saved in "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
Under the RunMRU branch, delete it completely and restart it. In addition, the "DocFindSpecMRU" item under this primary key displays the "Find" history in the column on the right, and can be deleted together.
How to clear the "My Recent Document" records in XP system or not leave records there
Enter "" in the Run dialog box to run the group policy. Expand "User Configuration" - "Administrative Templates" - "Taskbar and Start Menu" in sequence and double-click "Do not keep records of recently opened documents" in the right window, select "Enabled" and press "OK".
Modify the registry,
HKLM\Software\Microsoft\windows\curent version\policies\
Create a new DOWNWARD key value below it, and its value is set to 1.
Just restart.
Let xp add the automatic running bat file
It is a bat file that is automatically loaded on the computer. Just open and edit it with Notepad. This bat file is in the root directory of the C disk, you can replace your file contents
Registry key:
HKEY_CURRENT_USER/Software/Midrosoft/Windows NT/CurrentVersion/WinLogon Double-click the "ParseAutoexec" string value item on the right (if there is no one, create a new one), change its "value data" from the default "0" to "1", exit the registry, and let Windows XP/2000/2003 run when it is started
0 means not running, 1 means running