Archive for the ‘Fix Registry Errors’ Category

The easiest way to fix “Registry Editing Has Been Disabled By Your Administrator” issue

Symptom:
You receive the following message: “Registry Editing Has Been Disabled By Your Administrator”. If you get this message, please don’t worry. You can perform the easy steps below to repair your registry.

Cause:
The error is often the result of malware. They modified your registry and disabled the registry editor. They not allowing you to edit the registry, so you can’t restore the modified registry.
These malware could make your computer infected and unstable. So you should repair the issue ASAP.

Note: If you are not the administrator of your computer, please contact the administrator if you want to edit the registry.

Resolution:
The easiest way to fix this issue is to use professional registry repair tools. Perfect Optimizer is a good choice. With this tool’s help, you can fix the “Registry Editing Has Been Disabled By Your Administrator” issue by three easy steps:

  1. Download and install this registry repiar tool(Click here to download).
  2. Click the “Perfect Optimizer” icon to run the program, then wait for the scan process to end.
  3. Click the “Repair All” button, then the “Registry Editing Has Been Disabled By Your Administrator” issue has been fixed.
Other Resolutions (For Advanced Users):
Method 1:
Click “Start” button, then click “Run”. Type:”REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f”(without quotes) and click “OK”.
Method 2:
1. Click “Start” button, then click “Run”
2. Type “GPEDIT.MSC”(without quotes) and Press Enter
3. Go to the following location:
User Configuration -> Administrative Templates -> System
4. In the “Settings” Window, find the option for "Prevent Access to Registry Editing Tools" and double-click on it to change.
5. Select “Disabled or Not Configured” and click “OK”
6. Close the “Group Policy Editor” and restart. Then you are done!
Method 3:
Getting into the registry editor by making a vbs script in notepad: 

Open Notepad and copy this script into it. And save it as regtool.vbs on your desktop. VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs): Option Explicit ‘Declare variables Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle Dim jobfunc, itemtype On Error Resume Next Set WSHShell = WScript.CreateObject(”WScript.Shell”) val = “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools” val2 = “HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools” itemtype = “REG_DWORD” jobfunc = “Registry Editing Tools are now ” ttl = “Result” ‘reads the registry key value. rr = WSHShell.RegRead (val) rr2 = WSHShell.RegRead (val2) toggle=1 If (rr=1 or rr2=1) Then toggle=0 If toggle = 1 Then WSHShell.RegWrite val, 1, itemtype WSHShell.RegWrite val2, 1, itemtype Mybox = MsgBox(jobfunc & “disabled.”, 4096, ttl) Else WSHShell.RegDelete val WSHShell.RegDelete val2 Mybox = MsgBox(jobfunc & “enabled.”, 4096, ttl) End If Open regtool.vbs And there you go!

Awards  |  Help  |  Affiliates  |  Register  |  Privacy Policy  |  About Us  |  Login  |  Contact Us
Copyright C 2006-2009 Fix-Computer.Org. All rights Reserved.