How to setup a Windows store application as a content editor in the Settings Workspace #715
BrentFarris
started this conversation in
Tips
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For most applications you can just paste the path to the executable, however, for Windows store applications, it is a bit more difficult. You will need to get the application id and then paste that preceded by shell:appsFolder.
Here is an example of how to do that for Affinity Photo:
To list your applications and IDs, open a windows terminal (or powershell) and type:
Get-StartAppsNote that the ID will be cut off if it goes past the horizontal buffer of the window, so maybe make the window full-screen when you do this.
All reactions