Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i import Microsoft Apps? #53

Open
kamohy opened this issue Jan 30, 2024 · 1 comment
Open

How can i import Microsoft Apps? #53

kamohy opened this issue Jan 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@kamohy
Copy link

kamohy commented Jan 30, 2024

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 :-(

@kamohy kamohy added the question Further information is requested label Jan 30, 2024
@webnetedgar
Copy link

webnetedgar commented Jul 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants