 |
Restrict loading of Active Directory Sites and Services snap-in into MMC.
MMC can load various snap-ins that are used to simplify system management tasks of daily routine. This setting can disable loading of the snap-in Active Directory Sites and Services into MMC.
Click Here to Run a Free Scan for None Related Errors
Description: Microsoft management console tries to simplify system management tasks of daily routine. It has applications, which have been built with modules. These applications, called snap-ins, can be added to a program that works independently or as a part of the bigger application. Say, if you run dssite.msc from start > run menu, you are loading the snap-in from the basic framework (mmc). Mmc provides system administrators an adaptable interface to view the system and set it up. The active directory sites and services lets you view and manage sites and services. Sites define the topology and schedules used for active directory replication. Services permits administration of certain enterprise-wide active directory services. This setting can restrict loading of this snap-in into the mmc. For this, go to start > run menu, enter regedit and navigate to the registry path listed below. If any of the subkeys \mmc\{d967f824-9968-11d0-b936-00c04fd8d5b0} does not exist, create them as explained below. Then, create a string value restrict_run in the right panel. Now, right-click and modify its value to 1 which can disable snap-in. However, if you want to enable back the snap-in, delete the subkey {d967f824-9968-11d0-b936-00c04fd8d5b0}. The changes take effect after a restart or logoff.
Level: Recommended For Experts Only
Path: [HKEY_CURRENT_USER\Software\Policies\Microsoft\] |
Location: Current User |
Value Name: MMC |
Data Type: Key |
Enabled Value: |
Disabled Value: |
Action Type: Add an Entry |
|
Path: [HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\] |
Location: Current User |
Value Name: {D967F824-9968-11D0-B936-00C04FD8D5B0} |
Data Type: Key |
Enabled Value: |
Disabled Value: |
Action Type: Add an Entry |
|
Path: [HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{D967F824-9968-11D0-B936-00C04FD8D5B0}\] |
Location: Current User |
Value Name: Restrict_Run |
Data Type: REG_SZ (String Value) |
Enabled Value: 1 |
Disabled Value: |
Action Type: Add an Entry |
|
 |
First, click the 'Start' button, and select 'Run'. In the resulting dialog box, type 'regedit'. |
|
 |
Second, go to <b>[HKEY_CURRENT_USER\Software\Policies\Microsoft\] </b> and create a new key as 'MMC'. |
|
 |
Third create a subkey under the key 'MMC' as '{D967F824-9968-11D0-B936-00C04FD8D5B0}'. |
|
 |
Fourth, create a String value as 'Restrict_Run' under the subkey '{D967F824-9968-11D0-B936-00C04FD8D5B0}'. |
|
 |
Now right click on the String value 'Restrict_Run' and select 'Modify'. |
|
 |
Finally set the value data as '1' and click 'OK'. |
|
|