Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to clean up and make Mini Program on disk C

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

How to carry out C disk clean Mini Program production, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.

Introduction: as we all know, with the recommendation of time, our computer system's C disk will cache more and more temporary data and useless data, which will cause our system to be greatly slowed down. so here we teach you how to make a simple Mini Program that cleans up temporary data and useless data on disk C.

Production steps:

Create a new TXT file named: system cleanup .bat

Open it in notepad, edit it, and write the following code:

Code listing:

@ echo off echo is cleaning up system junk files Just a moment, please. Del / s / f / Q c:\ windows\ temp\ *. * rd / s / Q c:windows\ tempmd c:\ windows\ tempdel / s / f / Q C:\ WINDOWS\ Prefetchdel / s / f / Q% temp%\ *. * rd / s / Q% temp%md% temp%deltree / y c:\ windows\ tempor~1deltree / y c:\ windows\ tempdeltree / y c:\ windows\ tmpdeltree / y c:\ windows\ ff*.tmpdeltree / y c:\ Windows\ historydeltree / y c:\ windows\ cookiesdeltree / y c:\ windows\ recentdeltree / y c:\ windows\ spool\ printersdel / f / s / Q% systemdrive%\ * .tmpdel / f / s / Q% systemdrive%\ * .mpdel / f / s / Q% systemdrive%\ .logdel / f / s / Q% systemdrive%\ .giddel / f / s / Q% systemdrive%\ * .chkdel / f / s / Q% systemdrive%\ * .olddel / f / s / Q% systemdrive%\ *. % systemdrive%\ recycled\ *. * del / f / s / Q% windir%\ * .bakdel / f / s / Q% windir%\ prefetch\ *. * rd / s / Q% windir%\ temp & md% windir%\ tempdel / 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\ *. *" del c:\ WIN386.SWP

Echo system cleanup is over!

Echo. & pause

Save the code after it is written.

Double-click to run when you use it.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report