willianrod / ODeck

A free and open-source alternative to StreamDeck
https://odeck.app
MIT License
388 stars 22 forks source link

How can i import Microsoft Apps? #53

Open kamohy opened 6 months ago

kamohy commented 6 months ago

I have installed Netflix / Amazon Music and more as App from Microsoft-Store

How can i connect an App with a Button. Not a program ! This works !

I find nothing :-(

webnetedgar commented 1 month ago

You need to find where the app is located on your %APPDATA%, then create a .bat file like this:

if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit

start /d "C:\Program Files\WindowsApps\Microsoft.Maine_2.2.163.0_x64__8wekyb3d8bbwe\Maine\Binaries\WinGDK" Maine-WinGDK-Shipping.exe

Exit

The example above was from Grounded installation (Xbox GamePass app) but I assume it's the same for any UWP app.