11 lines
374 B
Reg
11 lines
374 B
Reg
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"
|
|
|
|
|