作者ak0204995 (台大B3乐)
看板Trace
标题[问题] 有删除系统垃圾但是硬碟空间还是减少
时间Sat Jan 12 22:21:13 2013
使用 1.cc
2.控制台 -> 网际网路选项 -> 浏览历程纪录 ->设定
->检视档案 (里头资料夹内的档案删除
3.板上搜寻过的
@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
这程式下去清除系统垃圾
但是c槽还是会慢慢的一直减少容量,没有在追加额外的档案进去
不知道是还有什麽其他的原因,有扫毒过没有中毒。
请高手帮忙
感谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.134.38.80
1F:→ newclicker :没关闭Windows内建的系统还原 01/15 23:24
2F:推 newclicker :控制台→系统→系统保护→设定→关闭系统保护 再加上 01/16 20:57
3F:→ newclicker :删除所有还原点 01/16 20:57