Jump to content

How To Remove Windows 10 Built-in Apps using powershell commands


hacker7

Recommended Posts

 

 

 

 

 

How to remove built-in apps on Windows 10

 

This is a simple way to remove the apps without using tool and twerks

 

Before starting these steps, make sure you close any running apps on your PC. Failing to do so can cause problems when you're uninstalling built-in apps.

  1. Right-click the Start button.
  2. Click Search.

 

Kt4tK.jpg


 

 

 

 

  1. Right-click Windows PowerShell.
  2. Click Run as administrator.
  3. Type a command into PowerShell. For example Movies & TV by typing Get-AppxPackage *zunevideo* | Remove-AppxPackage
  4. Hit Enter on your keyboard. A notification will pop up below your command letting you know that the program is being uninstalled.

     

 

Kt3TV.png

 

 

That's all there is to it. You can search for the app, but it should no longer appear. The above command removes the Movies & TV app, and there are plenty more apps

you can uninstall, as well.

 

 

 

List of commands to remove Windows 10 apps:

Here is a full list of built-in apps you can remove and the corresponding commands to type or copy and paste into PowerShell.



 

Spoiler

3D Builder     Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarms & Clock     Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Calculator     Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Camera     Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get Office     Get-AppxPackage *officehub* | Remove-AppxPackage
Groove Music     Get-AppxPackage *zunemusic* | Remove-AppxPackage
Mail/Calendar     Get-AppxPackage *windowscommunicationapps* | Remove-AppxPackage
Maps     Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection     Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Movies & TV     Get-AppxPackage *zunevideo* | Remove-AppxPackage
News     Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote     Get-AppxPackage *onenote* | Remove-AppxPackage
People     Get-AppxPackage *people* | Remove-AppxPackage
Microsoft Phone Companion     Get-AppxPackage *windowsphone* | Remove-AppxPackage
Photos     Get-AppxPackage *photos* | Remove-AppxPackage
Skype     Get-AppxPackage *skypeapp* | Remove-AppxPackage
Store     Get-AppxPackage *windowsstore* | Remove-AppxPackage
Tips     Get-AppxPackage *getstarted* | Remove-AppxPackage
Voice Recorder     Get-AppxPackage *sound recorder* | Remove-AppxPackage
Weather     Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox     Tips | Get-AppxPackage *xboxapp* | Remove-AppxPackage

 

 

To prevent Apps from Reinstalling when restart:

 

Spoiler

214c3c9beb1f.jpg

 

 

 

To get the built in apps back working on windows

 

Run powershell as admin

typ th following command

 

Spoiler

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

Source

Link to comment
Share on other sites


  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

sad Maybe You want to add the source location because here are some copying errors and a few important things are missing.

Thank You. 

Link to comment
Share on other sites


Thank you. Are there anyway to remove MIX REALITY VIEWER and Mix reality portal please ?  :(

Link to comment
Share on other sites


@Kalju thanks for pointing out, source added:rolleyes:

@Akaneharuka look here you may find what u looking for :D

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...