How To Uninstall Windows 10 apps using Powershell Commands: Tech Blogspot

0
uninstall windows 10 apps powershell
Uninstall Windows 10 apps using Powershell

uninstall windows 10 apps PowerShell


Do you want to Uninstall Windows 10 default Apps using Powershell or Command?

There are some Windows 10 apps that you uninstall using the PowerShell program if you do not want to use any more.

To uninstall Windows 10 apps you need to open a PowerShell program follow these steps:

1. Press Windows Key(⊞ ) and R key at once, then run windows appear & type Powershell command.
2. Or Press Windows Key(⊞ ) and X key at once, then from there select PowerShell option
3. Or Press Windows Key(⊞ ) and type PowerShell 

Note: * Powershell program must be opened in Administrator mode.

Follow the following process to uninstall Windows 10 apps using Powershell:

To Uninstall 3D Builder app:

Type Command: Get-AppxPackage *3dbuilder* | Remove-AppxPackage

To Uninstall Alarms and Clock  app:

Type Command: Get-AppxPackage *windowsalarms* | Remove-AppxPackage

To Uninstall Calculator app:

Type Command: Get-AppxPackage *windowscalculator* | Remove-AppxPackage

To Uninstall Calendar and Mail app:

Type Command: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

To Uninstall Camera app:

Type Command: Get-AppxPackage *windowscamera* | Remove-AppxPackage

To Uninstall Get Office app:

Type Command: Get-AppxPackage *officehub* | Remove-AppxPackage

To Uninstall Get Skype app:

Type Command: Get-AppxPackage *skypeapp* | Remove-AppxPackage

To Uninstall Get Started:

Type Command: Get-AppxPackage *getstarted* | Remove-AppxPackage

To Uninstall Groove Music app:

Type Command: Get-AppxPackage *zunemusic* | Remove-AppxPackage

To Uninstall Maps app:

Type Command: Get-AppxPackage *windowsmaps* | Remove-AppxPackage

To Uninstall Microsoft Solitaire Collection Game:

Type Command: Get-AppxPackage *solitairecollection* | Remove-AppxPackage

To Uninstall Money app:

Type Command: Get-AppxPackage *bingfinance* | Remove-AppxPackage

To Uninstall Movies & TV app:

Type Command: Get-AppxPackage *zunevideo* | Remove-AppxPackage

To Uninstall News app:

Type Command: Get-AppxPackage *bingnews* | Remove-AppxPackage

To Uninstall OneNote app:

Type Command: Get-AppxPackage *onenote* | Remove-AppxPackage

To Uninstall People app:

Type Command: Get-AppxPackage *people* | Remove-AppxPackage

To Uninstall Phone Companion app:

Type Command: Get-AppxPackage *windowsphone* | Remove-AppxPackage

To Uninstall Photos app:

Type Command: Get-AppxPackage *photos* | Remove-AppxPackage

To Uninstall Store app:

Type Command: Get-AppxPackage *windowsstore* | Remove-AppxPackage

To Uninstall Sports app:

Type Command: Get-AppxPackage *bingsports* | Remove-AppxPackage

To Uninstall Voice Recorder app:

Type Command: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

To Uninstall Weather app:

Type Command: Get-AppxPackage *bingweather* | Remove-AppxPackage

To Uninstall Xbox app:

Type Command: Get-AppxPackage *xboxapp* | Remove-AppxPackage

Note:* Contact support, Cortana, Microsoft Edge, Windows Feedback cannot be Uninstalled.

If you like to install  Windows 10 app again then you can download that app using the Windows Store app. So, be careful about removing this windows app.

These are some commands of PowerShell by using these commands you can remove windows 10 apps, if you have any other commands that I have not mentioned in this article then please feel free to comment.


Post a Comment

0Comments
Post a Comment (0)