我现在C盘就只有160M。怎么办???

来源:百度知道 编辑:UC知道 时间:2024/06/12 01:08:32
用卡巴斯基杀毒,是不是你系统盘系统是NFTS的,每次杀完毒就会自动把扫描过的文件写入保护,从而鲸吞系统盘的空间。我现在C盘空间就只有160M。怎么办???
清楚IE缓存和什么页面文件。虚拟内存的就别提出来了
C:\Documents and Settings\你的用户名\Local Settings\Temporary Internet Files
C:\Documents and Settings\你的用户名\Local Settings\Temp
这两个文件夹里是缓存文件,可以放心删除
再怎么删除也删不出10G空间哦

你把下面的文档保存成一个批处理文件。执行,他可以帮你删除很多没有用的文件。
@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 C:\_desktop.ini /s /q /a
del D:\_desktop.ini /s /q /a
del E:\_desktop.ini /s /