当前位置:网站首页>Make a bat file for cleaning system garbage
Make a bat file for cleaning system garbage
2022-07-07 07:30:00 【qq_ four hundred and ninety-two million four hundred and forty-】
Make a garbage cleaning system bat file
Create a new one on the desktop txt Text document , Copy the following to txt Save in text document .
@echo off
echo Cleaning system garbage files , One moment please ......
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 One click to clean up system garbage !
echo. & pause
Then the TXT Suffix of text document .txt Change to .bat. Run script , After waiting for a period of time, you can close the window after prompting that the system garbage cleaning is completed with one click , thus , clear C The garbage in the disk space is finished .

边栏推荐
- MySQL service is missing from computer service
- 虚拟机的作用
- Cloud backup project
- 07_ Handout on the essence and practical skills of text measurement and geometric transformation
- Robot technology innovation and practice old version outline
- Abnova immunohistochemical service solution
- Release notes of JMeter version 5.5
- Calculus key and difficult points record part integral + trigonometric function integral
- 四、高性能 Go 语言发行版优化与落地实践 青训营笔记
- Sqlmap tutorial (IV) practical skills three: bypass the firewall
猜你喜欢

记一个并发规则验证实现

Abnova immunohistochemical service solution

关于二进制无法精确表示小数

Simple example of ros2 planning system plansys2

Wechat applet full stack development practice Chapter 3 Introduction and use of APIs commonly used in wechat applet development -- 3.10 tabbar component (I) how to open and use the default tabbar comp

Advanced practice of C language (high level) pointer

4、 High performance go language release optimization and landing practice youth training camp notes

深度学习花书+机器学习西瓜书电子版我找到了

一、Go知识查缺补漏+实战课程笔记 | 青训营笔记

MIPS uclibc cross compile ffmpeg, support g711a encoding and decoding
随机推荐
leetcode 509. Fibonacci number
Blue Bridge Cup Netizen age (violence)
外包干了三年,废了...
Causes and solutions of oom (memory overflow)
Mutual conversion between InputStream, int, shot, long and byte arrays
Project practice five fitting straight lines to obtain the center line
At the age of 20, I got the ByteDance offer on four sides, and I still can't believe it
Wechat applet full stack development practice Chapter 3 Introduction and use of APIs commonly used in wechat applet development -- 3.9 introduction to network interface (IX) extending the request3 met
Fullgc problem analysis and solution summary
Circulating tumor cells - here comes abnova's solution
IP address
子组件传递给父组件
组件的通信
transform-origin属性详解
抽絲剝繭C語言(高階)指針的進階
95后CV工程师晒出工资单,狠补了这个,真香...
07_ Handout on the essence and practical skills of text measurement and geometric transformation
Hidden Markov model (HMM) learning notes
关于二进制无法精确表示小数
Role of virtual machine