电脑慢,C盘垃圾多啊,我教大家一个方法
如果你的系统垃圾文件长时间没有清理的话,用此方法,你的硬盘最少可多出1G空间!
如果你的系统很干净的话,那就再试试看吧
注:绝对安全,不会破坏系统,效果显著!!!
具体步骤:
1.新建一个记事本(这个大家都会吧)
2.将下面的内容输入记事本中.
@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统LJ完成!
echo. & pause
确认无误后,将它改名为:"清除系统LJ.bat"
好了,不过先不要运行
先看一下,你的C盘空间还有多少
然后运行.完毕之后,再看看你的C盘空间!
废话不多说,赶紧试试吧.
(责任编辑:董建伟)