If you’ve ever struggled to remove pre-installed Windows 10 or Windows 11 apps (like Xbox, Skype, or Cortana), you may have come across references to uwp-helper.bat. This batch script has become a popular tool among IT professionals and power users for managing Universal Windows Platform (UWP) apps efficiently.
Game Registration: Running the Add-AppxPackage command to register the game's AppxManifest.xml with Windows. Uwp-helper.bat Download
In a standard environment, UWP apps (like those from the Microsoft Store) are installed through highly regulated digital licenses. When a game that uses this architecture (e.g., Forza Horizon Gears of War UWP-helper
Get-AppxPackage *xbox* | Remove-AppxPackage
The original and most trusted version is hosted on GitHub: Recommended Source The original and most trusted version
| Feature | Description | |---------|-------------| | Menu-driven UI | No need to remember PowerShell syntax | | Per-user & system-wide | Can target current user or all users (requires admin) | | Backup & restore | Create restore points before uninstalling | | Bulk operations | Remove multiple apps at once | | Safe app list | Warns before allowing removal of critical system components |