硬盘空间减小是那种病毒引起的

来源:百度知道 编辑:UC知道 时间:2024/05/28 21:40:14

是你程序装太多吧,卸载一些掉

应该是系统垃圾文件的原因
建议使用兔子的优化和清理系统功能来清理系统 特别是系统盘下的临时文件
你也可以试下以下代码:复制到记事本中,保存为1.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\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*&qu