How to use Win7 to clean up the system garbage bat

  

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%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 Clear System LJ Complete!

Echo. & pause

3. Notepad Rename: Clear System LJ.bat (Copy This name)

Save and 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 windows7 tutorial
zh-CN"],null,[0.98288572],zh-CN"]]]

Copyright © Windows knowledge All Rights Reserved