Links to the most commonly used apps for Windows 10:
HyperX NGENUITY
Path: shell:AppsFolder/33C30B79.HyperXNGenuity_0a78dr3hq0pvt!App
Armoury Crate
Path: shell:AppsFolder/B9ECED6F.ArmouryCrate_qmba6cd70vzyy!App
Roblox
Path: shell:AppsFolder/ROBLOXCORPORATION.ROBLOX_55nm5eh3cm0pr!App
Minecraft Launcher
Path: shell:AppsFolder/Microsoft.4297127D64EC6_8wekyb3d8bbwe!Minecraft
NVIDIA Control Panel
Path: shell:AppsFolder/NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj!NVIDIACorp.NVIDIAControlPanel
XBOX
Path: shell:AppsFolder/Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App
You can launch installed games from the XBOX Launcher.
Adding the app
In the gaming center admin panel you can add apps installed directly from the Microsoft Store. For this:
- Launch PowerShell and open it to full screen.
- Run the Get-StartApps command.
- In the table that appears, find your desired application. Copy the path to it ﴾on the right﴿. For example, HyperX NGENUITY: 33C30B79.HyperXNGenuity_0a78dr3hq0pvt!App
If you have many applications and it’s not convenient for you to search them through the table, you can use the Get-StartApps | Select-String "application name*" command, for example:
Get‐StartApps | Select‐String "hyper*"
Copy the path that goes after AppID= up to the closing curly brace }
For example, HyperX NGENUITY: 33C30B79.HyperXNGenuity_0a78dr3hq0pvt!App - When creating a game card, add shell:AppsFolder/ and the copied path into the Path line. It should look like this: shell:AppsFolder/33C30B79.HyperXNGenuity_0a78dr3hq0pvt!App