How to remove unremovable apps in Windows 10?
- Get link
- X
- Other Apps
How to Remove Windows 10 Built-In Applications(Bloatware)
How to remove unremovable apps in Windows 10 because Windows 10 comes with Pre-installed applications which many users will not make use of it so let’s take a look at how to remove bloatware. Some of this bloatware will reduce your PC performance and also it will change bootup time.
Bloatware are some applications that software companies will offer to the companies which are developing Operating System to pre-install their developed built on Computer, smartphone, tablet, smart TV, etc…
How to Remove/Uninstall Bloatware from Windows 10
You can use the simple method to uninstall bloatware from Windows 10 or can use commands on PowerShell or else any third-party software. Because not all bloatware can be uninstalled using windows uninstaller, you need to run some commands on PowerShell.
Uninstall Bloatware simply and easy
Simply find the application that you think you don’t want or it’s unnecessary, right-click and select Uninstall. But if you find some applications without the Uninstall option then you have to use PowerShell commands to do so.
Uninstall Bloatware using PowerShell
PowerShell will give you full access to Windows without any restriction, below I will list the commands that will remove or hide the bloatware from Windows 10.
First, open PowerShell by navigating through Windows Start Menu → Windows PowerShell → Windows PowerShell or simply Search for Windows PowerShell, Right-click and Run it as Administrator.
Hide Bloatware using the below commands
Below is the list of commands to hide the Bloatware, before running the commands please make sure to select which bloatware you need and don’t need, then copy the command line each one at a time to Windows PowerShell and hit Enter to apply the command.
Get-AppxPackage -name "Microsoft.ZuneMusic" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.Music.Preview" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.XboxGameCallableUI" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.XboxIdentityProvider" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingTravel" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingHealthAndFitness" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingFoodAndDrink" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.People" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingFinance" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.3DBuilder" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.WindowsCalculator" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingNews" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.XboxApp" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingSports" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.WindowsCamera" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.Getstarted" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.Office.OneNote" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.WindowsMaps" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.MicrosoftSolitaireCollection" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.MicrosoftOfficeHub" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BingWeather" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.BioEnrollment" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.WindowsStore" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.Windows.Photos" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.WindowsPhone" | Remove-AppxPackage
Remove Bloatware using the below commands
To completely remove bloatware there is a different command line to use in Windows PowerShell which is known as DISM (Deployment Imaging Service and Management). This command is used to Service Windows system in many other ways but in our case, we will use DISM commands to Remove Bloatware.
First, Copy the below command to the Windows PowerShell and hit Enter to see the list of bloatware packages that have been pre-installed on your device.
DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename
Now you should see the list of packages installed on your computer, so you can choose the package names and can start to remove them one by one using the below command replacing the package with it.
DISM /Online /Remove-ProvisionedAppxPackage /PackageName:PACKAGENAME
Replace the package name with the chosen package from the above list. After you remove all the bloatware you need to restart your system to effect.
Here is an example below
Uninstall Bloatware using Windows 10 Debloater Tool
If you‘re a person with busy schedules you can use the Windows 10 Debloater Tool to do all the above steps with a single piece of software. It is a PowerShell Script application that is developed by Sycnex, easy to use.
To download and Debloat your Windows 10, Please Click Here
- Get link
- X
- Other Apps
Comments
Post a Comment