Registry Editor Registry Modification _ Registry

Source: Internet
Author: User
Automatic Refresh settings for Registry Editor:

Opens the Hkey_current_user\software\microsoft\regedt32\settings subkey, creates a new string value "AutoRefresh" in the right-hand window, and sets its value to 1.

Registry modified read-only feature:

Windows nt/2000 's 32-bit Registry Editor provides read-only settings when registry modifications are made, primarily to prevent registry modification errors. Windows XP merges the 16-bit and 32-bit registry editors into one, but does not directly provide read-only functionality for registry modifications, which we need to modify to enable, open Hkey_current_user\software\microsoft\regedt32 \settings Branch, create a new string key "ReadOnly" in the right window, and set its value to 1 to enable (the default value is 0).

Let Registry Editor support the ability to remotely modify this list:

Open the branch of the Hkey_current_user\software\microsoft\regedt32\settings subkey in Registry Editor, create a new string key "RemoteAccess" in the right window, and set its value to 1.

Make Registry Editor automatically modify the registry when it is launched:

Opens the Hkey_current_user\software\microsoft\regedt32\settings subkey, creates a new string key "SaveSetting" in the right window, and sets its value to 1.

Disable the use of Registry Editor:

Open hkey_users\. Default\software\microsoft\windows\currentversion\policies
\system Branch, create a new Double-byte "DisableRegistryTools" in the right window to set its value to 1. At this point, if you run Regedit, a message box appears, prompting the system administrator to disable it. If you want to restore the use of the registry, you can write a Unregedit.reg file, run it in resource management, and then unlock the Registry Editor and use the registry after restarting. The contents are as follows:

Windows Registry Editor Version 5.00
[Hkey_users\. Default\software\microsoft\windows\currentversion\policies\system]
"DisableRegistryTools" =dword:00000000
If it is a Win98 system, change the first line to REGEDIT4.

To restrict the remote computer from modifying the native registry:

By default, Windows XP allows anyone to edit the registry on this computer at any location. To prevent your registry from being maliciously altered, you can restrict modifications to the native registry. Open the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers subkey, and under it, create a new subkey named WinReg. Create a new string value "Description" in the right window of the primary key and set its key value to registry Server. Create a new subkey under the WinReg subkey allowedpaths, add a multiple string value "Machine" under this subkey, and set this key value to the following:

System\currentcontrolset\control\productoptions
System\currentcontrolset\control\print\printers
System\currentcontrolset\services\eventlog
System\currentcontrolset\services\replicator
SOFTWARE\Microsoft\Windows NT\CurrentVersion

Note that the above content should be written by branch. After you restart the computer, no one else has permission to modify the registry of this machine, except for members of the Administrators user group.

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.