垃圾文件清理bat一键清理系统垃圾文件的批处理

垃圾文件清理bat  时间:2021-07-18  阅读:()

有谁知道所有清除垃圾,系统,缓存文件的bat文件

深度论坛找的代码,请粘贴到txt文件然後另存为bat文件,即可使用(记得选所有类型)。

@echo off Title 深度[Deepin] Windows7系统垃圾快速清理 color 0a mode con cols=55 lines=16 echo. echo. echo. echo 欢迎使用 深度 Windows7系统垃圾快速清理工具 echo. echo. echo. echo 按任意键开始清理垃圾文件...... echo. pause>nul cls echo. echo. echo. echo. echo 正在清理Tmp文件.... echo. attrib -r -a -s -h "%systemdrive%*.tmp" /d /s>nul 2>nul attrib -r -a -s -h "%systemdrive%*._mp" /d /s>nul 2>nul del /f /s /q "%systemdrive%*.tmp">nul 2>nul del /f /s /q "%systemdrive%*._mp">nul 2>nul cls echo. echo. echo. echo. echo 正在清理日志文件.... echo. attrib -r -a -s -h "%systemdrive%*.log" /d /s>nul 2>nul del /f /s /q "%systemdrive%*.log">nul 2>nul cls echo. echo. echo. echo. echo 正在清理Gid文件.... echo. attrib -r -a -s -h "%systemdrive%*.gid" /d /s>nul 2>nul del /f /s /q "%systemdrive%*.gid">nul 2>nul cls echo. echo. echo. echo. echo 正在清理Chk文件.... echo. attrib -r -a -s -h "%systemdrive%*.chk" /d /s>nul 2>nul del /f /s /q "%systemdrive%*.chk">nul 2>nul cls echo. echo. echo. echo. echo 正在清理Old文件.... echo. attrib -r -a -s -h "%systemdrive%*.old" /d /s>nul 2>nul del /f /s /q "%systemdrive%*.old">nul 2>nul cls echo. echo. echo. echo. echo 正在清理回收站.... echo. attrib -r -a -s -h "%systemdrive% ecycled*.*" /d /s>nul 2>nul del /f /s /q "%systemdrive% ecycled*.*">nul 2>nul cls echo. echo. echo. echo. echo 正在清理备份文件.... echo. attrib -r -a -s -h "%windir%*.bak" /d /s>nul 2>nul del /f /s /q "%windir%*.bak">nul 2>nul cls echo. echo. echo. echo. echo 正在清理文件使用痕迹.... echo. attrib -r -a -s -h "%windir%prefetch*.pf" /d /s>nul 2>nul del /f /s /q "%windir%prefetch*.pf">nul 2>nul cls echo. echo. echo. echo. echo 正在清理Cookies文件.... echo. attrib -r -a -s -h "%userprofile%cookies*.*" /d /s>nul 2>nul del /f /q "%userprofile%cookies*.*">nul 2>nul cls echo. echo. echo. echo. echo 正在清理上网产生的临时文件.... echo. attrib -r -a -s -h "%userprofile%Local SettingsTemporary Files*.*" /d /s>nul 2>nul del /f /s /q "%userprofile%Local SettingsTemporary Files*.*">nul 2>nul cls echo. echo. echo. echo. echo 正在清理临时文件.... echo. attrib -r -a -s -h "%userprofile%Local SettingsTemp*.*" /d /s>nul 2>nul del /f /s /q "%userprofile%Local SettingsTemp*.*">nul 2>nul cls echo. echo. echo. echo. echo 正在清理用户历史文件.... echo. attrib -r -a -s -h "%userprofile% ecent*.*" /d /s>nul 2>nul del /f /s /q "%userprofile% ecent*.*">nul 2>nul cls echo. echo. echo. echo 清理系统垃圾完成! echo. echo. echo. echo 按任意键退出...... pause>nul exit

如何清理电脑垃圾文件?最新bat有没有?

