Win7 system how to clean up registry win7 system Registry Cleaning method

Source: Internet
Author: User

Win7 System Cleanup Registry method:

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-click to open the text document "System", 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 settings\temporary 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.

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.