MASIGNCLEAN104

Remove built-in Windows 10 apps for all users using PowerShell Script

iklan banner

Since Windows 10 started rolling out, it came amongst pre-installed apps. Some of these apps are essential for consumers, piece around apps are installed from promotion perspective. There are multiple reasons why Microsoft adds apps fifty-fifty when you lot upgrade from i version to around other – but it tin strength out endure removed. So if you lot cause got this question, What Windows 10 apps tin strength out I uninstall – together with thus inward this guide, nosotros volition demonstrate you, how to remove built-in Windows 10 apps using a readymade PowerShell Script from TechNet Gallery. While in that place are several ways you lot tin strength out uninstall apps inward Windows 10, today nosotros volition accept a hold back at thos PowerShell script.

Microsoft sells Windows to Enterprise every bit well, together with in that place is no house for whatever pre-installed apps. They are restricted yesteryear companies policies, together with solely the approved apps are allowed to endure installed, together with available.

Remove built-in Windows 10 apps using PowerShell

Both of these instructions function perfectly, but in that place are around drawbacks. Some of the apps similar Cortana, Edge, etc. cannot endure removed every bit they are essential for the consummate experience. Also, the offset method powerfulness move out around broken links on the start menu.

Remove the apps from the ISO file

This solution industrial plant on Windows 10 machines, where you lot are going to install it fresh. We volition cause got to take the apps from the ISO file, together with and thus install it, thus none of those apps larn installed on the offset hand.

This PowerShell script takes a uncomplicated listing of Apps together with and thus removes the Apps from the default install.wim. Afterward, the WIM epitome tin strength out endure used for distribution amongst Configuration Manager or similar solutions. When the script starts, WIM-Image is automatically mounted to a temporary directory. Afterward, all preinstalled apps are read out together with later uninstalled.

Note: This method is solely for ability users who empathise the flat of technicality.

Here is a video followed yesteryear instructions:

Example Commands:

  1. .\removeapps.ps1 -pathtowim c:\10\install.wim
  2. .\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true
  3. .\removeapps.ps1 -pathtowim c:\10\install.wim -select $true -index 2

There is i major drawback though. Post OS installation, or whenever you lot add together a novel user, the start card volition endure total of invalid shortcuts amongst only the call of the removed app inward the square. It volition hold back similar “P Microsoft.SkypeApp_kzf8qxf38zg5c!App”. This põrnikas is nevertheless to endure answered, but its there, together with is annoying.

You tin strength out download the PowerShell script from TechNet Gallery.

Uninstalling Apps post-Windows 10 installation

If you lot only idea that uninstall pick is skilful enough, it doesn't allow you lot remove few of the well-nigh of import built-in apps easily.

To larn this sorted, nosotros volition cause got to role PowerShell amongst an administrator account. Follow the steps below:

  • Use Windows+X, together with and thus select the “Windows PowerShell (Admin)” pick from the Power User menu.
  • After an interactive confirm dialogue, PowerShell volition consummate permission volition charge up.
  • Next, re-create glue i of the next commands, together with hitting return.
  • Post this, the app volition endure uninstalled, together with it volition uninstall for all the users.
  • You may cause got to install the app i time again from the store.

 Some of these apps are essential for consumers Remove built-in Windows 10 apps for all users using PowerShell Script

Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall Calendar together with Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Uninstall Alarms together with Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage

Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage

Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage

Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage

Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage

Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

The skilful affair is that fifty-fifty if emove Built-in apps from Windows 10 using PowerShell, they tin strength out ever endure installed dorsum from the store. Unlike Windows 7, Windows 10 offers Microsoft Store which is a primal house to install together with update all the apps on your PC.

Since nosotros are restricting the guide to role PowerShell, these 2 are the best methods to consummate the tasks.


Source: https://www.thewindowsclub.com/
Share This :