Wonderful use of Windows Group Policy - MySQL registry lock

  
"Maliciously modify the web page" is an invincible attack, simply modify our home page address, complex "malignant web pages" will also lock the user's registry, let We can't restore the settings, what should I do? The author of this article has found a solution to this problem through personal experience.

When I surfed the Internet, the IE homepage was maliciously modified. This was a small problem that was easy to solve. Who knows to open the registry editor, but a dialog box pops up "Registered Editor has been disabled by the administrator". It seems that this page is quite "bad", not only modified my IE homepage, but even the registry is locked. It seems that it is impossible to make a trick.

1. Click the “Start” menu and click “Run” to bring up the “Run” dialog box. Enter "gpedit.msc" to launch the "Group Policy" dialog.


2. On the left side of the Group Policy window, select Local Computer Policy→ User Configuration→Administrative Template→System. Use the mouse pointer to double-click "Block Access Registry Editing Tool" on the right side of the window to open the "Block Access to Registry Editing Tool Properties" dialog box.

3. Click the "Settings" tab in the "Properties" dialog box, change "Enabled" to "Disabled" and click the "OK" button.

4, run the registry editor again, the familiar interface finally appeared again. Finally, just modify the IE homepage address in the registry.


5. In the "Control Panel" → "Administrative Tools" → "Services" will be named "Remote Registry" (to enable remote users to modify the registry settings on this computer) The service is closed, and the modification of the registry to the webpage can be effectively prevented within a certain range.

Tip
Modify the IE homepage through the registry: Open the "HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main" item, and find the key named "Start Page" on the right side of the editor, its value It is the homepage URL, you can change it.

On many websites, there are ways to unlock the registry in Windows XP. Open Notepad and enter the following code:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion \\PolicIEs\\System]
DisableRegistryTools=dWord:00000000

Save the text file as "JS.reg" (the file name is free, but the suffix must be "reg"), and then double-click the file to unlock the registry.

But in fact, the above key values ​​do not exist in the registry editor of Windows XP system. This code is actually the code that unlocked the registry in the original Windows 95/98 system. It does not apply to the problem of fixing the Windows XP operating system registry lock.

Copyright © Windows knowledge All Rights Reserved