CODE
<html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>911EXP-MMC</h1>
Enables MMC under pebuilder (no explorer plugin is needed)<br>
Admin-Tools: Device Manager, Defrag, DiskAdmin, Services are working<br>
EventLog Viewer is provided as a separate plugin<br>
<br>
CREATED by AEC (based on the 911EXP-erience of all 911cd.net forum members)
<br><A HREF="http://www.911cd.net/forums/index.php?showtopic=11662">http://www.911cd.net/forums/index.php?showtopic=11662</A><br>
<br>
<b>IMPORTANT:</b> When using <b>SP2</b>, the (RpcSS) DCOMLaunce plugin should be enabled.
<hr>
<i>PE Builder Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>911EXP-MMC</h1>
Enables MMC under pebuilder (no explorer plugin is needed)<br>
Admin-Tools: Device Manager, Defrag, DiskAdmin, Services are working<br>
EventLog Viewer is provided as a separate plugin<br>
<br>
CREATED by AEC (based on the 911EXP-erience of all 911cd.net forum members)
<br><A HREF="http://www.911cd.net/forums/index.php?showtopic=11662">http://www.911cd.net/forums/index.php?showtopic=11662</A><br>
<br>
<b>IMPORTANT:</b> When using <b>SP2</b>, the (RpcSS) DCOMLaunce plugin should be enabled.
<hr>
<i>PE Builder Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
911exp-mmc_nu2menu.xml
CODE
<NU2MENU>
<MENU ID="System">
<MITEM TYPE="POPUP" DISABLED="@Not(@FileExists(@GetWinDir()\system32\compmgmt.msc))" MENUID="DiskMgmnt">Disk Management</MITEM>
</MENU>
<MENU ID="DiskMgmnt">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\compmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\compmgmt.msc">MMC-Computer Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\dfrg.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\dfrg.msc">MMC-Defrag</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\diskmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\diskmgmt.msc">MMC-Disk Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\devmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\devmgmt.msc">MMC-Device Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\services.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\services.msc">MMC-Services Management</MITEM>
</MENU>
</NU2MENU>
<MENU ID="System">
<MITEM TYPE="POPUP" DISABLED="@Not(@FileExists(@GetWinDir()\system32\compmgmt.msc))" MENUID="DiskMgmnt">Disk Management</MITEM>
</MENU>
<MENU ID="DiskMgmnt">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\compmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\compmgmt.msc">MMC-Computer Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\dfrg.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\dfrg.msc">MMC-Defrag</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\diskmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\diskmgmt.msc">MMC-Disk Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\devmgmt.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\devmgmt.msc">MMC-Device Management</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\services.msc))" CMD="RUN" FUNC="mmc.exe @GetWinDir()\system32\services.msc">MMC-Services Management</MITEM>
</MENU>
</NU2MENU>
autorun_eventlog.cmd
CODE
@echo off
Title Starting EventLog Service...
net start "EventLog"
exit
Title Starting EventLog Service...
net start "EventLog"
exit
911exp-mmc.inf (part 1)
CODE
; 911exp-mmc.inf, v1.0
; Part of 911EXPerience plugin
; PE Builder v3 plug-in INF file
; 911EXP-MMC: Enables MMC under pebuilder (no explorer plugin is needed)
; Admin-Tools: Device Manager, Defrag, DiskAdmin, Services are working
; EventLog Viewer is provided as a separate plugin
;
; CREATED by AEC (based on the 911EXP-erience of all 911cd.net forum members)
;
; IMPORTANT: When using SP2, the DCOMLaunce plugin should be enabled.
[Version]
Signature= "$Windows NT$"
[PEBuilder]
name="911EXP: MMC"
Enable=1
Help="911exp-mmc.htm"
[SourceDisksFiles]
mmc.exe=2
mmcbase.dll=2
mmcndmgr.dll=2
mmcshext.dll=2
;
msxml.dll=2
msxmlr.dll=2
;
; added for trying to make swprv service work
msxml2.dll=2
msxml2r.dll=2
msxml3.dll=2
msxml3r.dll=2
;
mlang.dll=2
mlang.dat=2
;
oleacc.dll=2
oleaccrc.dll=2
;
clbcatq.dll=2
comres.dll=2
; Included by pebuilder, ...
;shell32.dll=2
;urlmon.dll=2
;usp10.dll=2
;lpk.dll=2
;msvcp60.dll=2
;mfc42u.dll=2
; Computer Management
compmgmt.msc=2
devmgmt.msc=2
mycomput.dll=2
; Disk Management
diskmgmt.msc=2
dmdskmgr.dll=2
dmdlgs.dll=2
dmview.ocx=2
dmocx.dll=2
dmremote.exe=2
dmdskres.dll=2
fmifs.dll=2
ntmsapi.dll=2
; Defrag
dfrg.msc=2
dfrgres.dll=2
dfrgui.dll=2
defrag.exe=2
dfrgntfs.exe=2
dfrgfat.exe=2
vssapi.dll=2
dfrgsnap.dll=2
ipsecsnp.dll=2
; Services
services.msc=2
filemgmt.dll=2
; File sharing
; uses also filemgmt.dll included above with services
fsmgmt.msc=2
srvsvc.dll=2
; Needed for admin_tools shortcuts to show their icons in start menu and control panel
hhsetup.dll=2
[SourceDisksFiles.3790]
; Virtual Disk Service
vds.exe=2
vdsbas.dll=2
vdsdyndr.dll=2
vds_ps.dll=2
vdsldr.exe=2
vdsutil.dll=2
; Disk Management Snap-in Support Library
dmivcitf.dll=2
dmvdsitf.dll=2
[Software.AddReg.3790]
; W2k3 is checking IE version
0x1, "Microsoft\Internet Explorer", "Version", "6.0.3790.0"
[Software.AddReg]
; ---------------------
; mmcshext.dll
0x2,"Classes\MSCFile","FriendlyTypeName","@mmcbase.dll,-130"
0x2,"Classes\MSCFile\Shell\Author","MUIVerb","@mmcbase.dll,-13351"
0x2,"Classes\MSCFile\Shell\Open","MUIVerb","@mmcbase.dll,-13349"
0x2,"Classes\MSCFile\Shell\RunAs","MUIVerb","@mmcbase.dll,-13350"
0x1,"Classes\MSCFile\shellex\IconHandler",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon",,"ExtractIcon Class"
0x1,"Classes\Mmcshext.ExtractIcon.1",,"ExtractIcon Class"
0x1,"Classes\Mmcshext.ExtractIcon.1\CLSID",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon\CLSID",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon\CurVer",,"Mmcshext.ExtractIcon.1"
0x1,"Classes\Mmcshext.HelpColWrapper",,"Help Collection Wrapper Class"
0x1,"Classes\Mmcshext.HelpColWrapper.1",,"Help Collection Wrapper Class"
0x1,"Classes\Mmcshext.HelpColWrapper.1\CLSID",,"{06A03425-C9EB-11d2-8CAA-0080C739E3E0}"
0x1,"Classes\Mmcshext.HelpColWrapper\CLSID",,"{06A03425-C9EB-11d2-8CAA-0080C739E3E0}"
0x1,"Classes\Mmcshext.HelpColWrapper\CurVer",,"Mmcshext.HelpColWrap.1"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}",,"Help Collection Wrapper Class"
0x2,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\InprocServer32",,"mmcshext.dll"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\ProgID",,"Mmcshext.HelpColWrap.1"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\VersionIndependentProgID",,"Mmcshext.HelpColWrap"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}",,"ExtractIcon Class"
0x2,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\InprocServer32",,"mmcshext.dll"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\ProgID",,"Mmcshext.ExtractIcon.1"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\VersionIndependentProgID",,"Mmcshext.ExtractIcon"
0x1,"Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{7A80E4A8-8005-11D2-BCF8-00C04F72C717}","MMC Icon Handler"
; mmcndmgr.dll
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}",,"MMC Plugable Internet Protocol"
0x2,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\ProgID",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\VersionIndependentProgID",,"NODEMGR.MMCProtocol"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}",,"NodeInit 1.0 Object"
0x2,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\ProgID",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\VersionIndependentProgID",,"NODEMGR.NodeInitObject"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}",,"TaskSymbol Class"
0x0,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Control"
0x2,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\MiscStatus",,"0"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\ProgID",,"Control.TaskSymbol.1"
0x0,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Programmable"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\ToolboxBitmap32",,"mmcndmgr.dll, 101"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Version",,"1.0"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\VersionIndependentProgID",,"Control.TaskSymbol"
0x1,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"PSFactoryBuffer"
0x2,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\InProcServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\InProcServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}",,"ScopeTree 1.0 Object"
0x2,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\ProgID",,"NODEMGR.ScopeTreeObject.1"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\VersionIndependentProgID",,"NODEMGR.ScopeTreeObject"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}",,"MessageView Class"
0x2,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\ProgID",,"MessageView.MessageView.1"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\VersionIndependentProgID",,"MessageView.MessageView"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}",,"AppEventsDHTMLConnector 1.0 Object"
0x2,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\ProgID",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\VersionIndependentProgID",,"NODEMGR.AppEventsDHTMLConnector"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}",,"MMC IconControl class"
0x0,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Control"
0x2,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\MiscStatus",,"0"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\ProgID",,"MMC.IconControl.1"
0x0,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Programmable"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\ToolboxBitmap32",,"mmcndmgr.dll, 1"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Version",,"1.0"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\VersionIndependentProgID",,"MMC.IconControl"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}",,"MMCViewExt 1.0 Object"
0x2,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\ProgID",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\VersionIndependentProgID",,"NODEMGR.MMCViewExt"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}",,"MMCVersionInfo 1.0 Object"
0x2,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\ProgID",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\VersionIndependentProgID",,"NODEMGR.MMCVersionInfo"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}",,"ConsolePower Class"
0x2,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\ProgID",,"ConsolePower.ConsolePower.1"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\VersionIndependentProgID",,"ConsolePower.ConsolePower"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}",,"DocConfig 1.0 Object"
0x2,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\ProgID",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\VersionIndependentProgID",,"NODEMGR.MMCDocConfig"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}",,"ComCacheCleanup 1.0 Object"
0x2,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\ProgID",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\VersionIndependentProgID",,"NODEMGR.ComCacheCleanup"
0x1,"Classes\ConsolePower.ConsolePower",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CurVer",,"ConsolePower.ConsolePower.1"
0x1,"Classes\Control.TaskSymbol",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CurVer",,"Control.TaskSymbol.1"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"IMMCClipboardDataObject"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\NumMethods",,"17"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\NumMethods",,"11"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\MMC.IconControl",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CurVer",,"MMC.IconControl.1"
0x1,"Classes\MessageView.MessageView",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CurVer",,"MessageView.MessageView.1"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CurVer",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\NODEMGR.ComCacheCleanup",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CurVer",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\NODEMGR.MMCDocConfig",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CurVer",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\NODEMGR.MMCProtocol",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CurVer",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\NODEMGR.MMCVersionInfo",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CurVer",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\NODEMGR.NodeInitObject",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CurVer",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\NODEMGR.ScopeTreeObject",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CurVer",,"NODEMGR.ScopeTreeObject.1"
; MMC Console
0x0,"Microsoft\MMC\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameStringIndirect","@mmcbase.dll,-14177"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","About","{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-14008"
0x0,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","About","{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-214"
0x0,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","About","{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-14010"
0x0,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}\StandAlone"
;
; Part of 911EXPerience plugin
; PE Builder v3 plug-in INF file
; 911EXP-MMC: Enables MMC under pebuilder (no explorer plugin is needed)
; Admin-Tools: Device Manager, Defrag, DiskAdmin, Services are working
; EventLog Viewer is provided as a separate plugin
;
; CREATED by AEC (based on the 911EXP-erience of all 911cd.net forum members)
;
; IMPORTANT: When using SP2, the DCOMLaunce plugin should be enabled.
[Version]
Signature= "$Windows NT$"
[PEBuilder]
name="911EXP: MMC"
Enable=1
Help="911exp-mmc.htm"
[SourceDisksFiles]
mmc.exe=2
mmcbase.dll=2
mmcndmgr.dll=2
mmcshext.dll=2
;
msxml.dll=2
msxmlr.dll=2
;
; added for trying to make swprv service work
msxml2.dll=2
msxml2r.dll=2
msxml3.dll=2
msxml3r.dll=2
;
mlang.dll=2
mlang.dat=2
;
oleacc.dll=2
oleaccrc.dll=2
;
clbcatq.dll=2
comres.dll=2
; Included by pebuilder, ...
;shell32.dll=2
;urlmon.dll=2
;usp10.dll=2
;lpk.dll=2
;msvcp60.dll=2
;mfc42u.dll=2
; Computer Management
compmgmt.msc=2
devmgmt.msc=2
mycomput.dll=2
; Disk Management
diskmgmt.msc=2
dmdskmgr.dll=2
dmdlgs.dll=2
dmview.ocx=2
dmocx.dll=2
dmremote.exe=2
dmdskres.dll=2
fmifs.dll=2
ntmsapi.dll=2
; Defrag
dfrg.msc=2
dfrgres.dll=2
dfrgui.dll=2
defrag.exe=2
dfrgntfs.exe=2
dfrgfat.exe=2
vssapi.dll=2
dfrgsnap.dll=2
ipsecsnp.dll=2
; Services
services.msc=2
filemgmt.dll=2
; File sharing
; uses also filemgmt.dll included above with services
fsmgmt.msc=2
srvsvc.dll=2
; Needed for admin_tools shortcuts to show their icons in start menu and control panel
hhsetup.dll=2
[SourceDisksFiles.3790]
; Virtual Disk Service
vds.exe=2
vdsbas.dll=2
vdsdyndr.dll=2
vds_ps.dll=2
vdsldr.exe=2
vdsutil.dll=2
; Disk Management Snap-in Support Library
dmivcitf.dll=2
dmvdsitf.dll=2
[Software.AddReg.3790]
; W2k3 is checking IE version
0x1, "Microsoft\Internet Explorer", "Version", "6.0.3790.0"
[Software.AddReg]
; ---------------------
; mmcshext.dll
0x2,"Classes\MSCFile","FriendlyTypeName","@mmcbase.dll,-130"
0x2,"Classes\MSCFile\Shell\Author","MUIVerb","@mmcbase.dll,-13351"
0x2,"Classes\MSCFile\Shell\Open","MUIVerb","@mmcbase.dll,-13349"
0x2,"Classes\MSCFile\Shell\RunAs","MUIVerb","@mmcbase.dll,-13350"
0x1,"Classes\MSCFile\shellex\IconHandler",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon",,"ExtractIcon Class"
0x1,"Classes\Mmcshext.ExtractIcon.1",,"ExtractIcon Class"
0x1,"Classes\Mmcshext.ExtractIcon.1\CLSID",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon\CLSID",,"{7A80E4A8-8005-11D2-BCF8-00C04F72C717}"
0x1,"Classes\Mmcshext.ExtractIcon\CurVer",,"Mmcshext.ExtractIcon.1"
0x1,"Classes\Mmcshext.HelpColWrapper",,"Help Collection Wrapper Class"
0x1,"Classes\Mmcshext.HelpColWrapper.1",,"Help Collection Wrapper Class"
0x1,"Classes\Mmcshext.HelpColWrapper.1\CLSID",,"{06A03425-C9EB-11d2-8CAA-0080C739E3E0}"
0x1,"Classes\Mmcshext.HelpColWrapper\CLSID",,"{06A03425-C9EB-11d2-8CAA-0080C739E3E0}"
0x1,"Classes\Mmcshext.HelpColWrapper\CurVer",,"Mmcshext.HelpColWrap.1"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}",,"Help Collection Wrapper Class"
0x2,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\InprocServer32",,"mmcshext.dll"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\ProgID",,"Mmcshext.HelpColWrap.1"
0x1,"Classes\CLSID\{06A03425-C9EB-11d2-8CAA-0080C739E3E0}\VersionIndependentProgID",,"Mmcshext.HelpColWrap"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}",,"ExtractIcon Class"
0x2,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\InprocServer32",,"mmcshext.dll"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\ProgID",,"Mmcshext.ExtractIcon.1"
0x1,"Classes\CLSID\{7A80E4A8-8005-11D2-BCF8-00C04F72C717}\VersionIndependentProgID",,"Mmcshext.ExtractIcon"
0x1,"Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{7A80E4A8-8005-11D2-BCF8-00C04F72C717}","MMC Icon Handler"
; mmcndmgr.dll
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}",,"MMC Plugable Internet Protocol"
0x2,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\ProgID",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\CLSID\{3C5F432A-EF40-4669-9974-9671D4FC2E12}\VersionIndependentProgID",,"NODEMGR.MMCProtocol"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}",,"NodeInit 1.0 Object"
0x2,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\ProgID",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\CLSID\{43136EB5-D36C-11CF-ADBC-00AA00A80033}\VersionIndependentProgID",,"NODEMGR.NodeInitObject"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}",,"TaskSymbol Class"
0x0,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Control"
0x2,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\MiscStatus",,"0"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\ProgID",,"Control.TaskSymbol.1"
0x0,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Programmable"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\ToolboxBitmap32",,"mmcndmgr.dll, 101"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\Version",,"1.0"
0x1,"Classes\CLSID\{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}\VersionIndependentProgID",,"Control.TaskSymbol"
0x1,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"PSFactoryBuffer"
0x2,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\InProcServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\InProcServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}",,"ScopeTree 1.0 Object"
0x2,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\ProgID",,"NODEMGR.ScopeTreeObject.1"
0x1,"Classes\CLSID\{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}\VersionIndependentProgID",,"NODEMGR.ScopeTreeObject"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}",,"MessageView Class"
0x2,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\ProgID",,"MessageView.MessageView.1"
0x1,"Classes\CLSID\{80F94176-FCCC-11D2-B991-00C04F8ECD78}\VersionIndependentProgID",,"MessageView.MessageView"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}",,"AppEventsDHTMLConnector 1.0 Object"
0x2,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\ProgID",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\CLSID\{ADE6444B-C91F-4E37-92A4-5BB430A33340}\VersionIndependentProgID",,"NODEMGR.AppEventsDHTMLConnector"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}",,"MMC IconControl class"
0x0,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Control"
0x2,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\MiscStatus",,"0"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\ProgID",,"MMC.IconControl.1"
0x0,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Programmable"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\ToolboxBitmap32",,"mmcndmgr.dll, 1"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\Version",,"1.0"
0x1,"Classes\CLSID\{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}\VersionIndependentProgID",,"MMC.IconControl"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}",,"MMCViewExt 1.0 Object"
0x2,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\ProgID",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\VersionIndependentProgID",,"NODEMGR.MMCViewExt"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}",,"MMCVersionInfo 1.0 Object"
0x2,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\ProgID",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\CLSID\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\VersionIndependentProgID",,"NODEMGR.MMCVersionInfo"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}",,"ConsolePower Class"
0x2,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\ProgID",,"ConsolePower.ConsolePower.1"
0x1,"Classes\CLSID\{F0285374-DFF1-11D3-B433-00C04F8ECD78}\VersionIndependentProgID",,"ConsolePower.ConsolePower"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}",,"DocConfig 1.0 Object"
0x2,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\ProgID",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\CLSID\{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}\VersionIndependentProgID",,"NODEMGR.MMCDocConfig"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}",,"ComCacheCleanup 1.0 Object"
0x2,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\ProgID",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\CLSID\{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}\VersionIndependentProgID",,"NODEMGR.ComCacheCleanup"
0x1,"Classes\ConsolePower.ConsolePower",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CurVer",,"ConsolePower.ConsolePower.1"
0x1,"Classes\Control.TaskSymbol",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CurVer",,"Control.TaskSymbol.1"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"IMMCClipboardDataObject"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\NumMethods",,"17"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\NumMethods",,"11"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\MMC.IconControl",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CurVer",,"MMC.IconControl.1"
0x1,"Classes\MessageView.MessageView",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CurVer",,"MessageView.MessageView.1"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CurVer",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\NODEMGR.ComCacheCleanup",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CurVer",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\NODEMGR.MMCDocConfig",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CurVer",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\NODEMGR.MMCProtocol",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CurVer",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\NODEMGR.MMCVersionInfo",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CurVer",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\NODEMGR.NodeInitObject",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CurVer",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\NODEMGR.ScopeTreeObject",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CurVer",,"NODEMGR.ScopeTreeObject.1"
; MMC Console
0x0,"Microsoft\MMC\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameStringIndirect","@mmcbase.dll,-14177"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","About","{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-14008"
0x0,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","About","{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-214"
0x0,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","About","{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","NameStringIndirect","@mmcbase.dll,-14010"
0x0,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}\StandAlone"
;
911exp-mmc.inf (part 2)
CODE
;
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}",,"MMC Application Class"
0x2,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\LocalServer32",,"mmc.exe"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\LocalServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\ProgID",,"MMC20.Application.1"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\VersionIndependentProgID",,"MMC20.Application"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}",,"Folder"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.FolderSnapin"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.FolderSnapin.1"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}",,"OCX"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.OCXSnapin"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.OCXSnapin.1"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}",,"HTML"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.HTMLSnapin"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.HTMLSnapin.1"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}",,"MenuItem"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}",,"Document"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}",,"Properties"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}",,"SnapIns"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}",,"Nodes"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}",,"Columns"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}",,"SnapIn"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}",,"Property"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}",,"IWebSink"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\TypeLib",,"{680C64B0-8DA2-4399-BF4B-E94C1E52983E}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}",,"View"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}",,"Extensions"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}",,"_Application"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}",,"Extension"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}",,"TaskSymbolEvents"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}",,"_EventConnector"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}",,"Views"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}",,"ContextMenu"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}",,"_AppEvents"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}",,"Frame"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}",,"ScopeNamespace"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}",,"IDocConfig"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}",,"Node"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}",,"AppEvents"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}",,"Column"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\TypeLib","Version","1.0"
0x1,"Classes\MMC20.Application",,"MMC Application Class"
0x1,"Classes\MMC20.Application.1",,"MMC Application Class"
0x1,"Classes\MMC20.Application.1\CLSID",,"{49B2791A-B1AE-4C90-9B8E-E860BA07F889}"
0x1,"Classes\MMC20.Application\CLSID",,"{49B2791A-B1AE-4C90-9B8E-E860BA07F889}"
0x1,"Classes\MMC20.Application\CurVer",,"MMC20.Application.1"
0x1,"Classes\MSCFile\Shell\Author",,"&Author"
0x1,"Classes\MSCFile\Shell\RunAs",,"R&un as..."
0x1,"Classes\Snapins.FolderSnapin",,"Folder"
0x1,"Classes\Snapins.FolderSnapin.1",,"Folder"
0x1,"Classes\Snapins.FolderSnapin.1\CLSID",,"{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.FolderSnapin.1\CurVer",,"Snapins.FolderSnapin.1"
0x1,"Classes\Snapins.FolderSnapin\CLSID",,"{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.HTMLSnapin",,"HTML"
0x1,"Classes\Snapins.HTMLSnapin.1",,"HTML"
0x1,"Classes\Snapins.HTMLSnapin.1\CLSID",,"{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.HTMLSnapin.1\CurVer",,"Snapins.HTMLSnapin.1"
0x1,"Classes\Snapins.HTMLSnapin\CLSID",,"{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.OCXSnapin",,"OCX"
0x1,"Classes\Snapins.OCXSnapin.1",,"OCX"
0x1,"Classes\Snapins.OCXSnapin.1\CLSID",,"{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.OCXSnapin.1\CurVer",,"Snapins.OCXSnapin.1"
0x1,"Classes\Snapins.OCXSnapin\CLSID",,"{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0",,"NodeMgr 1.0 Type Library"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\0\win32",,"mmcndmgr.dll"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0",,"MMC Internal Web Browser event sink 1.0 Type Library"
0x2,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\0\win32",,"mmc.exe\4"
0x1,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0",,"Microsoft Management Console 2.0"
0x2,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\0\win32",,"mmc.exe"
0x1,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameString","Extended View"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","NameString","Folder"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","NameString","ActiveX Control"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","NameString","Link to Web Address"
;
0x1,"Classes\ConsolePower.ConsolePower",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CurVer",,"ConsolePower.ConsolePower.1"
0x1,"Classes\Control.TaskSymbol",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CurVer",,"Control.TaskSymbol.1"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"IMMCClipboardDataObject"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\NumMethods",,"17"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\NumMethods",,"11"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\MMC.IconControl",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CurVer",,"MMC.IconControl.1"
0x1,"Classes\MessageView.MessageView",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CurVer",,"MessageView.MessageView.1"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CurVer",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\NODEMGR.ComCacheCleanup",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CurVer",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\NODEMGR.MMCDocConfig",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CurVer",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\NODEMGR.MMCProtocol",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CurVer",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\NODEMGR.MMCVersionInfo",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CurVer",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\NODEMGR.NodeInitObject",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CurVer",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\NODEMGR.ScopeTreeObject",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CurVer",,"NODEMGR.ScopeTreeObject.1"
0x0,"Microsoft\MMC\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
; RegServer filemgmt.dll
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}",,"FILEMGMT 1.0 Object"
0x2,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"FILEMGMT.FileSvcMgmtObject.1"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtObject.1"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"SVCVWR.SvcVwrObject.1"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"SVCVWR.SvcVwrObject.1"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}",,"FILEMGMT Object 1.0"
0x2,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"FILEMGMT.FileSvcMgmtExtObject.1"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtExtObject.1"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"SVCVWR.SvcVwrExtObject.1"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"SVCVWR.SvcVwrExtObject.1"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\ProgID",,"SVCMGMT.StartStopObject.1"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\VersionIndependentProgID",,"SVCMGMT.StartStopObject.1"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}",,"FILEMGMT Object 1.0"
0x2,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\ProgID",,"FILEMGMT.FileSvcMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\ProgID",,"SVCMGMT.ServiceMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\VersionIndependentProgID",,"SVCMGMT.ServiceMgmtAboutObject.1"
0x1,"Classes\FILEMGMT.FileSvcMgmtAboutObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtAboutObject.1\CLSID",,"{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Classes\FILEMGMT.FileSvcMgmtExtObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtExtObject.1\CLSID",,"{58221C69-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\FILEMGMT.FileSvcMgmtObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtObject.1\CLSID",,"{58221C65-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\SVCMGMT.ServiceMgmtAboutObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCMGMT.ServiceMgmtAboutObject.1\CLSID",,"{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Classes\SVCMGMT.StartStopObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCMGMT.StartStopObject.1\CLSID",,"{863FA3AC-9D97-4560-9587-7FA58727608B}"
0x1,"Classes\SVCVWR.SvcVwrExtObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCVWR.SvcVwrExtObject.1\CLSID",,"{58221C6A-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\SVCVWR.SvcVwrObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCVWR.SvcVwrObject.1\CLSID",,"{58221C66-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Microsoft\MMC\NodeTypes\{476e6448-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{58221C69-EA27-11CF-ADCF-00AA00A80033}","Shared Folders Extensions"
0x1,"Microsoft\MMC\NodeTypes\{476e6449-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Services Extensions"
0x0,"Microsoft\MMC\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
;---------------------
; Extended View (Standard view + descriptions)
; Not currently working (so we disable it)
;0x0,"Microsoft\MMC\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
;0x1,"Microsoft\MMC\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}\Extensions\View","{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","MMCViewExt Object"
;
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}",,"MMCViewExt 1.0 Object"
0x2,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\ProgID",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\VersionIndependentProgID",,"NODEMGR.MMCViewExt"
;
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
;
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}",,"MMC Application Class"
0x2,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\LocalServer32",,"mmc.exe"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\LocalServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\ProgID",,"MMC20.Application.1"
0x1,"Classes\CLSID\{49B2791A-B1AE-4C90-9B8E-E860BA07F889}\VersionIndependentProgID",,"MMC20.Application"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}",,"Folder"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.FolderSnapin"
0x1,"Classes\CLSID\{C96401CC-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.FolderSnapin.1"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}",,"OCX"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.OCXSnapin"
0x1,"Classes\CLSID\{C96401CF-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.OCXSnapin.1"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}",,"HTML"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\ProgID",,"Snapins.HTMLSnapin"
0x1,"Classes\CLSID\{C96401D1-0E17-11D3-885B-00C04F72C717}\VersionIndependentProgID",,"Snapins.HTMLSnapin.1"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}",,"MenuItem"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{0178FAD1-B361-4B27-96AD-67C57EBF2E1D}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}",,"Document"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{225120D6-1E0F-40A3-93FE-1079E6A8017B}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}",,"Properties"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{2886ABC2-A425-42B2-91C6-E25C0E04581C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}",,"SnapIns"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{2EF3DE1D-B12A-49D1-92C5-0B00798768F1}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}",,"Nodes"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{313B01DF-B22F-4D42-B1B8-483CDCF51D35}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}",,"Columns"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{383D4D97-FC44-478B-B139-6323DC48611C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}",,"SnapIn"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}",,"Property"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{4600C3A5-E301-41D8-B6D0-EF2E4212E0CA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}",,"IWebSink"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\TypeLib",,"{680C64B0-8DA2-4399-BF4B-E94C1E52983E}"
0x1,"Classes\Interface\{680C64B1-8DA2-4399-BF4B-E94C1E52983E}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}",,"View"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}",,"Extensions"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{82DBEA43-8CA4-44BC-A2CA-D18741059EC8}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}",,"_Application"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{A3AFB9CC-B653-4741-86AB-F0470EC1384C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}",,"Extension"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{AD4D6CA6-912F-409B-A26E-7FD234AEF542}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}",,"TaskSymbolEvents"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\Interface\{BC0B572C-0599-4CCF-BF8D-E21DA624E5F7}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}",,"_EventConnector"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{C0BCCD30-DE44-4528-8403-A05A6A1CC8EA}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}",,"Views"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{D6B8C29D-A1FF-4D72-AAB0-E381E9B9338D}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}",,"ContextMenu"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{DAB39CE0-25E6-4E07-8362-BA9C95706545}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}",,"_AppEvents"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{DE46CBDD-53F5-4635-AF54-4FE71E923D3F}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}",,"Frame"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{E5E2D970-5BB3-4306-8804-B0968A31C8E6}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}",,"ScopeNamespace"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{EBBB48DC-1A3B-4D86-B786-C21B28389012}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}",,"IDocConfig"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\TypeLib",,"{43136EB0-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}",,"Node"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{F81ED800-7839-4447-945D-8E15DA59CA55}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}",,"AppEvents"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{FC7A4252-78AC-4532-8C5A-563CFE138863}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}",,"Column"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\TypeLib",,"{8E80422B-CAC4-472B-B272-9635F1DFEF3B}"
0x1,"Classes\Interface\{FD1C5F63-2B16-4D06-9AB3-F45350B940AB}\TypeLib","Version","1.0"
0x1,"Classes\MMC20.Application",,"MMC Application Class"
0x1,"Classes\MMC20.Application.1",,"MMC Application Class"
0x1,"Classes\MMC20.Application.1\CLSID",,"{49B2791A-B1AE-4C90-9B8E-E860BA07F889}"
0x1,"Classes\MMC20.Application\CLSID",,"{49B2791A-B1AE-4C90-9B8E-E860BA07F889}"
0x1,"Classes\MMC20.Application\CurVer",,"MMC20.Application.1"
0x1,"Classes\MSCFile\Shell\Author",,"&Author"
0x1,"Classes\MSCFile\Shell\RunAs",,"R&un as..."
0x1,"Classes\Snapins.FolderSnapin",,"Folder"
0x1,"Classes\Snapins.FolderSnapin.1",,"Folder"
0x1,"Classes\Snapins.FolderSnapin.1\CLSID",,"{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.FolderSnapin.1\CurVer",,"Snapins.FolderSnapin.1"
0x1,"Classes\Snapins.FolderSnapin\CLSID",,"{C96401CC-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.HTMLSnapin",,"HTML"
0x1,"Classes\Snapins.HTMLSnapin.1",,"HTML"
0x1,"Classes\Snapins.HTMLSnapin.1\CLSID",,"{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.HTMLSnapin.1\CurVer",,"Snapins.HTMLSnapin.1"
0x1,"Classes\Snapins.HTMLSnapin\CLSID",,"{C96401D1-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.OCXSnapin",,"OCX"
0x1,"Classes\Snapins.OCXSnapin.1",,"OCX"
0x1,"Classes\Snapins.OCXSnapin.1\CLSID",,"{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\Snapins.OCXSnapin.1\CurVer",,"Snapins.OCXSnapin.1"
0x1,"Classes\Snapins.OCXSnapin\CLSID",,"{C96401CF-0E17-11D3-885B-00C04F72C717}"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0",,"NodeMgr 1.0 Type Library"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\0\win32",,"mmcndmgr.dll"
0x1,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{43136EB0-D36C-11CF-ADBC-00AA00A80033}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0",,"MMC Internal Web Browser event sink 1.0 Type Library"
0x2,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\0\win32",,"mmc.exe\4"
0x1,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{680C64B0-8DA2-4399-BF4B-E94C1E52983E}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0",,"Microsoft Management Console 2.0"
0x2,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\0\win32",,"mmc.exe"
0x1,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{8E80422B-CAC4-472B-B272-9635F1DFEF3B}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameString","Extended View"
0x1,"Microsoft\MMC\SnapIns\{C96401CC-0E17-11D3-885B-00C04F72C717}","NameString","Folder"
0x1,"Microsoft\MMC\SnapIns\{C96401CF-0E17-11D3-885B-00C04F72C717}","NameString","ActiveX Control"
0x1,"Microsoft\MMC\SnapIns\{C96401D1-0E17-11D3-885B-00C04F72C717}","NameString","Link to Web Address"
;
0x1,"Classes\ConsolePower.ConsolePower",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1",,"ConsolePower Class"
0x1,"Classes\ConsolePower.ConsolePower.1\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CLSID",,"{F0285374-DFF1-11D3-B433-00C04F8ECD78}"
0x1,"Classes\ConsolePower.ConsolePower\CurVer",,"ConsolePower.ConsolePower.1"
0x1,"Classes\Control.TaskSymbol",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1",,"TaskSymbol Class"
0x1,"Classes\Control.TaskSymbol.1\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CLSID",,"{44F9A03B-A3EC-4F3B-9364-08E0007F21DF}"
0x1,"Classes\Control.TaskSymbol\CurVer",,"Control.TaskSymbol.1"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}",,"IMMCClipboardDataObject"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\NumMethods",,"17"
0x1,"Classes\Interface\{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\NumMethods",,"11"
0x1,"Classes\Interface\{F1E752C2-FD72-11D0-AEF6-00C04FB6DD2C}\ProxyStubClsid32",,"{5491AB67-AFEB-48B1-B8DF-B2D63810EF40}"
0x1,"Classes\MMC.IconControl",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1",,"MMC IconControl class"
0x1,"Classes\MMC.IconControl.1\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CLSID",,"{B0395DA5-6A15-4E44-9F36-9A9DC7A2F341}"
0x1,"Classes\MMC.IconControl\CurVer",,"MMC.IconControl.1"
0x1,"Classes\MessageView.MessageView",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1",,"MessageView Class"
0x1,"Classes\MessageView.MessageView.1\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CLSID",,"{80F94176-FCCC-11D2-B991-00C04F8ECD78}"
0x1,"Classes\MessageView.MessageView\CurVer",,"MessageView.MessageView.1"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1",,"AppEventsDHTMLConnector 1.0 Object"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector.1\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CLSID",,"{ADE6444B-C91F-4E37-92A4-5BB430A33340}"
0x1,"Classes\NODEMGR.AppEventsDHTMLConnector\CurVer",,"NODEMGR.AppEventsDHTMLConnector.1"
0x1,"Classes\NODEMGR.ComCacheCleanup",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1",,"ComCacheCleanup 1.0 Object"
0x1,"Classes\NODEMGR.ComCacheCleanup.1\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CLSID",,"{F7A4F1DA-96C3-4BCF-BEB3-1D9FFDE89EE9}"
0x1,"Classes\NODEMGR.ComCacheCleanup\CurVer",,"NODEMGR.ComCacheCleanup.1"
0x1,"Classes\NODEMGR.MMCDocConfig",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1",,"DocConfig 1.0 Object"
0x1,"Classes\NODEMGR.MMCDocConfig.1\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CLSID",,"{F1E752C3-FD72-11D0-AEF6-00C04FB6DD2C}"
0x1,"Classes\NODEMGR.MMCDocConfig\CurVer",,"NODEMGR.MMCDocConfig.1"
0x1,"Classes\NODEMGR.MMCProtocol",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1",,"MMC Plugable Internet Protocol"
0x1,"Classes\NODEMGR.MMCProtocol.1\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CLSID",,"{3C5F432A-EF40-4669-9974-9671D4FC2E12}"
0x1,"Classes\NODEMGR.MMCProtocol\CurVer",,"NODEMGR.MMCProtocol.1"
0x1,"Classes\NODEMGR.MMCVersionInfo",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1",,"MMCVersionInfo 1.0 Object"
0x1,"Classes\NODEMGR.MMCVersionInfo.1\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CLSID",,"{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}"
0x1,"Classes\NODEMGR.MMCVersionInfo\CurVer",,"NODEMGR.MMCVersionInfo.1"
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\NODEMGR.NodeInitObject",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1",,"NodeInit 1.0 Object"
0x1,"Classes\NODEMGR.NodeInitObject.1\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CLSID",,"{43136EB5-D36C-11CF-ADBC-00AA00A80033}"
0x1,"Classes\NODEMGR.NodeInitObject\CurVer",,"NODEMGR.NodeInitObject.1"
0x1,"Classes\NODEMGR.ScopeTreeObject",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1",,"ScopeTree 1.0 Object"
0x1,"Classes\NODEMGR.ScopeTreeObject.1\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CLSID",,"{7F1899DA-62A6-11D0-A2C6-00C04FD909DD}"
0x1,"Classes\NODEMGR.ScopeTreeObject\CurVer",,"NODEMGR.ScopeTreeObject.1"
0x0,"Microsoft\MMC\NodeTypes\{C96401CE-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D0-0E17-11D3-885B-00C04F72C717}"
0x0,"Microsoft\MMC\NodeTypes\{C96401D2-0E17-11D3-885B-00C04F72C717}"
; RegServer filemgmt.dll
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}",,"FILEMGMT 1.0 Object"
0x2,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"FILEMGMT.FileSvcMgmtObject.1"
0x1,"Classes\CLSID\{58221C65-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtObject.1"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"SVCVWR.SvcVwrObject.1"
0x1,"Classes\CLSID\{58221C66-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"SVCVWR.SvcVwrObject.1"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}",,"FILEMGMT Object 1.0"
0x2,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"FILEMGMT.FileSvcMgmtExtObject.1"
0x1,"Classes\CLSID\{58221C69-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtExtObject.1"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"SVCVWR.SvcVwrExtObject.1"
0x1,"Classes\CLSID\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"SVCVWR.SvcVwrExtObject.1"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\ProgID",,"SVCMGMT.StartStopObject.1"
0x1,"Classes\CLSID\{863FA3AC-9D97-4560-9587-7FA58727608B}\VersionIndependentProgID",,"SVCMGMT.StartStopObject.1"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}",,"FILEMGMT Object 1.0"
0x2,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\ProgID",,"FILEMGMT.FileSvcMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}\VersionIndependentProgID",,"FILEMGMT.FileSvcMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}",,"SvcVwr 1.0 Object"
0x2,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32",,"filemgmt.dll"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\ProgID",,"SVCMGMT.ServiceMgmtAboutObject.1"
0x1,"Classes\CLSID\{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}\VersionIndependentProgID",,"SVCMGMT.ServiceMgmtAboutObject.1"
0x1,"Classes\FILEMGMT.FileSvcMgmtAboutObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtAboutObject.1\CLSID",,"{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Classes\FILEMGMT.FileSvcMgmtExtObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtExtObject.1\CLSID",,"{58221C69-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\FILEMGMT.FileSvcMgmtObject.1",,"FILEMGMT Object 1.0"
0x1,"Classes\FILEMGMT.FileSvcMgmtObject.1\CLSID",,"{58221C65-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\SVCMGMT.ServiceMgmtAboutObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCMGMT.ServiceMgmtAboutObject.1\CLSID",,"{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Classes\SVCMGMT.StartStopObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCMGMT.StartStopObject.1\CLSID",,"{863FA3AC-9D97-4560-9587-7FA58727608B}"
0x1,"Classes\SVCVWR.SvcVwrExtObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCVWR.SvcVwrExtObject.1\CLSID",,"{58221C6A-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\SVCVWR.SvcVwrObject.1",,"SvcVwr 1.0 Object"
0x1,"Classes\SVCVWR.SvcVwrObject.1\CLSID",,"{58221C66-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Microsoft\MMC\NodeTypes\{476e6448-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{58221C69-EA27-11CF-ADCF-00AA00A80033}","Shared Folders Extensions"
0x1,"Microsoft\MMC\NodeTypes\{476e6449-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Services Extensions"
0x0,"Microsoft\MMC\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
;---------------------
; Extended View (Standard view + descriptions)
; Not currently working (so we disable it)
;0x0,"Microsoft\MMC\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
;0x1,"Microsoft\MMC\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}\Extensions\View","{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","MMCViewExt Object"
;
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}",,"MMCViewExt 1.0 Object"
0x2,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32",,"mmcndmgr.dll"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\ProgID",,"NODEMGR.MMCViewExt.1"
0x1,"Classes\CLSID\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}\VersionIndependentProgID",,"NODEMGR.MMCViewExt"
;
0x1,"Classes\NODEMGR.MMCViewExt",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1",,"MMCViewExt 1.0 Object"
0x1,"Classes\NODEMGR.MMCViewExt.1\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CLSID",,"{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
0x1,"Classes\NODEMGR.MMCViewExt\CurVer",,"NODEMGR.MMCViewExt.1"
;
911exp-mmc.inf (part 3)
CODE
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameString","Extended View"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameStringIndirect","@mmcbase.dll,-14177"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","NodeType","{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3500"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","NodeType","{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3502"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\StandAlone"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
;
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3501"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes",
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
; SERVICE VIEWER
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3503"
0x0,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
; devmgr.dll
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\ProgId",,"DevMgrSnapin.DevMgrSnapin.1"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\VersionIndependentProgId",,"DevMgrSnapin.DevMgrSnapin.1"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\ProgId",,"DevMgrExtension.DevMgrExtension.1"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\VersionIndependentProgId",,"DevMgrExtension.DevMgrExtension.1"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\ProgId",,"DevMgrAbout.DevMgrAbout.1"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\VersionIndependentProgId",,"DevMgrAbout.DevMgrAbout.1"
0x1,"Microsoft\MMC\NodeTypes\{476e6448-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{90087284-d6d6-11d0-8353-00a0c90640bf}","1.0"
0x0,"Microsoft\MMC\NodeTypes\{494535fe-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{49f0df4e-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7a-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7b-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7c-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7d-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7e-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{c41dfb2a-4d5b-11d0-abef-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{e677e204-5aa2-11d0-abf0-0020af6b0b7a}"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","About","{94abaf2a-892a-11d1-bbc4-00a0c90640bf}"
0x2,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","NameStringIndirect","@devmgr.dll,-5"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","Version","1.0"
0x0,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","About","{94abaf2a-892a-11d1-bbc4-00a0c90640bf}"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","NameStringIndirect","@devmgr.dll,-981"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","Version","1.0"
0x1,"Microsoft\MMC\SnapIns\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}","NameStringIndirect","@mmcbase.dll,-14177"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","NodeType","{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3500"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C65-EA27-11CF-ADCF-00AA00A80033}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","NodeType","{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3502"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\StandAlone"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C66-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
;
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF4-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3501"
0x1,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes",
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0e-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f0f-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f10-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f11-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f13-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f14-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C69-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f15-abc1-11d0-b944-00c04fd8d5b0}"
; SERVICE VIEWER
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","About","{DB5D1FF5-09D7-11D1-BB10-00C04FC9A3A3}"
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x2,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@filemgmt.dll,-3503"
0x0,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f12-abc1-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C6A-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{4e410f16-abc1-11d0-b944-00c04fd8d5b0}"
; devmgr.dll
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\ProgId",,"DevMgrSnapin.DevMgrSnapin.1"
0x1,"Classes\CLSID\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\VersionIndependentProgId",,"DevMgrSnapin.DevMgrSnapin.1"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\ProgId",,"DevMgrExtension.DevMgrExtension.1"
0x1,"Classes\CLSID\{90087284-d6d6-11d0-8353-00a0c90640bf}\VersionIndependentProgId",,"DevMgrExtension.DevMgrExtension.1"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}",,"Device Manager Object Class"
0x2,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\InprocServer32",,"devmgr.dll"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\ProgId",,"DevMgrAbout.DevMgrAbout.1"
0x1,"Classes\CLSID\{94abaf2a-892a-11d1-bbc4-00a0c90640bf}\VersionIndependentProgId",,"DevMgrAbout.DevMgrAbout.1"
0x1,"Microsoft\MMC\NodeTypes\{476e6448-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{90087284-d6d6-11d0-8353-00a0c90640bf}","1.0"
0x0,"Microsoft\MMC\NodeTypes\{494535fe-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{49f0df4e-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7a-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7b-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7c-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7d-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{a2958d7e-5aa2-11d0-abf0-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{c41dfb2a-4d5b-11d0-abef-0020af6b0b7a}"
0x0,"Microsoft\MMC\NodeTypes\{e677e204-5aa2-11d0-abf0-0020af6b0b7a}"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","About","{94abaf2a-892a-11d1-bbc4-00a0c90640bf}"
0x2,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","NameStringIndirect","@devmgr.dll,-5"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}","Version","1.0"
0x0,"Microsoft\MMC\SnapIns\{74246bfc-4c96-11d0-abef-0020af6b0b7a}\StandAlone"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","About","{94abaf2a-892a-11d1-bbc4-00a0c90640bf}"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","NameStringIndirect","@devmgr.dll,-981"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{90087284-d6d6-11d0-8353-00a0c90640bf}","Version","1.0"
911exp-mmc.inf (part 4)
CODE
;----------------
; Defrag
0x1,"Microsoft\Dfrg","FreeSpaceErrorLevel","15"
0x2,"Microsoft\Dfrg","PathName","%SystemRoot%\system32"
0x2,"Microsoft\Dfrg","ResourceDllName","DfrgRes.dll"
0x2,"Microsoft\Dfrg","LogFilePath","%TEMP%\dfrg.log"
0x4,"Microsoft\Dfrg","CreateLogFile",0x1
0x1,"Microsoft\Dfrg\BootOptimizeFunction","Enable","Y"
0x1,"Microsoft\Dfrg\BootOptimizeFunction","LcnStartLocation","0"
0x1,"Microsoft\Dfrg\BootOptimizeFunction","LcnEndLocation","0"
0x1,"Microsoft\Dfrg\BootOptimizeFunction","OptimizeComplete","No"
0x1,"Microsoft\Dfrg\BootOptimizeFunction","OptimizeError","Not Run"
0x2,"Microsoft\Windows\CurrentVersion\Explorer\MyComputer\DefragPath",,"%SystemRoot%\system32\dfrg.msc %c:"
0x1,"Classes\CLSID\{80EE4901-33A8-11d1-A213-0080C88593A5}\LocalServer32",,"DfrgNtfs.exe"
0x1,"Classes\CLSID\{80EE4902-33A8-11d1-A213-0080C88593A5}\LocalServer32",,"DfrgFat.exe"
; dfrgui.dll
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}",,"DfrgCtl Class"
0x2,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\InprocServer32",,"dfrgui.dll"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\ProgID",,"DfrgCtl.DfrgCtl.1"
0x0,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\Programmable"
0x2,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\ToolboxBitmap32",,"dfrgui.dll 1"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\TypeLib",,"{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\Version",,"1.0"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\VersionIndependentProgID",,"DfrgCtl.DfrgCtl"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\MiscStatus",,"0"
0x1,"Classes\CLSID\{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}\MiscStatus\1",,"131473"
0x1,"Classes\DfrgCtl.DfrgCtl",,"DfrgCtl Class"
0x1,"Classes\DfrgCtl.DfrgCtl.1",,"DfrgCtl Class"
0x1,"Classes\DfrgCtl.DfrgCtl.1\CLSID",,"{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}"
0x1,"Classes\DfrgCtl.DfrgCtl\CLSID",,"{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}"
0x1,"Classes\DfrgCtl.DfrgCtl\CurVer",,"DfrgCtl.DfrgCtl.1"
0x1,"Classes\TypeLib\{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}\1.0",,"DfrgUI 1.0 Type Library"
0x2,"Classes\TypeLib\{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}\1.0\0\win32",,"dfrgui.dll"
0x1,"Classes\TypeLib\{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Classes\Interface\{202D3AEE-2F0E-11D1-A1F6-0080C88593A5}",,"IDfrgCtl"
0x1,"Classes\Interface\{202D3AEE-2F0E-11D1-A1F6-0080C88593A5}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{202D3AEE-2F0E-11D1-A1F6-0080C88593A5}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{202D3AEE-2F0E-11D1-A1F6-0080C88593A5}\TypeLib",,"{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}"
0x1,"Classes\Interface\{202D3AEE-2F0E-11D1-A1F6-0080C88593A5}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{8B43CF5D-56ED-11D1-8857-0060975EC077}",,"IGraphicsWindow"
0x1,"Classes\Interface\{8B43CF5D-56ED-11D1-8857-0060975EC077}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{8B43CF5D-56ED-11D1-8857-0060975EC077}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{8B43CF5D-56ED-11D1-8857-0060975EC077}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{8B43CF5D-56ED-11D1-8857-0060975EC077}\TypeLib",,"{202D3AE0-2F0E-11D1-A1F6-0080C88593A5}"
; dfrgsnap.dll
0x1,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}",,"DfrgSnapin Class"
0x2,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}\InprocServer32",,"dfrgsnap.dll"
0x1,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}\ProgID",,"DfrgSnapin.DfrgSnapin.1"
0x1,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}\TypeLib",,"{CD83A785-6F75-11D2-A385-00609772642E}"
0x1,"Classes\CLSID\{43668E21-2636-11D1-A1CE-0080C88593A5}\VersionIndependentProgID",,"DfrgSnapin.DfrgSnapin"
0x1,"Classes\CLSID\{B5C45061-2729-11D1-A1D7-0080C88593A5}",,"Disk Defragmenter Object Class"
0x2,"Classes\CLSID\{B5C45061-2729-11D1-A1D7-0080C88593A5}\InprocServer32",,"dfrgsnap.dll"
0x1,"Classes\CLSID\{B5C45061-2729-11D1-A1D7-0080C88593A5}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{B5C45061-2729-11D1-A1D7-0080C88593A5}\ProgID",,"DfrgSnapinAbout.1"
0x1,"Classes\CLSID\{B5C45061-2729-11D1-A1D7-0080C88593A5}\VersionIndependentProgID",,"DfrgSnapinAbout.1"
0x1,"Classes\DfrgSnapin.DfrgSnapin",,"DfrgSnapin Class"
0x1,"Classes\DfrgSnapin.DfrgSnapin.1",,"DfrgSnapin Class"
0x1,"Classes\DfrgSnapin.DfrgSnapin.1\CLSID",,"{43668E21-2636-11D1-A1CE-0080C88593A5}"
0x1,"Classes\DfrgSnapin.DfrgSnapin\CLSID",,"{43668E21-2636-11D1-A1CE-0080C88593A5}"
0x1,"Classes\DfrgSnapin.DfrgSnapin\CurVer",,"DfrgSnapin.DfrgSnapin.1"
0x1,"Classes\DfrgSnapinAbout.1",,"Disk Defragmenter Object Class"
0x1,"Classes\DfrgSnapinAbout.1\CLSID",,"{B5C45061-2729-11D1-A1D7-0080C88593A5}"
0x1,"Classes\TypeLib\{CD83A785-6F75-11D2-A385-00609772642E}\1.0",,"DfrgSnap 1.0 Type Library"
0x2,"Classes\TypeLib\{CD83A785-6F75-11D2-A385-00609772642E}\1.0\0\win32",,"dfrgsnap.dll"
0x1,"Classes\TypeLib\{CD83A785-6F75-11D2-A385-00609772642E}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{CD83A785-6F75-11D2-A385-00609772642E}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x1,"Microsoft\MMC\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}\Extensions\ContextMenu","{43668E21-2636-11D1-A1CE-0080C88593A5}","DfrgSnapin"
0x1,"Microsoft\MMC\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{43668E21-2636-11D1-A1CE-0080C88593A5}","DfrgSnapin"
0x1,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}",,"DfrgSnapin"
0x1,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}","About","{B5C45061-2729-11D1-A1D7-0080C88593A5}"
0x1,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}","NameStringIndirect","@dfrgres.dll,-11"
0x1,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}","NodeType","{43668E22-2636-11D1-A1CE-0080C88593A5}"
0x0,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}\NodeTypes\{43668E22-2636-11D1-A1CE-0080C88593A5}"
0x0,"Microsoft\MMC\SnapIns\{43668E21-2636-11D1-A1CE-0080C88593A5}\StandAlone"
; mycomput.dll
0x1,"Classes\CLSID\{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}",,"Computer Management 1.0 Object"
0x2,"Classes\CLSID\{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}\InprocServer32",,"mycomput.dll"
0x1,"Classes\CLSID\{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}\ProgID",,"MYCOMPUT.ComputerMgmtAboutObject.1"
0x1,"Classes\CLSID\{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}\VersionIndependentProgID",,"MYCOMPUT.ComputerMgmtAboutObject.1"
0x1,"Classes\CLSID\{58221C67-EA27-11CF-ADCF-00AA00A80033}",,"Computer Management 1.0 Object"
0x2,"Classes\CLSID\{58221C67-EA27-11CF-ADCF-00AA00A80033}\InprocServer32",,"mycomput.dll"
0x1,"Classes\CLSID\{58221C67-EA27-11CF-ADCF-00AA00A80033}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{58221C67-EA27-11CF-ADCF-00AA00A80033}\ProgID",,"MYCOMPUT.ComputerObject.1"
0x1,"Classes\CLSID\{58221C67-EA27-11CF-ADCF-00AA00A80033}\VersionIndependentProgID",,"MYCOMPUT.ComputerObject.1"
0x1,"Classes\MYCOMPUT.ComputerMgmtAboutObject.1",,"Computer Management 1.0 Object"
0x1,"Classes\MYCOMPUT.ComputerMgmtAboutObject.1\CLSID",,"{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}"
0x1,"Classes\MYCOMPUT.ComputerObject.1",,"Computer Management 1.0 Object"
0x1,"Classes\MYCOMPUT.ComputerObject.1\CLSID",,"{58221C67-EA27-11CF-ADCF-00AA00A80033}"
0x1,"Classes\TypeLib\{3BFC964D-7A55-11D0-B928-00C04FD8D5B0}\1.0",,"MyComput 1.0 Type Library"
0x2,"Classes\TypeLib\{3BFC964D-7A55-11D0-B928-00C04FD8D5B0}\1.0\0\win32",,"mycomput.dll"
0x1,"Classes\TypeLib\{3BFC964D-7A55-11D0-B928-00C04FD8D5B0}\1.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{3BFC964D-7A55-11D0-B928-00C04FD8D5B0}\1.0\HELPDIR",,"%SystemRoot%\Help"
0x0,"Microsoft\MMC\NodeTypes\{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}","About","{11D5C91F-0A98-11D1-BB10-00C04FC9A3A3}"
0x2,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}","NameStringIndirect","@mycomput.dll,-300"
0x1,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}","NodeType","{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
0x1,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}","Provider","Microsoft Corporation"
0x1,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}","Version","5.1.2600.0"
0x0,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{476e6448-aaff-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{476e6449-aaff-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}"
0x0,"Microsoft\MMC\SnapIns\{58221C67-EA27-11CF-ADCF-00AA00A80033}\StandAlone"
;
; dmocx.dll
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}",,"CTreeView Control"
0x0,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\Control"
0x2,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\InprocServer32",,"dmocx.dll"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\MiscStatus",,"0"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\ProgID",,"CTREEVIEW.CTreeViewCtrl.1"
0x2,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\ToolboxBitmap32",,"dmocx.dll,1"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\TypeLib",,"{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}"
0x1,"Classes\CLSID\{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}\Version",,"1.0"
0x1,"Classes\CTREEVIEW.CTreeViewCtrl.1",,"CTreeView Control"
0x1,"Classes\CTREEVIEW.CTreeViewCtrl.1\CLSID",,"{CD6C7868-5864-11D0-ABF0-0020AF6B0B7A}"
0x1,"Classes\Interface\{CD6C7866-5864-11D0-ABF0-0020AF6B0B7A}",,"_DTV"
0x1,"Classes\Interface\{CD6C7866-5864-11D0-ABF0-0020AF6B0B7A}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{CD6C7866-5864-11D0-ABF0-0020AF6B0B7A}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{CD6C7866-5864-11D0-ABF0-0020AF6B0B7A}\TypeLib",,"{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}"
0x1,"Classes\Interface\{CD6C7866-5864-11D0-ABF0-0020AF6B0B7A}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{CD6C7867-5864-11D0-ABF0-0020AF6B0B7A}",,"_DTVEvents"
0x1,"Classes\Interface\{CD6C7867-5864-11D0-ABF0-0020AF6B0B7A}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{CD6C7867-5864-11D0-ABF0-0020AF6B0B7A}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{CD6C7867-5864-11D0-ABF0-0020AF6B0B7A}\TypeLib",,"{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}"
0x1,"Classes\Interface\{CD6C7867-5864-11D0-ABF0-0020AF6B0B7A}\TypeLib","Version","1.0"
0x1,"Classes\TypeLib\{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}\1.0",,"ctv OLE Control module"
0x2,"Classes\TypeLib\{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}\1.0\0\win32",,"dmocx.dll"
0x1,"Classes\TypeLib\{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}\1.0\FLAGS",,"2"
0x2,"Classes\TypeLib\{CD6C7865-5864-11D0-ABF0-0020AF6B0B7A}\1.0\HELPDIR",,"%SystemRoot%\Help"
; dmview.ocx
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}",,"DiskManagement.Control"
0x0,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Control"
0x2,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InprocServer32",,"dmview.ocx"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus",,"0"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ProgID",,"DiskManagement.Control"
0x2,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ToolboxBitmap32",,"dmview.ocx,135"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
0x1,"Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Version",,"1.0"
0x1,"Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}",,"DiskManagement.PropertyPage"
0x2,"Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}\InprocServer32",,"dmview.ocx"
0x1,"Classes\DiskManagement.Control",,"DiskManagement.Control"
0x1,"Classes\DiskManagement.Control\CLSID",,"{AEB84C83-95DC-11D0-B7FC-B61140119C4A}"
0x1,"Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}",,"_DDMView2"
0x1,"Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
0x1,"Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version","1.0"
0x1,"Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}",,"_DDMView2Events"
0x1,"Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
0x1,"Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version","1.0"
0x1,"Classes\TypeLib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0",,"Disk Management Snap-In Object Library"
0x2,"Classes\TypeLib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\0\win32",,"dmview.ocx"
0x1,"Classes\TypeLib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\FLAGS",,"2"
0x2,"Classes\TypeLib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\HELPDIR",,"%SystemRoot%\Help"
911exp-mmc.inf (part 5)
CODE
[Software.AddReg]
; msxml (To have a standalone plugin, we add here only the necessary part of the msxml.dll registration)
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}",,"XML DOM Document"
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\InProcServer32","ThreadingModel","Both"
0x2,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\InProcServer32",,"msxml.dll"
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\ProgID",,"Microsoft.XMLDOM.1.0"
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\TypeLib",,"{d63e0ce2-a0a2-11d0-9c02-00c04fc99c8e}"
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\Version",,"1.0"
0x1,"Classes\CLSID\{2933BF90-7B36-11d2-B20E-00C04F983E60}\VersionIndependentProgID",,"Microsoft.XMLDOM"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}",,"Free Threaded XML DOM Document"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\InProcServer32","ThreadingModel","Both"
0x2,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\InProcServer32",,"msxml.dll"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\ProgID",,"Microsoft.FreeThreadedXMLDOM.1.0"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\TypeLib",,"{d63e0ce2-a0a2-11d0-9c02-00c04fc99c8e}"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\Version",,"1.0"
0x1,"Classes\CLSID\{2933BF91-7B36-11d2-B20E-00C04F983E60}\VersionIndependentProgID",,"Microsoft.FreeThreadedXMLDOM"
;
0x1,"Classes\Msxml\CLSID",,"{CFC399AF-D876-11d0-9C10-00C04FC99C8E}"
0x1,"Classes\TypeLib\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\2.0",,"Microsoft XML, version 2.0"
0x1,"Classes\TypeLib\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\2.0\0\win32",,"msxml.dll"
0x1,"Classes\TypeLib\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\2.0\FLAGS",,"0"
0x2,"Classes\TypeLib\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\2.0\HELPDIR",,"%SystemRoot%\Help"
;
; mlang
0x1,"Classes\CLSID\{275C23E2-3747-11D0-9FEA-00AA003F8646}",,"Multi Language Support"
0x2,"Classes\CLSID\{275C23E2-3747-11D0-9FEA-00AA003F8646}\InProcServer32",,"mlang.dll"
0x1,"Classes\CLSID\{275C23E2-3747-11D0-9FEA-00AA003F8646}\InProcServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{C04D65CF-B70D-11D0-B188-00AA0038C969}",,"Multi Language String"
0x2,"Classes\CLSID\{C04D65CF-B70D-11D0-B188-00AA0038C969}\InProcServer32",,"mlang.dll"
0x1,"Classes\CLSID\{C04D65CF-B70D-11D0-B188-00AA0038C969}\InProcServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}",,"Multi Language ConvertCharset"
0x2,"Classes\CLSID\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}\InProcServer32",,"mlang.dll"
0x1,"Classes\CLSID\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}\InProcServer32","ThreadingModel","Both"
; My Computer (RClick Menu entry for computer management)
0x2, "Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage", "", "@%windir%\system32\mycomput.dll,-400"
0x4, "Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage", "SuppressionPolicy", 0x4000003C
0x2, "Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command", "", "%windir%\system32\mmc.exe /s %windir%\system32\compmgmt.msc"
[SetupReg.AddReg.3790]
; VIRTUAL DISK SERVICE (partially included by pebuilder.inf)
; --- vds service ---
0x2,"ControlSet001\Services\Eventlog\System\Virtual Disk Service","EventMessageFile","%SystemRoot%\System32\vds.exe"
0x4,"ControlSet001\Services\Eventlog\System\Virtual Disk Service","TypesSupported",0x7
; --- vdsbas.dll (BASIC Provider) ---
0x1,"ControlSet001\Services\vds\SoftwareProviders\{CA7DE14F-5BC8-48FD-93DE-A19527B0459E}",,"Microsoft Virtual Disk Service Basic Provider"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{CA7DE14F-5BC8-48FD-93DE-A19527B0459E}","Clsid","{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{CA7DE14F-5BC8-48FD-93DE-A19527B0459E}","Version","1.0.0.1"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{CA7DE14F-5BC8-48FD-93DE-A19527B0459E}","VersionId","{21CBA22B-9418-43C7-8B77-80F0B410D503}"
0x1,"Classes\BProvider.BasicProvider",,"BasicProvider Class"
0x1,"Classes\BProvider.BasicProvider.1",,"BasicProvider Class"
0x1,"Classes\BProvider.BasicProvider.1\CLSID",,"{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"Classes\BProvider.BasicProvider\CLSID",,"{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"Classes\BProvider.BasicProvider\CurVer",,"BProvider.BasicProvider.1"
0x2,"Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32",,"vdsbas.dll"
0x1,"Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}\ProgID",,"BProvider.BasicProvider.1"
0x1,"Classes\CLSID\{DE010DA1-289B-4232-8CD0-5112DCA6A7B3}\VersionIndependentProgID",,"BProvider.BasicProvider"
0x2,"ControlSet001\Services\EventLog\System\VDS Basic Provider 1.0","EventMessageFile","%SystemRoot%\system32\vdsbas.dll"
0x4,"ControlSet001\Services\EventLog\System\VDS Basic Provider 1.0","TypesSupported",0x7
; --- vdsdyndr.dll (DYNAMIC Provider) ---
0x1,"ControlSet001\Services\vds\SoftwareProviders\{F96544E6-5C8D-47B9-AA6E-FD19AB278629}",,"Microsoft Virtual Disk Service Dynamic Provider"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{F96544E6-5C8D-47B9-AA6E-FD19AB278629}","Clsid","{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{F96544E6-5C8D-47B9-AA6E-FD19AB278629}","Version","1.0"
0x1,"ControlSet001\Services\vds\SoftwareProviders\{F96544E6-5C8D-47B9-AA6E-FD19AB278629}","VersionId","{FE71AD60-99F3-4015-8B81-44C1516F9B9C}"
0x1,"Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}",,"VdsDynProvider Class"
0x2,"Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}\InprocServer32",,"vdsdyndr.dll"
0x1,"Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}\ProgID",,"VdsDynProv.VdsDynProvider.1"
0x1,"Classes\CLSID\{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}\VersionIndependentProgID",,"VdsDynProv.VdsDynProvider"
0x1,"Classes\VdsDynProv.VdsDynProvider",,"VdsDynProvider Class"
0x1,"Classes\VdsDynProv.VdsDynProvider.1",,"VdsDynProvider Class"
0x1,"Classes\VdsDynProv.VdsDynProvider.1\CLSID",,"{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"Classes\VdsDynProv.VdsDynProvider\CLSID",,"{DEB10DEB-289B-4232-8CD0-5112DCA6A7B3}"
0x1,"Classes\VdsDynProv.VdsDynProvider\CurVer",,"VdsDynProv.VdsDynProvider.1"
0x2,"ControlSet001\Services\EventLog\System\VDS Dynamic Provider 1.0","EventMessageFile","%SystemRoot%\system32\vdsdyndr.dll"
0x4,"ControlSet001\Services\EventLog\System\VDS Dynamic Provider 1.0","TypesSupported",0x7
; --- vds_ps.dll ---
0x1,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}",,"PSFactoryBuffer"
0x2,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InProcServer32",,"vds_ps.dll"
0x1,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InProcServer32","ThreadingModel","Both"
; --- VDS Interfaces ---
0x1,"Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}",,"IVdsRemovable"
0x1,"Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}\NumMethods",,"5"
0x1,"Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}",,"IVdsDisk"
0x1,"Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}\NumMethods",,"10"
0x1,"Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}",,"IVdsService"
0x1,"Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}\NumMethods",,"20"
0x1,"Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}",,"IVdsLunPlex"
0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}\NumMethods",,"8"
0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}",,"IVdsProvider"
0x1,"Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}\NumMethods",,"4"
0x1,"Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}",,"IEnumVdsObject"
0x1,"Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}\NumMethods",,"7"
0x1,"Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}",,"IVdsProviderPrivate"
0x1,"Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}\NumMethods",,"6"
0x1,"Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{2772ADB2-4A0A-41DB-A213-C4686615206E}",,"IVdsDiskSan"
0x1,"Classes\Interface\{2772ADB2-4A0A-41DB-A213-C4686615206E}\NumMethods",,"5"
0x1,"Classes\Interface\{2772ADB2-4A0A-41DB-A213-C4686615206E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}",,"IVdsMigrateDisks"
0x1,"Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}\NumMethods",,"12"
0x1,"Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}",,"IVdsLun"
0x1,"Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}\NumMethods",,"20"
0x1,"Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}",,"IVdsPack"
0x1,"Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}\NumMethods",,"13"
0x1,"Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}",,"IVdsServiceInitialization"
0x1,"Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}\NumMethods",,"4"
0x1,"Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}",,"IVdsVolumePlex"
0x1,"Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}\NumMethods",,"7"
0x1,"Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}",,"IVdsOwnershipChangeQuery"
0x1,"Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}\NumMethods",,"4"
0x1,"Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{574A73AF-BAA8-448A-A764-F457D146D32F}",,"IVdsDiskPath"
0x1,"Classes\Interface\{574A73AF-BAA8-448A-A764-F457D146D32F}\NumMethods",,"5"
0x1,"Classes\Interface\{574A73AF-BAA8-448A-A764-F457D146D32F}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}",,"IVdsAdvancedDisk"
0x1,"Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}\NumMethods",,"13"
0x1,"Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}",,"IVdsSubSystem"
0x1,"Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}\NumMethods",,"15"
0x1,"Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}",,"IVdsAdviseSink"
0x1,"Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}\NumMethods",,"4"
0x1,"Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}",,"IVdsVolume"
0x1,"Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}\NumMethods",,"14"
0x1,"Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}",,"IVdsHwProviderPrivate"
0x1,"Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}\NumMethods",,"4"
0x1,"Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}",,"IVdsSwProvider"
0x1,"Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}\NumMethods",,"5"
0x1,"Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}",,"IVdsController"
0x1,"Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}\NumMethods",,"11"
0x1,"Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}",,"IVdsAdmin"
0x1,"Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}\NumMethods",,"5"
0x1,"Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}",,"IVdsAsync"
0x1,"Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}\NumMethods",,"6"
0x1,"Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}",,"IVdsHwProvider"
0x1,"Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}\NumMethods",,"6"
0x1,"Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}",,"IVdsMaintenance"
0x1,"Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}\NumMethods",,"6"
0x1,"Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}",,"IVdsServiceLoader"
0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}\NumMethods",,"4"
0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}",,"IVdsSwProviderPrivate"
0x1,"Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}\NumMethods",,"8"
0x1,"Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}",,"IVdsVolumeMF"
0x1,"Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}\NumMethods",,"13"
0x1,"Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
0x1,"Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}",,"IVdsDrive"
0x1,"Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}\NumMethods",,"9"
0x1,"Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
[Software.AddReg]
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu","Type","group"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu","Text","@shell32.dll,-30464"
0x2,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu","Bitmap","%SystemRoot%\system32\shell32.dll,40"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","Type","checkbox"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","Text","@shell32.dll,-30476"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","HKeyRoot",0x80000001
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","RegPath","Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","ValueName","StartMenuAdminTools"
0x2,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartMenu\AdminTools","CheckedValue","YES"
;
0x0,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools","Type","group"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools","Text","@shell32.dll,-30515"
0x2,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools","Bitmap","%SystemRoot%\System32\main.cpl,500"
0x0,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","HKeyRoot",0x80000001
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","Type","radio"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","Text","@shell32.dll,-30478"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","RegPath","Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","ValueName","Start_AdminToolsTemp"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","CheckedValue",0x2
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Both","DefaultValue",0x0
0x0,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","HKeyRoot",0x80000001
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","Type","radio"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","Text","@shell32.dll,-30492"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","RegPath","Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","ValueName","Start_AdminToolsTemp"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","CheckedValue",0x0
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Hide","DefaultValue",0x0
0x0,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","HKeyRoot",0x80000001
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","Type","radio"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","Text","@shell32.dll,-30479"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","RegPath","Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","ValueName","Start_AdminToolsTemp"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","CheckedValue",0x1
0x1,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","HelpID","windows.hlp#51140"
0x4,"Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel\ShowAdminTools\Menu","DefaultValue",0x0
;
[Default.AddReg]
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuAdminTools","YES"
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Start_AdminToolsTemp",0x2
[Software.AddReg]
; Enable Administrative_Tools in control panel
0x1, "Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D20EA4E1-3957-11d2-A40B-0C5020524153}", "", "Administrative Tools"
[SetupReg.AddReg]
; DEFRAG needs Swap file explicitely defined
0x7,"ControlSet001\Control\Session Manager\Memory Management","PagingFiles","NUL: 0 0"
[Append]
nu2menu.xml, 911exp-mmc_nu2menu.xml
Combine the 5 parts into one inf file.
