不知道楼主使用的是什么操作系统,系统盘有多大。 系统盘满了之后确实很烦人,楼主可以试试以下方法。
1. 右键点击系统盘->磁盘清理
2. 清理系统垃圾文件,将以下内容复制到记事本里面,然后另存为 .bat 文件,在桌面上运行这个文件就可以自动清理垃圾文件。
@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 s\*.*
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\*.*"
sfc /purgecache '清理系统盘无用文件
defrag %systemdrive% -b '优化预读信息
echo 清除系统垃圾完成!
echo. & pause
3. 终极方法,扩大系统盘容量,这是比较专业的方法了,对系统有一定的风险,慎用。推荐工具 EASEUS Partition Master.