Load snap-ins to locally and remotely manage Windows systems
Launch a ‘backgrounded’ MMC process and invoke a COM payload
mmc.exe -Embedding {PATH_ABSOLUTE:.msc}
Configure a snap-in to load a COM custom class (CLSID) that has been added to the registry
Load an arbitrary payload DLL by configuring COR Profiler registry settings and launching MMC to bypass UAC.
mmc.exe gpedit.msc
Modify HKCU\Environment key in Registry with COR profiler values then launch MMC to load the payload DLL.
Download and save an executable to disk
mmc.exe -Embedding {PATH_ABSOLUTE:.msc}
Download file from Internet