我的系统用了很长时间了,里面的软件有很多都卸载了,但是系统还是很大,

来源:百度知道 编辑:UC知道 时间:2024/05/20 10:39:58
10G的硬盘用了8.5G,其实里边有很多都是没用的东西,用什么软件能清除一下呢,请高手指点.

用木马清道夫里面就有这个功能,把不在C盘里没有用的删除

@echo off
pause
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格式,双击