发新话题
打印

电脑垃圾清理

电脑垃圾清理

3分钟,让你的C盘飞起来..........清楚所有的垃圾,提高电脑速度,提升硬盘空间。

用写字板建立一个批处理文件,名为 清理.BAT,方在桌面,编辑完成后点鼠标运行。

@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 清除系统LJ完成!
echo. & pause

TOP

没有看懂,能不能说详细点啊??

TOP

着个网上都有了啊

TOP

呵呵

好像很多板块都有诶

TOP

百度搜一下都有了

TOP

这个,其实我也一直在用的~~~

TOP

发新话题