Ways to clear the system cache

Source: Internet
Author: User

When we are constantly using the computer to work, often leave a lot of traces of the internet, discarded pictures, videos and so on all kinds of useless through the internet left behind the cache. These caches occupy most of the memory space of the system, and the computer is running more and more slowly, which affects the normal computer work. Therefore, the cache of the computer should be constantly and frequently cleaned up, releasing redundant cache resources. Let the system run better, and here we will look at how to efficiently clear the system cache.

Efficient way to clean up the system cache:

IE Cache Cleanup method. Open the browser and click the tool in the upper right corner. Then click on the deleted traffic history! Then we hit all the hooks. The password can still be kept. Click OK to remove IE cache.

When your QQ file inside the cache is too large, login QQ will soon be prompted to delete the cached information. We click to enter to delete the QQ folder inside the cache. We can also set up automatic deletion of QQ generated cache.

We can also use the method of cleaning the disk to implement. The best way to clean a disk is not to log on to any other software. Avoid damaging the disk! Clean up the disk we can right-click on the disk that needs to be cleaned up. Then click on the properties to see a Clean disk button.

Or click the Start button. then click Run. Enter Sageset. Then select the disk you want to clean up, click OK and the above method is almost.

There is also a code method to implement the deletion of unnecessary files inside the system disk. Copy the following code in a notepad. Then save it as a. bat file! Then click on the file to clean it up.

@echo off

ECHO is clearing the system garbage 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 settingstemporary Internet files*.*"

del/f/s/q "%userprofile%local settingstemp*.*"

del/f/s/q "%userprofile%recent*.*"

echo clearance System, LJ, complete!

Echo. & Pause

As long as the computer in the work, the Internet, will produce a large number of cached resources, into countless garbage files. Long-time accumulation of the system's normal operation caused a lot of obstacles, so everyone should be diligent up, often for your system you have to reduce weight loss, thin body. As long as you follow the above method, your system will certainly be able to run better!

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.