I like to have all my admin management tools grouped in one MMC Console (ADUC, ConfigMgr ..). But the Application Virtualization Management Console wasn’t listed in the available snap-ins. Although this was never a big issue to me, but couldn’t handle it anymore 🙂
The AppV Management Console Snap-in was listed on my AppV Server. After reading this blog post on the AppV Blog, I exported this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MMC\SnapIns\FX:{ccb2c661-bcfc-4baf-bdfc-52ec722121f2}
And imported it on my workstation .. but no luck, no App Virt Management Console in the Available Snap-ins list.
After digging arround I found out that it’s possible to launch MMC.EXE in a 32bit environment.
mmc.exe /32
Now I’m able to use the AppV Management Console into my own custom console.



