怎么减少C盘的已使用空间?

来源:百度知道 编辑:UC知道 时间:2024/05/22 09:50:46
我的电脑最近速度慢了很多~~~我尝试删除一些C盘的东西,以此来提高速度,果然有效!为了让速度恢复以前一样快,我还需要删除一些东西,但是我又不知道哪些是能删的?怕一不小心把不该删的删了,请问我这样的情况怎么办???(不要告诉我重做系统,我不要!)

告诉你一个小程序
你打开计事本
然后复制以下内容
@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
保存后改名为"清楚垃圾.BAT"
运行它就好了
效果是释放了空间也跟重装差不多

第三部分:

如果