Skip to content

Instantly share code, notes, and snippets.

@gabtoschi
Created April 9, 2023 01:22
Show Gist options
  • Save gabtoschi/b30740bbeba726ea23d996129abd4bf6 to your computer and use it in GitHub Desktop.
Save gabtoschi/b30740bbeba726ea23d996129abd4bf6 to your computer and use it in GitHub Desktop.
A batch file to fix "No applicable app..." error on PC Game Pass
@echo off
title Fixing your PC Game Pass
powershell.exe -executionpolicy remotesigned -command "Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment