@echo off
echo 正在清除系统垃圾文件,请稍等......
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
清除系统LJ完成!
echo. & pause
相关文章
- 10-13成功清除 windows2008 内部版本7601 字眼
- 10-13[windows操作系统]windows模块
- 10-13windows系统解决github.com访问超时
- 10-13Windows系统中安装GIT
- 10-13jar包在windows系统中注册成服务(即使不输入密码也能启动服务)
- 10-13Java开发|windows系统安装Tomcat(转)
- 10-13windows系统下向NTP服务器请求时间代码 C语言,vs2010,windows,socket,udp
- 10-13windows系统编译nginx和添加模块http_gzip_static_module
- 10-13Windows系统下在Git Bash中把文件内容复制到剪贴板的命令
- 10-13强制windows系统重启at命令