沧海桑田云淡风清 - 2006-9-24 21:10:00

对于菜鸟来说有没有一个简单实用的方法能够整理磁盘空间,尤其是系统C盘。也不知道那个文件有用和没用!自己也不敢瞎弄!只能进行磁盘的碎片清理!谢谢 !!!
附件:
7348562006924210159.JPG
阿诺8979 - 2006-9-24 22:31:00
不可再生的缘 - 2006-9-24 23:12:00
不可再生的缘 - 2006-9-24 23:14:00
@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 清除系统垃圾文件完成!
echo. & pause
保存为bat文件,然后运行,然后就可以清楚没用的文件了。。。不会误删。。。。。。。。。
© 2000 - 2026 Rising Corp. Ltd.