Home > Operation and Maintenance > Windows Operation and Maintenance > How to clean the built-in registry in win10 system

How to clean the built-in registry in win10 system

王林
Release: 2020-03-03 14:36:04
Original
11721 people have browsed it

How to clean the built-in registry in win10 system

1. Right-click on a blank space on the desktop and select New Text Document

How to clean the built-in registry in win10 system

(Recommended study: java introductory tutorial )

2. Copy the following code into the 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 系统垃圾清除完成:)
echo. & pause
Copy after login

How to clean the built-in registry in win10 system

3. Click the file in the upper left corner and select Save as to desktop. Then save the file in .bat format (change the file name suffix to .bat)

How to clean the built-in registry in win10 system

4. Open the .bat file just saved to clean the registry

How to clean the built-in registry in win10 system

Related tutorial recommendations: windows tutorial

The above is the detailed content of How to clean the built-in registry in win10 system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
How to create python format text in win10
From 1970-01-01 08:00:00
0
0
0
vim - win10 cannot open markdown editor
From 1970-01-01 08:00:00
0
0
0
win10 is not compatible with git2.7.3+ version
From 1970-01-01 08:00:00
0
0
0
php - Win10 composer installation problem
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template