Remove All Built in Windows 10 Apps

Remove All Built in Windows 10 Apps
So you want to know How to Uninstall and Restore Windows 10’s Built-in Apps in Windows 10? I will show you step by step on removing unwanted apps in windows 10.

https://youtu.be/oaZWVg0zq7s

Remove All User Packages
Get-AppxPackage | Remove-AppxPackage

completely uninstall OneDrive:

taskkill /f /im OneDrive.exe

%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

10AppsManager for Windows 10

Get-AppxPackage Microsoft.Windows.ParentalControls | Remove-AppxPackage

Get-AppxPackage Windows.ContactSupport | Remove-AppxPackage

Get-AppxPackage Microsoft.Xbox* | Remove-AppxPackage

Get-AppxPackage microsoft.windowscommunicationsapps | Remove-AppxPackage # Mail and Calendar

Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage

Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage

Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage

Get-AppxPackage Microsoft.Zune* | Remove-AppxPackage

Get-AppxPackage Microsoft.WindowsPhone | Remove-AppxPackage # Phone Companion

Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage

Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage

Get-AppxPackage Microsoft.Office.Sway | Remove-AppxPackage

Get-AppxPackage Microsoft.Appconnector | Remove-AppxPackage

Get-AppxPackage Microsoft.WindowsFeedback* | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.FeatureOnDemand.InsiderHub | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.Cortana | Remove-AppxPackage

Get-AppxPackage Microsoft.People | Remove-AppxPackage

Get-AppxPackage Microsoft.Bing* | Remove-AppxPackage # Money, Sports, News, Finance and Weather

Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage

Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage

Get-AppxPackage Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage

Get-AppxPackage Microsoft.WindowsSoundRecorder | Remove-AppxPackage

Get-AppxPackage Microsoft.3DBuilder | Remove-AppxPackage

Get-AppxPackage Microsoft.Messaging | Remove-AppxPackage

Get-AppxPackage Microsoft.CommsPhone | Remove-AppxPackage

Get-AppxPackage Microsoft.Advertising.Xaml | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.SecondaryTileExperience | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.ContentDeliveryManager | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.CloudExperienceHost | Remove-AppxPackage

Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Remove-AppxPackage

Get-AppxPackage Microsoft.BioEnrollment | Remove-AppxPackage

Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage

Get-AppxPackage *Twitter* | Remove-AppxPackage

Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage

Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage

Get-AppxPackage *Netflix | Remove-AppxPackage

Get-AppxPackage Facebook.Facebook | Remove-AppxPackage

Get-AppxPackage Microsoft.MinecraftUWP | Remove-AppxPackage

Leave a Reply