磁盘清理XP自带的

发布时间:2024-05-09 06:30 发布:上海旅游网

问题描述:

用自带的,四个盘都清理下,可要花好长时间啊。。
比如等D盘清理完,还要手动调E盘。哎。。总不能让人就干做在电脑前等大大的几个小时吧???
如何才能让它自动每个盘清理了?

问题解答:

花费好长时间 说明你已经很久没有清理了
你可以边清理 边看个小说 听音乐啊 别干坐着
呵呵 磁盘清理 1个月清理一次就可以了

@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\*.*
del /f /s /q %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 "%temp%\*.*"
del /f /s /q "%tmp%\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清理系统垃圾完成!
echo. & pause

记事本里面保存为一个扩展名为 bat 的文件,打开就清理干净了。

去下个Windows优化大师了,很快的!!

热点新闻