您的位置:首页 > 其它

win7系统一键垃圾文件清理雨沐枫修正版.bat批处理一键清理

2016-12-30 17:01 330 查看
@echo off 

color 0A

@echo.

@echo.

@echo.

@echo. 

@echo. del /f /s /q %windir%\prefetch\

@echo.======================================================

pause

taskkill /f /im explorer.exe

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

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

rd /s /q %windir%\temp & md %windir%\temp

del /f /s /q "%userprofile%\local settings\temp\*.*" 

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

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

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

del /f /s /q %windir%\*.bak 

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

del /f /s /q c:\$recycle.bin\*.*

del /f /s /q d:\$recycle.bin\*.*

del /f /s /q e:\$recycle.bin\*.*

del /f /s /q f:\$recycle.bin\*.*

del /f /s /q g:\$recycle.bin\*.*

rd /s /q %windir%\SoftwareDistribution\Download & md %windir%\SoftwareDistribution\Download

del /f /q "%userprofile%\AppData\Roaming\Microsoft\Windows\Cookies\*.*"

del /f /s /q "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*"

start explorer
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: