[大神快来]请大神看看代码
bat吧
全部回复
仅看楼主
level 5
大神看看会不会损伤系统文件
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 清理完成!
2015年06月09日 04点06分 1
level 7
吧里有个关于这的贴子叫**的七大误区,你找找看,看了就明白了
2015年06月09日 05点06分 2
找不到
2015年06月09日 08点06分
总之这么删没好出
2015年06月09日 12点06分
level 11
同上,貌似只是删除了一些日志文件和cookies之类的,没什么影响
2015年06月15日 14点06分 4
level 15
听说清除 log 会使一些软件无法正常卸载,还有清除 prefetch 会使一些软件启动缓慢之类的。不过 xp 可能不存在后者的问题。
2015年06月16日 11点06分 5
1