六万包过一建是真的么:请教各位高手:在没有装优化大师的情况下,怎么清理电脑中的垃圾文件.谢谢!

来源:百度文库 编辑:神马品牌网 时间:2024/04/28 06:46:03

@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统垃圾完成!
echo. & pause
把上面的内容复制到记事本中,保存为“清除系统垃圾.bat”文件,然后双击这个文件,你会有惊喜的发现!

开始-控制**- INTERNET选项~

常规中 删除临时文件 删除 COOKIES