Use Notepad to clean up trash

Source: Internet
Author: User

Do you notice that the free space on your computer system disk is decreasing from day to day with easy and smooth Internet? Is it like the Monkey King of the old to move a day slower than the day?
Windows generates quite a lot of junk files during installation and use, including temporary files (such as. tmp,. _mp) log files (.log), temporary Help files(. gid), disk check files (. chk), Temporary backup files (for example:. old, *.bak) and other temporary files. In particular, if the temporary folder "temporary Internet files" is not cleaned up for a period of time, the cache files may sometimes consume hundreds of megabytes of disk space. These LJ files not only waste valuable disk space, but also make the system slow to run like a snail. I'm sure you can't stand it! So should promptly clean up the system LJ file blockage, keep the system's "slim" figure, easy and smooth internet! Friends come, now let us together to quickly clean up the system garbage!! Here are the steps very simple on two steps!
Steps/Methods

In the lower left corner of the computer screen, press "start → program → accessories → Notepad", copy the following text into (Black section), click "Save As", the path is selected "desktop", Save the Type "All Files", the file is called "Clear system Lj.bat", it is finished. Remember, the suffix name must be. bat,ok! Your trash cleaner just made it!
====== is the following text (this line does not have to be copied) =============================
@echo off
Echo is cleaning up the system junk file, 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 Clear System LJ complete!
Echo. & Pause
===== so far (this line does not have to be copied) ==============================================

Double-click it to quickly clean up the junk file, which is less than a minute.

OK, you can try it.

Use Notepad to clean up trash

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.