In windows 8/8.1, i was able to launch a metro app from desktop app using ApplicationActivationManager and AppUserModelId.
But in windows 10, AppUserModelId value has been removed from registry under following key:
HKEY_CLASSES_ROOT\ActivatableClasses\Package, where windows 8 used to store packages and under them you could find AppUserModelId for that package
So i can't get appUserModelID for most of the apps and hence can't launch them.
Can anyone please tell me how to launch metro app in windows 10 from a desktop app.