zoukankan
html css js c++ java
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 Settings\Temporary Internet Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*" del /f /s /q "%userprofile%\recent\*.*" echo 清除系统LJ完成! echo. & pause
保存成bat文件格式,运行即可清理
查看全文
相关阅读:
读入输出优化模板
HDU-2647 Reward(拓扑排序)
HDU-2647 Reward(拓扑排序)
HDU-2647 Reward(拓扑排序)
HDU-2647 Reward(拓扑排序)
Using KafkaBolt to write to a kafka topic
Using KafkaBolt to write to a kafka topic
Using KafkaBolt to write to a kafka topic
Using KafkaBolt to write to a kafka topic
getElementById() 获取指定ID的第一个元素
原文地址:https://www.cnblogs.com/s380774061/p/2483310.html
最新文章
JZOJ.5331【NOIP2017模拟8.23】壕游戏
JZOJ.5331【NOIP2017模拟8.23】壕游戏
JZOJ.5331【NOIP2017模拟8.23】壕游戏
Cisco 交换机启用netflow
Cisco 交换机启用netflow
Cisco 交换机启用netflow
Cisco 交换机启用netflow
读入输出优化模板
读入输出优化模板
启用 SR-IOV 解决 Neutron 网络 I/O 性能瓶颈
热门文章
Ecilpse连接MySQL的具体步骤
历时三年,美图全面容器化踩过的坑
MySQL英文版的使用
jquery 回调失败的情况
jquery 回调成功的情况
jquery 回调函数
jquery load post请求
jQuery # 选择器 jquery id选择器
Python爬虫入门教程 52-100 Python3爬虫获取博客园文章定时发送到邮箱
读入输出优化模板
Copyright © 2011-2022 走看看