产品展示

一键清理垃圾文件BAT源码

产品编号:SN201912281727112944
产品简述:清理windows系统垃圾文件
购买价格:¥0.10

产品介绍

@echo off

echo 正在清理垃圾文件......by

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%SoftwareDistributionDownload*.* 

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

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

del /f /s /q "%userprofile%local settingstemporary internet files*.*" 

del /f /s /q "%userprofile%local settingstemp*.*" 

echo 清除系统垃圾文件完成! 

echo. & pause


在线留言
    提交留言