This tutorial will show you how to create a desktop shortcut to open an app from the Microsoft Store for your account in Windows 11.
Contents
- Option One: Create Desktop Shortcut of Microsoft Store Apps from Start Menu
- Option Two: Create Desktop Shortcut of Microsoft Store Apps from Applications folder
- Option Three: Create Desktop Shortcut of Microsoft Store Apps using URI Command
- Option Four: Create Shortcut of Microsoft Store Apps using AppID Command
1 Open the Start menu

2 Drag an app (ex: "Cortana") you want from All apps to your desktop until you see Link above the app icon you are dragging, then drop the app on the desktop. (see screenshot below)
3 You can Pin to Taskbar, Pin to Start, add to Start menu All apps, assign a keyboard shortcut to, or move this shortcut to where you like for easy usage.
1 Open File Explorer (Win+E).
2 Type shell:appsfolder into the address bar of File Explorer, and press Enter to open the Applications folder. (see screenshot below)
3 Perform one of the following actions: (see screenshots below)
- Drag an app (ex: "Cortana") you want from the Applications folder to your desktop until you see Create link in Desktop below the app icon you are dragging, then drop the app on the desktop.
- Right click or press and hold on the app (ex: "Cortana") you want, click/tap on Create shortcut, and click/tap on Yes when prompted.
4 You can Pin to Taskbar, Pin to Start, add to Start menu All apps, assign a keyboard shortcut to, or move this shortcut to where you like for easy usage.
1 Right click on the desktop, click/tap on New, and click/tap on Shortcut. (see screenshot below)
2 Enter the app's URI command (ex: "calculator:") from the table in the tutorial below, and click/tap on Next. (see screenshot below)

List of URI Commands to Open Microsoft Store Apps in Windows 11
This tutorial will provide you with a list of Uniform Resource Identifier (URI) commands to open Microsoft Store apps via the command prompt, Run (Win+R) dialog, and scripts. You can also use these URI commands to create shortcuts. See also...

3 Type the app's name (ex: "Calculator"), and click/tap on Finish. (see screenshot below)
An app shortcut created with this option will have the File Explorer icon by default, but you can change the shortcut's icon to anything you like.
1 Open Windows Terminal, and select Windows PowerShell.
2 Copy and paste the command below into Windows Terminal, and press Enter to see a list of installed apps along with their AppID. (see screenshot below step 3)
Get-StartApps | Where-Object { $_.AppId -notmatch '{' } |Sort-Object Name
3 Make note of the AppID (ex:"Microsoft.YourPhone_8wekyb3d8bbwe!App") of the app Name (ex: "Phone Link") you want to create a shortcut to. (see screenshot below)
4 Create a new shortcut using the target location below, and any name you want.
You can also use this target location to open the app from a command line or script.
explorer shell:AppsFolder\AppID
Substitute AppID in the target location above with the actual AppID (ex:"Microsoft.YourPhone_8wekyb3d8bbwe!App") of the app Name (ex: "Phone Link") you want to create a shortcut from step 3.
For example: explorer shell:AppsFolder\Microsoft.YourPhone_8wekyb3d8bbwe!App
5 You can Pin to Taskbar, Pin to Start, add to Start menu All apps, assign a keyboard shortcut to, or move this shortcut to where you like for easy usage.
That's it,
Shawn Brink
Last edited: