How to clean up XP system junk files
First "New Notepad" copy the following code!
@echo off
ECHO is clearing the system garbage file, please wait ...
del/f/s/q%systemdrive%*.tmp
del/f/s/q%SYSTEMDRIVE%*._MP
del/f/s/q%systemdrive%*.log
del/f/s/q%systemdrive%*.gid
del/f/s/q%systemdrive%*.chk
del/f/s/q%systemdrive%*.syd
del/f/s/q%systemdrive%*.$$$
del/f/s/q%systemdrive%*.@@@
del/f/s/q%systemdrive%*.~*
del/f/s/q%systemdrive%*.gts
del/f/s/q%systemdrive%*.bak
del/f/s/q%systemdrive%*.old
del/f/s/q%SYSTEMDRIVE%*.WBK
del/f/s/q%systemdrive%*.xlk
del/f/s/q%systemdrive%*.ckr_
del/f/s/q%windir%prefetch*.*
RD/S/q%windir%temp
echo Clears system garbage complete!
Echo. & Pause
Paste the above code into Notepad.
Click the "X" button in the upper-left corner of the window to close Notepad, prompting you to select "Yes".
Then click on Notepad and right-click "Rename" to "Clean up system garbage. bat" to "new Notepad. txt".
Double-click Clean System garbage. bat to wait for the cleanup process.
Until prompted to clean up the system garbage complete.