Resources for IT Professionals > 論壇首頁 > Group Policy > Snap-in Creation Failed - regedit32.exe and gpedit.exe
發問發問
 

已答覆Snap-in Creation Failed - regedit32.exe and gpedit.exe

  • Saturday, 27 June, 2009 7:46Senthil KR 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Hi,

    Unfortunate, I have disabled regedit32.exe and gpedit.exe in group policy. Even i tired logon as "Administrator" i'm unable open both snap-in. How do i revoke this? Please help me out.

    "Snap-in Creation Failed.

    The user policies prevent MMC from creating the snap-in

    Name:Group Policy Object Editor

    CLSID:{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}"

    Regards,

    Skillsen

解答

  • Monday, 29 June, 2009 9:03gotsch-it 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    I am sure you have a second PC where you can start regedit. If you have network connection to the other just make the changes remotely by making a remote connection via regedit (located in the "file" menu).
    Other merhods to reset the necessary registry keys mentioned in the linked article:
    - use the command reg.exe /add
    - make a small vbscript
    (those can be performed directly on the affected PC)
    Patrick

所有回覆

  • Saturday, 27 June, 2009 8:33Syed Khairuddin 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Please see if this links helps. http://windowsitpro.com/article/articleid/73793/jsi-tip-2472-administrator-cant-edit-group-policy-in-a-windows-2000-domain.html
    http://technetfaqs.wordpress.com
  • Saturday, 27 June, 2009 8:51Senthil KR 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Hi Syed,

    Even i've disabled regedit. Not able to modify registry also.

  • Monday, 29 June, 2009 9:03gotsch-it 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    I am sure you have a second PC where you can start regedit. If you have network connection to the other just make the changes remotely by making a remote connection via regedit (located in the "file" menu).
    Other merhods to reset the necessary registry keys mentioned in the linked article:
    - use the command reg.exe /add
    - make a small vbscript
    (those can be performed directly on the affected PC)
    Patrick
  • Thursday, 2 July, 2009 14:10gotsch-it 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Senthil, can you give a short update about currecnt status please?
    Patrick
  • Thursday, 23 July, 2009 11:52Senthil KR 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi,

    Thanks for your reply.

    I've disabled regedit and gpedit in my Domain Controller. So i can't access the same from anyother machine in the domain. Could you please help me to resolve this in the Domain controller.

    Senthil
  • Thursday, 23 July, 2009 14:00gotsch-it 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    If you really have disabled regedit on all machines use the other method I mentioned: reg.exe
    This is an OS integrated  commandline tool to modify registry. Hopefully you have not disabled this one ;-)

    Run "reg add /?" to see how it works.
    Then follow the link
    http://windowsitpro.com/article/articleid/73793/jsi-tip-2472-administrator-cant-edit-group-policy-in-a-windows-2000-domain.html
    and add the appropriate registry value.
    Then you should be able to start GPedit again...
    Patrick