Open Microsoft Store from Run
explorer.exe ms-windows-store:
Open Microsoft app from Run
explorer.exe appInstallLocation\executable file (various location by app version)
find out apps name in shortcut detail properties
e.g. minecraft launcher is Microsoft.4297127D64EC6_8wekyb3d8bbwe
find appInstallLocation:
1.using powershell type get-appxpackage > c:\findout.txt
2.find app’s PackageFamilyName (Microsoft.4297127D64EC6_8wekyb3d8bbwe)
copy InstallLocation paste to file browser
copy InstallLocation paste to file browser
3. open AppxManifest.xml in InstallLocation
find Application Id & Executable file in AppxManifest.xml