In the lower left corner of the computer screen press "Start → procedure → attachment → notepad", copy the following text in (black), click "Save As", the path to "desktop", save type "All Files", file name "clear System Lj.bat", completed. Remember the suffix name must be. bat,ok! your garbage cleaner is done!
Double-click it to quickly clean up trash files, less than a minute.
= = = = = is the following text (this line does not copy) =============================
@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%*.gid
del/f/s/q%systemdrive%*.chk
del/f/s/q%systemdrive%*.old
del/f/s/q%systemdrive%recycled*.*
del/f/s/q%windir%*.bak
del/f/s/q%windir%prefetch*.*
RD/S/q%windir%temp & MD%windir%temp
del/f/q%userprofile%cookies*.*
del/f/q%userprofile%recent*.*
del/f/s/q "%userprofile%local settingstemporary Internet files*.*"
del/f/s/q "%userprofile%local settingstemp*.*"
del/f/s/q "%userprofile%recent*.*"
echo clearance System, LJ, complete!
Echo. & Pause
===== here (this line does not have to be copied) = =