垃圾文件清理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 清理完毕

如何低价香港服务器购买?有没有便宜的香港服务器推荐?

如何低价香港服务器购买?想要做一个个人博客,想用香港服务器,避免繁琐备案,性能不需要多高,只是记录一些日常而已,也没啥视频之类的东西,想问问各位大佬有没有低价的香港服务器推荐?香港距大陆近,相比美国服务器最大的优势在于延迟低,ping值低,但是带宽紧张,普遍都是1M,一般戏称其为“毛细血管”。同时价格普遍高,优质稳定的一般价格不菲。大厂云梯队阿里云、腾讯云两家都有香港服务器,要注意的是尽量不要选择...

收到几个新商家投稿(HostMem,无忧云,青云互联,TTcloud,亚洲云端,趣米云),一起发布排名不分先后

7月份已经过去了一半,炎热的夏季已经来临了,主机圈也开始了大量的夏季促销攻势,近期收到一些商家投稿信息,提供欧美或者亚洲地区主机产品,价格优惠,这里做一个汇总,方便大家参考,排名不分先后,以邮件顺序,少部分因为促销具有一定的时效性,价格已经恢复故暂未列出。HostMem部落曾经分享过一次Hostmem的信息,这是一家提供动态云和经典云的国人VPS商家,其中动态云硬件按小时计费,流量按需使用;而经典...

CloudCone月付$48,MC机房可小时付费

CloudCone商家在前面的文章中也有多次介绍,他们家的VPS主机还是蛮有特点的,和我们熟悉的DO、Linode、VuLTR商家很相似可以采用小时时间计费,如果我们不满意且不需要可以删除机器,这样就不扣费,如果希望用的时候再开通。唯独比较吐槽的就是他们家的产品太过于单一,一来是只有云服务器,而且是机房就唯一的MC机房。CloudCone 这次四周年促销活动期间,商家有新增独立服务器业务。同样的C...

垃圾文件清理bat为你推荐
office软件包我下载了一个office软件包,然后在百度文库里下载东西,可是打开后全是乱码,怎么回事啊物联卡官网移动物联卡怎么注册智能公共广播系统有谁知道公共广播系统都包括那些设备腾讯汽车论坛腾讯·大楚网的核心产品angel的意思Angel、的中文意思99客服软件下载99客服软件不兼容 win8盈科oa办公系统oa登录不了3d视频制作三D电影 是怎样做出来 的cad图批量打印在cad中如何进行批量打印川普竞选网站遭攻击Donald Trump竞选总统的情况咋样了
合租服务器 dreamhost 电影服务器 pw域名 缓存服务器 天互数据 asp免费空间申请 如何用qq邮箱发邮件 申请网页 drupal安装 环聊 iki hdchina 贵州电信 fatcow cdn加速 百度新闻源申请 web是什么意思 asp介绍 服务器是什么 更多