- 功勋
- 0 点
- 积分
- 135
- 阅读权限
- 40
- 精华
- 0
- UID
- 1434269
- 帖子
- 44
- 威望
- 125 点
- 黄金
- 2 金币
- 在线时间
- 38 小时
- 注册时间
- 2012-7-14
- 最后登录
- 2017-2-1

- UID
- 1434269
- 帖子
- 44
- 威望
- 125 点
- 黄金
- 2 金币
- 在线时间
- 38 小时
- 注册时间
- 2012-7-14
- 最后登录
- 2017-2-1
|
发表于 2012-11-7 11:06:34
|显示全部楼层
@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
|
|