From fe7eacb543cbf9a32f6fd2574f838c4633299ead Mon Sep 17 00:00:00 2001 From: lucid Date: Sat, 9 Oct 2021 16:59:17 +0200 Subject: [PATCH] fix for xbox app removal --- BATCH/amelioration_21H1.bat | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/BATCH/amelioration_21H1.bat b/BATCH/amelioration_21H1.bat index 7491ea4..eeb6362 100644 --- a/BATCH/amelioration_21H1.bat +++ b/BATCH/amelioration_21H1.bat @@ -469,7 +469,6 @@ call :title_remove_appx_packages :: Remove Cortana from all users PowerShell -Command "Get-AppxPackage -allusers *Microsoft.549981C3F5F10* | Remove-AppxPackage" call :title_remove_appx_packages -:: Wildcard removal for the rest of the apps PowerShell -Command "Get-AppxPackage *3DViewer* | Remove-AppxPackage" call :title_remove_appx_packages PowerShell -Command "Get-AppxPackage *AssignedAccessLockApp* | Remove-AppxPackage" @@ -506,8 +505,6 @@ PowerShell -Command "Get-AppxPackage *Paint* | Remove-AppxPackage" call :title_remove_appx_packages PowerShell -Command "Get-AppxPackage *wallet* | Remove-AppxPackage" call :title_remove_appx_packages -PowerShell -Command "Get-AppxPackage *xbox* | Remove-AppxPackage" -call :title_remove_appx_packages PowerShell -Command "Get-AppxPackage *OneNote* | Remove-AppxPackage" call :title_remove_appx_packages PowerShell -Command "Get-AppxPackage *Microsoft.People* | Remove-AppxPackage" @@ -542,6 +539,14 @@ PowerShell -Command "Get-AppxPackage *Microsoft.Messaging* | Remove-AppxPackage" call :title_remove_appx_packages PowerShell -Command "Get-AppxPackage *Microsoft.WindowsStore* | Remove-AppxPackage" call :title_remove_appx_packages +PowerShell -Command "Get-AppxPackage *XboxApp* | Remove-AppxPackage" +call :title_remove_appx_packages +PowerShell -Command "Get-AppxPackage *XboxSpeechToTextOverlay* | Remove-AppxPackage" +call :title_remove_appx_packages +PowerShell -Command "Get-AppxPackage *XboxGamingOverlay* | Remove-AppxPackage" +call :title_remove_appx_packages +PowerShell -Command "Get-AppxPackage *XboxGameOverlay* | Remove-AppxPackage" +call :title_remove_appx_packages :: Remove Edge, both the new and old version cd "C:\Program Files (x86)\Microsoft\Edge\Application\8*\Installer" start setup.exe --uninstall --system-level --verbose-logging --force-uninstall