In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to use Dos batch processing to write bat code for one-click cleaning system garbage, the content of the article is of high quality, so the editor shares it for you to do a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
Parameters of the del command
/ F forcibly delete read-only files.
/ S removes the specified file from all subdirectories.
/ Q quiet mode. No confirmation is required when you delete a global wildcard.
Parameters of the rd command
/ s in addition to the directory itself, all subdirectories and files under the specified directory will be deleted. Used to delete the directory tree.
/ Q quiet mode
/ s No confirmation is required when deleting the directory tree.
Code one
@ echo off & title cleaning system garbage del / f / s / Q% systemdrive%\ * .tmpdel / f / s / Q% systemdrive%\ * .mp3del / f / s / Q% 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 / s / Q " C:\ Documents and Settings\ Administrator\ Local Settings\ History "del / f / s / Q" C:\ Documents and Settings\ Administrator\ Local Settings\ Temporary Internet Files "del / f / Q" C:\ Documents and Settings\ Administrator\ Local Settings\ Temp "del / f / Q" C:\ Documents and Settings\ Administrator\ Local Settings\ Temp\ xl7vss_ "del / f / Q" D:\ Program Files\ QvodPlayer\ Data "
Code two
@ echo off echo is cleaning up the system junk files. Please wait a moment. 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 cleaning system garbage is complete! On how to use Dos batch to write one-click garbage cleaning system bat code to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.