You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
374 B
10 lines
374 B
REGEDIT4
|
|
|
|
|
|
// Adding snap-in CLSID under the HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Control\Server Applications key
|
|
// This is needed to make Computer Management's dynamic extensibility mechanism work properly.
|
|
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Server Applications]
|
|
"{3F40BB91-D7E4-4A37-9DE7-4D837B30F998}"="ATL-based extension snap-in sample"
|
|
|
|
|