When you install system software, there is always a lot of information table and application settings. But sometimes, we do not need to use some software to uninstall it, the corresponding registry is not uninstalled, can not be completely deleted. Then the system will leave a lot of redundant registry redundancy, we should clean up the rubbish, reduce the burden of the registry, the system's space.
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!
Clear the system of residual registry garbage, as long as the above mentioned three ways to clean up the excess waste. The first, the second way the general people can operate, but the last one will require a certain number of technical personnel can use, or you will remove some applications to affect the system's running.