为什么我的C盘可用空间在一天之内越来越小

来源:百度知道 编辑:UC知道 时间:2024/05/15 00:42:29
今天下午我的C盘已用空间只显示用了2.96G,可用空间是16.5G,现在突然变成3.19G,可用空间只有16.2G了,虽然可以用的还很多,但老这么减少可不是办法啊,我没安装什么新的东西,就在土豆上看看电视而已。在看的时候,主机箱常会发出“兹,兹,兹。。。”的声音,闹的不得了。请问这是怎么回事啊?我清理过磁盘了,而且我的系统还原也是关闭的。各位高手请救救我的电脑啊

你有必要清理一下垃圾文件了。

@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

在桌面上新建一个写字本。

复制上面的代码.

另存为*.bat

运行它。