警告:运行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 清理系统垃圾完成!
- 看不过瘾?点击下面链接!
- 运行程序提示access violation at address的解决方法
- Imdisk使用方法介绍
- 电脑硬件主要有哪些产品
- 如何把WinPE藏越来
- 为什么U盘被“写保护”了
- 开机老是要选择要启动的系统怎么样不用选择