Leaked source code of windows server 2003
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.

18 lines
820 B

  1. REGEDIT4
  2. //Registers the Services Start/Stop Extension Snap-in as a context menu extension
  3. //to the {28D4F536-BDB5-4bc5-BA88-5375A4996850} node type.
  4. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC]
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes]
  6. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{28D4F536-BDB5-4bc5-BA88-5375A4996850}]
  7. ""="Extendable scope node of ATL-based extension snap-in sample"
  8. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{28D4F536-BDB5-4bc5-BA88-5375A4996850}\Extensions]
  9. // Adding the Services Start/Stop Extension Snap-in's CLSID as a context menu extension
  10. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{28D4F536-BDB5-4bc5-BA88-5375A4996850}\Extensions\ContextMenu]
  11. "{58221C6A-EA27-11CF-ADCF-00AA00A80033}"="Services Start/Stop Extension Snap-in"