admin 管理员组文章数量: 1184232
**
自写一个 清理 windows 垃圾的 bat 批处理小程序
**
1、新建一个记事本:windows 垃圾清理.txt,复制以下代码:
@echo off
if exist c:\windows\temp. del /Q /F /S c:\windows\temp\.
if exist c:\windows\Temp. del /Q /F /S c:\windows\Temp\.
if exist c:\windows\Tempor~1. del /Q /F /S c:\windows\Tempor~1\.
if exist c:\windows\History. del /Q /F /S c:\windows\History\.
if exist c:\windows\recent. del /Q /F /S c:\windows\recent\.
if exist C:\Users\Administrator\AppData\Local\Temp. del /Q /F /S C:\Users\Administrator\AppData\Local\Temp\.
if exist C:\Users\Administrator\AppData\Roaming\Tencent. del /Q /F /S C:\Users\Administrator\AppData\Roaming\Tencent\.
if exist C:\Users\Administrator\AppData\Roaming\Tencent. del /Q /F /S C:\Users\Administrator\AppData\Roaming\Tencent\.
if exist C:\Windows\SoftwareDistribution\Download. del /Q /F /S C:\Windows\SoftwareDistribution\Download\.
if exist C:\Documents and Settings\Administrator\Local Settings\temp. del /Q /F /S C版权声明:本文标题:自动化清洁助手:打造干净、高效的电脑环境 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1771815386a3548877.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论