How to install|Uninstall Windows 10 built in Application using PowerShell prompt

Windows 10 coming with the Lot's of Pre-installed application.Out of which,user can Uninstall some of the application in normal ways like via Control panel > Program > SelectApplication Or right-click an app and click on uninstall button.But some of the windows 10 application can't be uninstalled.

Follow the below steps to Uninstall the windows 10 inbuilt app using powerShell prompt:

Uninstall Application Via PowerShell Prompt

1. Run PowerShell as administrator

2. Copy and paste the following commands into PowerShell prompt, Press Enter to remove the apps you don’t want on your Windows 10 system:
Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | 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 Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage

How to install the uninstalled application using PowerShell prompt

1. Run PowerShell as administrator

2. Copy and paste the command below to reinstall the application
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
 Note :Some application can't be uninstall directly via control panel nor via powershell prompt are Windows feedback,Microsoft edge,Microsoft Cortana etc...

Also see:

  1. How To Hack|Crack Wpa Wpa2-Psk Wifi Using Social Engineering Technique WIFIPHISHER
  2. Replacing Your 2 Factor Authentication With Sound Around You.
  3. How To Find Out If Someone Unfriended You On Facebook!!!
  4. how to view the hidden friend list of any facebook user
  5. How to hide your no while calling
  6. how to Send Mail with someone else mail id
  7. How To Run Android Apps in Chrome Browser
  8. How to send and receive message on whatsapp using php script
  9. Unsend or edit or delete any email after you send it
  10. How To Create A Facebook Page Without Name 2015
  11. How to Track Who Views Your Facebook Profile