Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to disable and unlock the registry by Windows

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you how to disable and unlock the registry of Windows, I believe that most people do not understand, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Disable the registry

-

First, 2000/xp/2003 users, run: services.msc; disables the service Remote Registry so that no one else can modify your registry remotely.

And then

1. Disable the registry using software

For example: (the text here is automatically masked by the system)

two。 Through the .reg file

Save the following as lock.reg, after double-click, the registry is disabled

REGEDIT4

[HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System]

"DisableRegistryTools" = dword:00000001

3. In Windows 2000/XP/2003, run Gpedit.msc to open Group Policy. Then expand user configuration → Administrative templates → system, double-click prevent access to Registry Editing tools in the right window, and select enabled in the pop-up window.

Unban the registry

-

1. Disable the registry using software

For example: (the text here is automatically masked by the system)

two。 Through the .reg file (applicable to 98 systems, under XP/2003, reg files cannot be imported after the registry is disabled)

Copy the following to notepad and save it as a file with the extension reg. After double-clicking, the registry is unbanned.

REGEDIT4

[HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System]

"DisableRegistryTools" = dword:00000000

3. Through a .vbs file

Copy the following to notepad and save it as a file with the extension vbs. After double-clicking, the registry is unbanned.

Dim WSHShell

Set WSHShell=WScript.CreateObject ("WScript.Shell")

WSHShell.RegDelete "HKCU\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System\"

4. Through the .inf file

Copy the following to notepad, save it as a file with the extension inf, right-click to install, and unban the registry.

[Version]

Signature= "$Chicago$"

[DefaultInstall]

DelReg=DeleteMe

[DeleteMe]

HKCU, "Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System", "DisableRegistryTools"

5. Through the .js file

Copy the following to notepad and save it as a file with the extension js. After double-clicking, the registry is unbanned.

Var WSHShell=WScript.CreateObject ("WScript.Shell")

WSHShell.RegWrite

("HKCU\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System\ DiableRegistryTools", 0, "REG_DWORD")

WSHShell.RegDelete

("HKCU\\ Software\\ Microsoft\\ Windows\\ CurrentVersion\\ Policies\\ System\")

6. Unban the registry under the command line

Command: reg delete HKCU\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System / v DisableRegistryTools

7. In Windows 2000/XP/2003, run Gpedit.msc to open Group Policy. Then expand "user configuration → Management template → system", double-click "prevent access to Registry Editing tools" in the right window, select "disabled" in the pop-up window, "OK" and then exit "Group Policy" to unban the registry.

The above is all the contents of the article "how to disable and unlock the registry in Windows". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report