首页 > 学院 > 基础常识 > 正文

一键清理系统垃圾文件bat(一键清理bat)

2019-10-30 21:00:10
字体:
来源:转载
供稿:网友

警告:运行BAT源码是一种危险的动作,如果你不熟悉,请不要尝试!一键清理系统垃圾文件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 SettingsTemporary Internet Files*.*" del /f /s /q "%userprofile%Local SettingsTemp*.*" del /f /s /q "%userprofile%recent*.*" echo 清理系统垃圾完成!

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表