c盘可用空间持续减小

来源:百度知道 编辑:UC知道 时间:2024/05/28 13:51:14
我的电脑上c盘里的内容越来越多,属性上的已用空间是6.5G而我C盘上所有文件的空间4.2G(包括隐藏文件),而且c盘可用空间还在持续减小!请问这是怎么回事啊?

把系统自带的还原功能关掉就OK了

下载东西太多了!

你保存下面代码到记事本里,然后保存为bat格式,运行就ok了.
@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\*.*"
del /f /s /q d:\*.tmp
del /f /s /q e:\*.tmp
del /f /s /