
Get-AppxPackage -name "Microsoft.WindowsMaps" | Remove-AppxPackage Get-AppxPackage -name "" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.Getstarted" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.WindowsCamera" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.BingSports" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.XboxApp" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.BingNews" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.WindowsCalculator" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.3DBuilder" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.BingFinance" | Remove-AppxPackage


Get-AppxPackage -name "Microsoft.BingFoodAndDrink" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.BingHealthAndFitness" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.BingTravel" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.XboxIdentityProvider" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.XboxGameCallableUI" | Remove-AppxPackage Get-AppxPackage -name "Microsoft.ZuneMusic" | Remove-AppxPackage
SOCIAL SEARCH BAR APP UNINSTALL CODE
Hide Apps Using the "Remove-AppxPackage" CommandĮntering the following code into the PowerShell will hide each application you enter. The PowerShell commands can remove any packages ranging from the Zune Music Player to Bing Health and Fitness, to the Microsoft Windows Calculator.
