Remove unwanted apps via Powershell using either:
Get-AppxPackage -allusers | Remove-AppxPackage –Allusers
-Or by specifically choosing apps to remove (we kept Sticky Notes and Calculator):
get-appxpackage -allusers *xboxApp* | remove-appxpackage
get-appxpackage -allusers *windowscamera* | remove-appxpackage
get-appxpackage -allusers *windowscommunicationsapps* | remove-appxpackage
get-appxpackage -allusers *Windows.Photos* | remove-appxpackage
get-appxpackage -allusers *XboxGameCallableUI* | remove-appxpackage
get-appxpackage -allusers *PeopleExperienceHost* | remove-appxpackage
get-appxpackage -allusers *ParentalControls* | remove-appxpackage
get-appxpackage -allusers *NarratorQuickStart* | remove-appxpackage
get-appxpackage -allusers *SkypeApp* | remove-appxpackage
get-appxpackage -allusers *ZuneVideo* | remove-appxpackage
get-appxpackage -allusers *ZuneMusic* | remove-appxpackage
get-appxpackage -allusers *YourPhone* | remove-appxpackage
get-appxpackage -allusers *XboxSpeechToTextOverlay* | remove-appxpackage
get-appxpackage -allusers *XboxGamingOverlay* | remove-appxpackage
get-appxpackage -allusers *XboxGameOverlay* | remove-appxpackage
get-appxpackage -allusers *Xbox.TCUI* | remove-appxpackage
get-appxpackage -allusers *WindowsSoundRecorder* | remove-appxpackage
get-appxpackage -allusers *WindowsMap* | remove-appxpackage
get-appxpackage -allusers *WindowsFeedbackHub* | remove-appxpackage
get-appxpackage -allusers *Wallet* | remove-appxpackage
get-appxpackage -allusers *People* | remove-appxpackage
get-appxpackage -allusers *OneConnect* | remove-appxpackage
get-appxpackage -allusers *OneNote* | remove-appxpackage
get-appxpackage -allusers *MicrosoftSolitaireCollection* | remove-appxpackage
get-appxpackage -allusers *MicrosoftOfficeHub* | remove-appxpackage
get-appxpackage -allusers *Messaging* | remove-appxpackage
get-appxpackage -allusers *Getstarted* | remove-appxpackage
get-appxpackage -allusers *BingWeather* | remove-appxpackage
Delete the apps from the App Store Registry or they will reinstall automagically:
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.BingWeather_4.25. 20211.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.DesktopAppInstaller_ 2019.125.2243.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.GetHelp_10.1706. 13331.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Getstarted_7.3. 20251.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.HEIFImageExtension_ 1.0.13472.0_x64__8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Messaging_2019.125. 32.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Microsoft3DViewer_5. 1902.20012.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.MicrosoftOfficeHub_ 18.1901.1141.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft. MicrosoftSolitaireCollection_ 4.2.11280.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.MixedReality.Portal_ 2000.19010.1151.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Office.OneNote_ 16001.11126.20076.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.OneConnect_5.1902. 361.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.People_2019.123. 2346.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Print3D_3.3.311.0_ neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.ScreenSketch_2018. 1214.231.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.SkypeApp_14.35.152. 0_neutral_~_kzf8qxf38zg5c /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.StorePurchaseApp_ 11811.1001.1813.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.VP9VideoExtensions_ 1.0.13333.0_x64__8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Wallet_2.4.18324.0_ neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WebMediaExtensions_ 1.0.13321.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Windows.Photos_2019. 18114.19418.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WindowsAlarms_2019. 105.629.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WindowsCamera_2018. 826.78.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ microsoft. windowscommunicationsapps_ 16005.11029.20108.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WindowsFeedbackHub_ 2019.226.2324.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WindowsMaps_2019. 108.627.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft. WindowsSoundRecorder_2019.105. 618.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.WindowsStore_11811. 1001.1813.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.Xbox.TCUI_1.23. 28002.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.XboxApp_48.48.7001. 0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.XboxGameOverlay_1. 32.17005.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft. XboxIdentityProvider_12.50. 6001.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft. XboxSpeechToTextOverlay_1.17. 29001.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.YourPhone_2018.1128. 231.0_neutral_~_8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.ZuneMusic_2019. 18111.17311.0_neutral_~_ 8wekyb3d8bbwe /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\ CurrentVersion\Appx\ AppxAllUserStore\Applications\ Microsoft.ZuneVideo_2019. 18111.17311.0_neutral_~_ 8wekyb3d8bbwe /f