Regedit: Registry editing has been disabled by your administrator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • indiauday
    New Member
    • Jun 2007
    • 3

    Regedit: Registry editing has been disabled by your administrator

    Hello friends,
    I am new user to this community.

    My problem is when I try to open registry editor by start> run > regedit, it displays this message.
    "Registry editing has been disabled by your administrator"

    I logon with administrator administrator account, then why it gives this message.

    Thank you for reading my post.
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by indiauday
    Hello friends,
    I am new user to this community.

    My problem is when I try to open registry editor by start> run > regedit, it displays this message.
    "Registry editing has been disabled by your administrator"

    I logon with administrator administrator account, then why it gives this message.

    Thank you for reading my post.
    Is your OS XP Pro, or some other (Home) version?

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by bartonc
      Is your OS XP Pro, or some other (Home) version?
      If it's XP Pro, you'll want to check your group policy settings.
      To run the Group Policy Editor, see How To Use the Group Policy Editor to Manage Local Computer Policy in Windows XP.
      In that editor, go to Local Computer Policy->User Configuration->Administrati ve Templates->System. In there, check the item called "Prevent access to registry editing tools" and make sure that it is not enabled.

      Hope that helps.

      Comment

      • indiauday
        New Member
        • Jun 2007
        • 3

        #4
        I am using windows XP professional with service pack 2.

        Comment

        • indiauday
          New Member
          • Jun 2007
          • 3

          #5
          Thank you Bartonc,

          my problem is solved. You seem to have great knowledge of Windows
          Thank you very much , bye n take care

          Comment

          • bartonc
            Recognized Expert Expert
            • Sep 2006
            • 6478

            #6
            Originally posted by indiauday
            Thank you Bartonc,

            my problem is solved. You seem to have great knowledge of Windows
            Thank you very much , bye n take care
            Glad to be of assistance. I actually learned something on this one.

            Comment

            • udhayakarthick
              New Member
              • Nov 2006
              • 16

              #7
              enable regedit problem

              hi everybody i see some code(which i given below) in a site and save it as regtools.vbs then i double click that icon. this disable my regedit. Now i am unable to enable it again.
              please give me solution..
              it is very urgent i am unable to install new softwares in my system.



              '
              Code:
              Enable/Disable Registry Editing tools
              '© Doug Knox - rev 12/06/99
              Option Explicit
              'Declare variables
              Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
              Dim enab, disab, jobfunc, itemtype
              Set WSHShell = WScript.CreateObject("WScript.Shell")
              p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
              p = p & "DisableRegistryTools"
              itemtype = "REG_DWORD"
              mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
              enab = "ENABLED"
              disab = "DISABLED"
              jobfunc = "Registry Editing Tools are now "
              'This section tries to read the registry key value. If not present an
              'error is generated.  Normal error return should be 0 if value is
              'present
              t = "Confirmation"
              Err.Clear
              On Error Resume Next
              n = WSHShell.RegRead (p)
              On Error Goto 0
              errnum = Err.Number
              if errnum <> 0 then
              'Create the registry key value for DisableRegistryTools with value 0
               WSHShell.RegWrite p, 0, itemtype
              End If

              Comment

              • bartonc
                Recognized Expert Expert
                • Sep 2006
                • 6478

                #8
                If you have XP Pro, I can guide you in doing this from the Group Policies Editor.

                Comment

                • bartonc
                  Recognized Expert Expert
                  • Sep 2006
                  • 6478

                  #9
                  Originally posted by bartonc
                  If you have XP Pro, I can guide you in doing this from the Group Policies Editor.
                  Here is a link to that discussion.

                  Comment

                  • udhayakarthick
                    New Member
                    • Nov 2006
                    • 16

                    #10
                    thank u for ur help.
                    thanks a lot. i recover from that problem

                    regards
                    udhaya

                    Comment

                    • bartonc
                      Recognized Expert Expert
                      • Sep 2006
                      • 6478

                      #11
                      Originally posted by udhayakarthick
                      thank u for ur help.
                      thanks a lot. i recover from that problem

                      regards
                      udhaya
                      Thanks for the update. Glad it worked out.

                      Comment

                      • annipanni
                        New Member
                        • Aug 2007
                        • 1

                        #12
                        thanx buddy , i am also catch the same problem , but now i am able to open my registry , great solution , it really wrks, i even waste my time in many sites , but they only fake i think i can trust u even in future.

                        Comment

                        • bartonc
                          Recognized Expert Expert
                          • Sep 2006
                          • 6478

                          #13
                          Originally posted by annipanni
                          thanx buddy , i am also catch the same problem , but now i am able to open my registry , great solution , it really wrks, i even waste my time in many sites , but they only fake i think i can trust u even in future.
                          We try to give accurate and useful information. Thanks for the acknowledgment.

                          Comment

                          • epots9
                            Recognized Expert Top Contributor
                            • May 2007
                            • 1352

                            #14
                            Originally posted by annipanni
                            thanx buddy , i am also catch the same problem , but now i am able to open my registry , great solution , it really wrks, i even waste my time in many sites , but they only fake i think i can trust u even in future.
                            Originally posted by bartonc
                            We try to give accurate and useful information. Thanks for the acknowledgment.
                            Alot of us have gone through this too and it can be annoying to fix, so we are always happy and willing to help out everyone.

                            Comment

                            • Chrisjc
                              Contributor
                              • Nov 2006
                              • 375

                              #15
                              Originally posted by annipanni
                              thanx buddy , i am also catch the same problem , but now i am able to open my registry , great solution , it really wrks, i even waste my time in many sites , but they only fake i think i can trust u even in future.

                              Yes the great Barton is always here at "thescripts.com " =)

                              No but I agree with you, there are alot of FAKE sites out there and I myself am very glad I ran in on "thescripts " one day as looking for a solution a year ago.

                              Glad we have people here that devote time into helping others insted of going down to a local shop and paying 200 bucks to get a computer defraged.

                              Not that I have ever done this but I am sure most of you get the point =)

                              Comment

                              Working...