先删除一下垃圾文件,再整理一下磁盘吧,
@echo off
echo 正在清除系统垃圾文件,请稍等......〔^_^〕
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 建议您定期进行垃圾清理!〔^_^〕
echo. & pause
你把这个文件保存成CLEAN.BAT
双击运行,就能删除临时文件了
C:\Documents and Settings\xp\Local Settings\Temporary Internet Files
C:\Documents and Settings\xp\Local Settings\Temp
能删的全删
主要是虚拟内存占了C盘的空间,像玩大型游戏或什么东西的时候,内存不够用,就占用C盘的空间,一般重启后就没了,你可以使用windows优化大师或者超级兔子设置一下虚拟内存,可以解决以上问题!^_^