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文件格式,运行即可清理
查看全文
相关阅读:
C# 类 (7)
C# 类 (6) -继承
C# 类 (5)
c# 类(4)
C# 类(3)
c# 类(2)
C# 类 (1)
C# 零碎知识点
VINS_Fusion 初始化过程
视觉SLAM(一)预备课程与基础知识
原文地址:https://www.cnblogs.com/s380774061/p/2483310.html
最新文章
定制Banner
关闭特定的自动配置
入口类和@SpringBootApplication
SpringBoot的快速构建
SpringBoot的优缺点
SpringBoot的核心功能
SpringBoot的特性
maven生命周期
Angularjs[21]
jQuery[补1]
热门文章
Angularjs[15]
Angularjs[14]
Angularjs[13]
Angularjs[12]
Angularjs[7]
Angularjs[5]
Angularjs[4]
Angularjs[3]
C# 类(9)
C# 类 (8)
Copyright © 2011-2022 走看看