Quickly clear all congested garbage from computer systems

Source: Internet
Author: User
Tags garbage cleaner

With ease and smoothness, have you noticed that the disk space on your computer system is decreasing every day? Is it slower than a day like the Old Monkey King?

That's right! During Windows Installation and use, a considerable number of junk files are generated, including temporary files (for example :*. tmp ,*. _ mp) log file (*. log), temporary help file (*. gid), disk check file (*. chk), temporary backup files (such :*. old ,*. bak) and other temporary files. In particular, if the Temporary IE folder "Temporary Internet Files" is not cleared for a period of time, the cached Files sometimes occupy hundreds of MB of disk space. These LJ files not only waste valuable disk space, but also slow the system to run as a snail bait. I believe you cannot bear this! Therefore, we should promptly clean up the congestion of the system's LJ files to keep the system "slim" and easily and smoothly access the internet! Come on, my friend. Now let's get rid of system spam quickly !!

The following two steps are simple!

Right-click on the desktop, select create a "Notepad", copy the following words, click "Save as", and set the file name to "clear system LJ. bat. Remember that the suffix must be. bat, OK! This is how your garbage cleaner is created! Double-click it to quickly clean up junk files, less than a minute.


@ Echo off
Echo is clearing the System junk file. Please wait ......
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 % ecycled *.*
Del/f/s/q % windir % *. bak
Del/f/s/q % windir % prefetch *.*
Rd/s/q % windir % emp & md % windir % emp
Del/f/q % userprofile % cookies *.*
Del/f/q % userprofile % ecent *.*
Del/f/s/q "% userprofile % Local SettingsTemporary Internet Files *.*"
Del/f/s/q "% userprofile % Local SettingsTemp *.*"
Del/f/s/q "% userprofile % ecent *.*"
Echo system LJ cleared!
Echo. & pause
 


In the future, you only need to double-click the file to run it. When the screen prompts "clearing the system LJ is complete! You have a slim system !! Now let's look at your computer. Is it fast? Don't forget to reply!


[Editor's note:] LJ indicates garbage. The temporary files of the system are cleared here. However, they are mandatory and need to be used with caution!


 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.