How to clean up all the rubbish in the Win7 computer registration form?

Source: Internet
Author: User

Presumably, what role does the registry play in Win7 's flagship download? Yes, the registry is a computer data management library, as long as the data in the computer, there is a specific file in this registry, then that is to say, a lot of garbage files in the computer, There are specific files in the registry, the garbage in the computer may be often cleaned, but the garbage in this registry, have you cleaned it? Win7 flagship download the garbage in the registry should also how to clean it? Here, let's introduce it in detail!

1. In fact, to clean up the Win7 flagship download in the registration table of the garbage file, the operation is very simple, we first return to the desktop location of the computer, and then casually find a blank place to right-click, select New-text document.

2. Next, we double hit the text document and then copy the following code into this text document:

@echo off

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%windir%*.bak

del/f/q%systemdrive%recycled*.*

del/f/q%windir%prefetch*.*

rd/s/q%windir%temp & MD%windir%tempemp% &MD%temp%

del/f/q%userprofile%cookies*.*

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

rd/s/q "%userprofile%local settingstemporary Internet Files"

CLS & Echo System garbage cleanup complete:)

Echo. & Pause

After the copy is complete don't be anxious to close the text document, we need to click on the file above the window-Save as, and then save the file as a. bat form.

Later we need to clean up the garbage in the registry, just double click on the amount. bat format file.

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.