清理Windows目录

来源:百度知道 编辑:UC知道 时间:2024/05/27 23:50:55
① Windows目录下,.BAK、.BMP、.OLD、.TMP、.TXT(ScheLgU.TXT除外)之类的文件;clock.avi、Control.ini文件可以删除。
② Windows\$NtUninstall$
③ Windows\System32\dllcache\tourstrt.exe、tourW.exe以及Windows\System32\tourstart.exe和 Windows\Help\Tours(Windows漫游) Windows\System32目录中如1033这样的文件可以删。
④ Windows\inf中.pnf文件
⑤ Windows\Media(系统音效)
⑥ Windows\Web中.gif和.htm文件和Windows\Web\Wallpaper
⑦ Windows\System32\ReinstallBackups(硬件驱动备份),
Windows \Driver Cache\ i386\driver.cab(多余的驱动备份)
⑧ Windows\System32\dllcache(备用的动态链接库(dll文件)和系统的exe文件)
⑨ Windows\ ime\ chtime、imjp8_1、imkr6_1(繁体中文、日文、韩文)
⑩ windows\temp目录下的临时文件删除

我不会清理 谢谢告诉下 我想手动删!

最好不要手动删!
推荐你用金山清理专家免费版:
http://buy.duba.net/download/index.shtml#kas
用了就知道了...

@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 &