批处理清理系统垃圾?Dell d630安装win7系统

时间:2018-01-26 14:42:02   浏览:次   点击:次   作者:   来源:   立即下载

我以前是①个星期删①次,现在①天删①次,垃圾好多,就两个月电脑变坏了

@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 temp

del /f /q %userprofile%cookies*.*

del /f /q %userprofile%recent*.*

del /f /s /q %userprofile%LocalSettingsTemporaryInternet Files*.*

del /f /s /q %userprofile%Local SettingsTemp*.*

del /f /s /q %userprofile%recent*.*

echo 清除系统垃圾完成!

echo. & pause

用记事本保存为bat格式就可以了

运行

注意检查电脑里有没有病毒。。。

收起

相关推荐

相关应用

平均评分 0人
  • 5星
  • 4星
  • 3星
  • 2星
  • 1星
用户评分:
发表评论

评论

  • 暂无评论信息