建个txt文件,输入: @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% ecycled*.* del /f /s /q %windir%*.bak del /f /s /q %windir%prefetch*.* rd /s /q %windir% emp & md %windir% emp del /f /q %userprofile%cookies*.* del /f /q %userprofile% ecent*.* del /f /s /q "%userprofile%Local SettingsTemporary Files*.*" del /f /s /q "%userprofile%Local SettingsTemp*.*" del /f /s /q "%userprofile% ecent*.*" echo 清除系统垃圾文件完成! echo. & pause 保存文件名为:*.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% ecycled*.* del /f /s /q %windir%*.bak del /f /s /q %windir%prefetch*.* rd /s /q %windir% emp & md %windir% emp del /f /q %userprofile%cookies*.* del /f /q %userprofile% ecent*.* del /f /s /q "%userprofile%Local SettingsTemporary Files*.*" del /f /s /q "%userprofile%Local SettingsTemp*.*" del /f /s /q "%userprofile% ecent*.*" echo 清理完毕

免费注册宝塔面板账户赠送价值3188礼包适合购买抵扣折扣

对于一般的用户来说,我们使用宝塔面板免费版本功能还是足够的,如果我们有需要付费插件和专业版的功能,且需要的插件比较多,实际上且长期使用的话,还是购买付费专业版或者企业版本划算一些。昨天也有在文章中分享年中促销活动。如今我们是否会发现,我们在安装宝塔面板后是必须强制我们登录账户的,否则一直有弹出登录界面,我们还是注册一个账户比较好。反正免费注册宝塔账户还有代金券赠送。 新注册宝塔账户送代金券我们注册...

香港、美国、日本、韩国、新加坡、越南、泰国、加拿大、英国、德国、法国等VPS,全球独立服务器99元起步 湘南科技

全球独立服务器、站群多IP服务器、VPS(哪个国家都有),香港、美国、日本、韩国、新加坡、越南、泰国、加拿大、英国、德国、法国等等99元起步,湘南科技郴州市湘南科技有限公司官方网址:www.xiangnankeji.cn产品内容:全球独立服务器、站群多IP服务器、VPS(哪个国家都有),香港、美国、日本、韩国、新加坡、越南、泰国、加拿大、英国、德国、法国等等99元起步,湘南科技VPS价格表:独立服...

HostHatch(15美元)大硬盘VPS,香港NVMe,美国、英国、荷兰、印度、挪威、澳大利亚

HostHatch在当地时间7月30日发布了一系列的促销套餐,涉及亚洲和欧美的多个地区机房,最低年付15美元起,一次买2年还能免费升级双倍资源。商家成立于2011年,提供基于KVM架构的VPS主机,数据中心包括中国香港、美国、英国、荷兰、印度、挪威、澳大利亚等国家的十几个地区机房。官方网站:https://hosthatch.com/NVMe VPS(香港/悉尼)1 CPU core (12.5%...

垃圾文件清理bat为你推荐
android游戏开发教程android游戏开发教程 哪里短时间学会?谷歌德语在线翻译哪个 电脑浏览器 可以自动在线翻译英语德语法语 等一系列的语音,最重要的是可以完全翻译英语的浏百度预测世界杯世界杯预测windows7系统要求Windows7系统对电脑配置的要求,vs2005快捷键vs中的一个快捷键金山铁路最新时刻表上海南叶线的时刻表无法清除dns缓存无法清除dns缓存 设置好后重起又是无法清除微软永久关闭实体店微软windows10易升怎么关闭如何修改手机ip手机如何更改ip地址?是不是和电脑一样更改ip地址呢?cad图批量打印如何批量打印CAD图纸?
vps是什么意思 idc评测 域名商 新加坡服务器 wdcp 174.127.195.202 ixwebhosting 免费全能空间 个人域名 可外链相册 中国电信测速网 web服务器安全 东莞idc 网站加速软件 免费个人主页 阿里云邮箱个人版 脚本大全 hosting24 winserver2008 forwarder 更多