Easy and smooth surfing the internet is naturally a good wish for everyone, but have you noticed that the free space on your computer system disk is decreasing day by day? Is your computer slowing down more and more?
That's right! A considerable amount of junk files are generated during Windows installation and use, including temporary files (such as *.tmp, *._MP) log files (*.log), temporary Help files (*.gid), disk check files (*.chk), temporary backup files (such as: *.old, *. BAK) and other temporary files. Especially if the temporary folder "temporary Internet files" for IE is not cleaned up for some time, the cached files will sometimes occupy hundreds of megabytes of disk space. These LJ files not only waste valuable disk space, but also cause the system to run slowly as a snail. I'm sure you can't stand it! So should promptly clean up the system of LJ file blockage, keep the system's "slim" figure, easy and smooth internet! Friends come, now let us together to quickly remove the system garbage bar!!
here is a simple two-step step!
Click the right mouse button on the desktop, choose to create a new "notepad" or "text document", the following words to copy in, point "Save as" "desktop" or other disk, the file name as "clear System Lj.bat" on the completion, remember suffix name must be. bat, OK! Your XX cleaner just made it so successful! Double-click it to quickly clean up trash files, less than a minute.
Copy Code code as follows:
@echo off
ECHO is clearing the system LJ file, please wait a moment ...
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%\*.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 settings\temporary Internet files\*.*"
del/f/s/q "%USERPROFILE%\Local settings\temp\*.*"
del/f/s/q "%userprofile%\recent\*.*"
echo clearance System, LJ, complete!
Echo. & Pause
It's best to reboot after the run is over. It's best to keep it later. Just double-click to run the file when the screen prompts "clear the system LJ complete!" You have a "slim" System!! Is it fast to see your computer again? Don't forget to reply the replies Oh!