Win7 one-click cleaning system garbage bat method

  

We just installed the Win7 system, the use speed is still very fast; after a long time, it will inevitably produce a lot of junk files, affecting the speed of our computer. At this time, our cleanup of these junk files has speeded up the operation of the computer. How does Win7 clean up system garbage with one click? Now Xiaobian will drink everyone to talk about Win7 one-click method to clean up the system garbage.

The method is as follows:

1. Copy the code of the previous experience and put it into Notepad.

2, the source code is as follows:

@echo off

echo is cleaning the system junk files, 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%\\*.old

del /f /s /q %systemdrive%\ ecycled\\*.*

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%\ ecent\\*.*

del /f /s /q “%userprofile%\\Local Settings\\Temporary Internet Files\\*.*”

del /f /s /q “%userprofile%\\Local Settings \\Temp\\*.*”

del /f /s /q “%userprofile%\ ecent\\*.*”

Echo Clear System LJ Complete!

echo. & pause

3. Rename the notebook: Clear the system LJ.bat (copy this name)

Save it, double-click to run.

4, but clear the garbage

5, according to the prompt, click on the window, click on any keyboard to end, complete the cleanup.

6, after deep cleaning, restore the computer's running speed

7, easy and convenient, made bat and placed on the desktop. Every time is very fast, thank you, I hope to help.

New Notepad - Open Put Code - Save Close - Rename Notepad - Finish - Double click to run

The above is a small series of Win7 one-click cleanup system garbage method Content, this method is the simplest, but also the most direct and effective. If you need it, try it! The method is very simple!

Copyright © Windows knowledge All Rights Reserved