Computer Problem With making registry

Heshanck93

Active member
  • Apr 26, 2007
    3,739
    22
    38
    33
    When i install some game and try to register it...a message appears dat"registry editing has been disabled by your administrator" I want to know how to enable it..and by the way im da computer administrator
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    Method 1 - Using Group Policy Editor
    If you are using an edition of Windows Vista (Windows Vista Business, Enterprise and Ultimate editions) which includes the Group Policy Editor, follow these steps:

    Click Start, type gpedit.msc in the Search box, and press ENTER
    Go to the following branch:
    User Configuration | Administrative Templates | System

    Double-click Prevent access to registry editing tools
    Set it as Not Configured
    Important: If it's already set to Not Configured, set it to Enabled and click Apply. Then repeat the steps and revert the setting back to Not Configured. This removes the registry based policy if set already.

    Method 2
    This method should work in all editions of Windows Vista.

    Download reg_enable.vbs attached at the end of this article, and save it to Desktop
    Open an elevated command prompt. To do this, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
    Switch to your Desktop directory by typing the following command, and then pressing ENTER:
    cd /d %userprofile%\desktop

    Then, type the following command and press ENTER
    wscript.exe reg_enable.vbs

    Type EXIT to close the Command Prompt window.
    If everything worked fine, the DisableRegistryTools policy should have been removed by now. See if you're able to launch Regedit.exe now.

    http://www.winhelponline.com/articles/156/1/
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    Go to Start -> run and type

    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

    Simply copy and paste

    Then restart DONE...!!!
     

    Heshanck93

    Active member
  • Apr 26, 2007
    3,739
    22
    38
    33
    untitled-1.jpg
     

    Heshanck93

    Active member
  • Apr 26, 2007
    3,739
    22
    38
    33
    Still it doesnt work ..Im using Win Xp Service Pack 2 ..can sum1 tell me how2 enable registry editing