Skip to main content

How to Remove Windows 10 Bloatware Using PowerShell

Bloatware refers to preinstalled software or applications installed by the manufacturers of the devices. Many bloatware programs may not be relevant to you and consume a lot of space in your device which can be utilized for something else. These inbuilt apps are expensive to use and the purpose of putting them is to make some extra money. Removing these unwanted apps from your PC can provide you with a lot of free space in your PC

Let’s learn how to remove these unwanted apps and bloatware from your system, step by step.

The Best Way to Remove Unwanted Bloatware Windows 10

Many bloatware apps can be easily removed from your computer. Windows 10 provides different methods to remove these unnecessary apps such as uninstall, PowerShell commands, or third-party software to uninstall bloatware.

If you think that removing bloatware is as easy as uninstalling normal programs, then you are probably misguided. If you go to System> Apps and Features, then you will not find any uninstall option there.

Yes, a few unwanted preinstalled apps can be removed by pressing “right-click” on any unwanted app and then choosing the “Uninstall” option.

How to Remove Default Bloatwares Using PowerShell?

PowerShell is considered as one of the best methods to remove bloatware from Windows 10. PowerShell includes command and scripting language which provides you access over the Windows installations and programs. With a couple of commands in a serial method, you can remove preinstalled apps from your PC. Let’s get started.
First, go to your Start menu search bar and type Powershell.
Then, choose Run as Administrator option to get control over the whole system.
Now decide which bloatware you want to uninstall first, PowerShell has the ability to remove any system apps, whether it is Microsoft Calculator or the Zune Music Player.

Now you can enter commands from the following list, keep in mind that each command is made for removing different apps such as Zune Music, Bing Travel, Windows Maps and more. So carefully go through the command to know which app will be removed by it.
Get-AppxPackage -name “Microsoft.ZuneMusic” | Remove-AppxPackage
Get-AppxPackage -name “Microsoft.WindowsPhone” | Remove-AppxPackage

Keep in mind that the above commands will only hide your bloatware, they won’t delete them entirely. But the above step will disable the bloatware in a way which will free some of your RAM too.

You can unlock these apps whenever you need them later, so it is the safest and fastest way to remove and hide unwanted bloatware from Windows 10.


Jason Bravo is a Microsoft Office expert and has been working in the technical industry since 2005. As a technical expert, Jason has written technical, manuals blogs, white papers, and reviews for many websites such as office.com/setup.

Comments

Popular posts from this blog

How to Turn On Speedometer in Google Maps

Google Maps is considered as the best map and navigation apps by the masses. This is because it has a number of features and options. Google Maps provides new abilities to its users regularly. The most recent update is regarding a speedometer. Google has simply added a virtual speedometer in the app. This allows the users to keep track of their speed alongside the regional speed limitations. Yes, Google has finally introduced the speedometer, which lets users track the speed at which they are traveling or driving. Let’s check out the process to turn on the newly added speedometer in Google Maps. Turn on Speedometer in Google Maps Launch the Google Maps app on your phone. Tap on the menu icon. Select the Settings option. Now, from the list, tap on Navigation Settings. The Speedometer option will be available at the bottom. Turn the Speedometer option on. When you have turned on the speedometer, you can opt to navigate between different points, and you will see that the Goog...

How to Change Windows Live Mail Language on Windows?

Windows Live Mail might seem like old news to many users since they have shifted to third-party tools. However, the same is not valid for everyone. Windows Live Mail is among the handiest tools you can use in Windows OS, and it even lets you change the language according to your preferences. If you wish to change your language on Windows Live Mail, then read through the blog. So, here are the steps to modify the Windows Live Mail language on Windows. Modify the Language of Windows Live Mail  In case the user wishes to modify the language of Windows Live Mail, then they can pursue the mentioned instructions. Hold the Win + R keys altogether on your keyboard to launch the Run dialogue box. After that, enter ‘langselector.exe’ into it and click on the OK button. It will launch the language settings for Windows Essentials. Go to Windows Essential Language setting screen. Then select the drop-down section. You should find and select the preferred language from the languages...

How to Use SAM to Monitor Your Server and Applications

When the server faces any error because of some reason, then you need to fix it before there is any impact on the system. Nowadays, all the things are done online. If you want to know the step to use SAM to monitor your server and applications, then follow the steps mentioned in this article. How to install Server and Application Monitor? ● Discover the devices ● Add applications and discovered servers to SAM. ● After executing the installer, you will get the User Account Control menu on the desktop. ● Press on the Yes button. ● You will get the initializing menu on the screen. ● This procedure will get completed in a few seconds. ● Now, you will get the SolarWinds Setup window on the desktop. ● You will get the three options on the screen. ● Choose the Lightweight Installation option. ● Select where you wish to download the program by pressing on the Browse option. ● After completing these steps, press on th...