电脑垃圾清理程序

@echo off
echo 正在清除系统垃圾文件,请稍等……
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\temp\*.*
del /f /a /q %systemdrive%\*.sqm
del /f /s /q %windir%\SoftwareDistribution\Download\*.*
del /f /s /q “%userprofile%\cookies\*.*”
del /f /s /q “%userprofile%\recent\*.*”
del /f /s /q “%userprofile%\local settings\temporary internet files\*.*”
del /f /s /q “%userprofile%\local settings\temp\*.*”
echo 清除系统垃圾文件完成!
echo. & pause

©️李联华的博客网 当前IP地址:18.220.75.97,归属地:俄亥俄州Dublin ,欢迎您的访问!

温馨提示 : 非特殊注明,否则均为李联华的博客原创文章,本站文章未经授权禁止任何形式转载
文章链接:https://www.ooize.com/computer-garbage-cleaning-program.html
订阅
提醒
guest
0 评论
内联反馈
查看所有评论
Loading...