30 seconds to clear your computer junk so that your computer is flying fast

Source: Internet
Author: User
Tags garbage cleaner
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!
  
In the lower left corner of the computer screen, press Start> program> attachment> notepad to copy the following text, click Save As, and select desktop in the path ", the storage type is "all files", and the file name is "clear system garbage. BAT. Remember the suffix. bat, OK! This is how your garbage cleaner is created!
Double-click it to quickly clean up junk files, less than a minute.
  
====== Is the following text (this line does not need to be copied) ==================================
  
@ 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 % \ 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 cleared system garbage!
Echo. & pause
  
===== Till now (this line does not need to be copied) ========================================================== ======
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 !!
Related Article

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.