A quick solution to Windows Registry garbage

Source: Internet
Author: User

Registry in the Windows system is an important database, storage system and application settings information, in the installation of software will be loaded with a lot of information tables, but the uninstall can not automatically delete all, will leave a lot of registry redundant garbage, at this time we will be garbage cleaning, Reduce the burden on your registry.

A quick solution to Windows Registry garbage

1, the use of third-party security software to clean up the registry garbage

The use of Super Rabbit, optimization master, security defender a series of third-party software cleaning, the following small series to the Golden Hill Guardian as an example, open the main interface, find garbage clean-up-Clean up the registry, start scanning clean-up, Jinshan Guardian will automatically backup the registry, we do not have to backup in a separate, if the problem is easy to recover.

2. Use batch processing to clean up

Put the following code in a TXT document, the name of everyone to take, and then we put the. txt format into a. bat format, and then double-click the double l.bat file, give him a song time, the screen will be prompted to "system garbage Cleanup Complete", press any key prompts to exit.

@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

3, the use of the registry to edit their own cleaning

We first use the window key +r to pull up the Run box, and then enter REGEDIT carriage return, open Registry Editor, then we can put those unwanted registry manually clean out!

The above mentioned is to quickly clean up the registry garbage three kinds of programs, the Windows system is not very familiar with users can take the first, 22 scenarios, for the third program requires a certain computer technology, or mistakenly deleted the registry may lead to a variety of program error problems.

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.