I have Windows SBS 2008 R2, and when I try to open console manager or event viewer I get the message MMC cannot create the snap in
. How do I fix this?
Asked
Active
Viewed 932 times
2

Ricardo Polo Jaramillo
- 2,039
- 2
- 18
- 35

husam Al-khalili
- 99
- 1
- 4
- 6
-
2Duplicate of [MMC could not create the snap in](http://serverfault.com/questions/127995/mmc-could-not-create-the-snap-in) – Ben Pilbrow Aug 27 '11 at 22:11
1 Answers
0
There are several reasons for this error:
- Your path does not include %SystemRoot%\System32\WBEM Make sure you check the right path. If logged in to a standard account
- Registry key gets corrupted or deleted:
HKLM\software\Microsoft\MMC\SnapIns\FX:{b05566ad-fe9c-4363-be05-7a4cbb7cb510}
. Export the key to text and check for corruption or export from another system with same OS version.
NOTE: I'm seeing this problem on Windows 11 Pro trying to create a console for managing Hyper-V and Active Directory Light. Answers are generic enough to apply to other Windows flavors.

cb4
- 101
- 4