0

Enable Registry Editor In Windows

  • Sahil
  • Share
  • I have seen many people struggling with the message that says " Registry Editor has been disabled by your Administrator"


    So people keep on finding solutions to enable it,


    There are many ways, but the most common way, to unhide the Hidden Windows XP Administrator account, and then enable it,


    But how to enable Hidden Admin account, for that also you need Registry Editor, also your Task Manager is Blocked, so you are helpless,




    So here i have got a way for it..




    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!

    0 Responses to “Enable Registry Editor In Windows”

    Post a Comment

    Advertisement

    hit counter