当前位置:网站首页>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 .

边栏推荐
- 弹性布局(二)
- 异步组件和Suspense(真实开发中)
- Circulating tumor cells - here comes abnova's solution
- 组件的通信
- 毕设-基于SSM大学生兼职平台系统
- Outsourcing for three years, abandoned
- Stack Title: nesting depth of valid parentheses
- Advanced practice of C language (high level) pointer
- PostgreSQL source code (59) analysis of transaction ID allocation and overflow judgment methods
- How do I get the last part of a string- How to get the last part of a string?
猜你喜欢

Abnova membrane protein lipoprotein technology and category display

Deep learning Flower Book + machine learning watermelon book electronic version I found

Summary of customer value model (RFM) technology for data analysis

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

mips uclibc 交叉编译ffmpeg,支持 G711A 编解码

外包干了四年,废了...

Outlier detection technology of time series data

After 95, the CV engineer posted the payroll and made up this. It's really fragrant

【Liunx】进程控制和父子进程

freeswitch拨打分机号源代码跟踪
随机推荐
Modify the jupyter notebook file path
Convolutional neural network -- understanding of pooling
[Linux] process control and parent-child processes
记一个并发规则验证实现
The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?
弹性布局(一)
Several important steps to light up the display
PostgreSQL source code (60) transaction system summary
Causes and solutions of oom (memory overflow)
Bi she - college student part-time platform system based on SSM
关于二进制无法精确表示小数
Example of Pushlet using handle of Pushlet
Circulating tumor cells - here comes abnova's solution
抽丝剥茧C语言(高阶)数据的储存+练习
Freeswitch dials extension number source code tracking
二、并发、测试笔记 青训营笔记
PostgreSQL source code (59) analysis of transaction ID allocation and overflow judgment methods
[cloud native] how to give full play to memory advantage of memory database
Sqlmap tutorial (IV) practical skills three: bypass the firewall
Special behavior of main function in import statement