hacker7 Posted October 17, 2017 Share Posted October 17, 2017 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. Right-click the Start button. Click Search. Right-click Windows PowerShell. Click Run as administrator. Type a command into PowerShell. For example Movies & TV by typing Get-AppxPackage *zunevideo* | Remove-AppxPackage Hit Enter on your keyboard. A notification will pop up below your command letting you know that the program is being uninstalled. 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 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 More sharing options...
Kalju Posted October 17, 2017 Share Posted October 17, 2017 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 More sharing options...
Akaneharuka Posted October 17, 2017 Share Posted October 17, 2017 Thank you. Are there anyway to remove MIX REALITY VIEWER and Mix reality portal please ? Link to comment Share on other sites More sharing options...
hacker7 Posted October 17, 2017 Author Share Posted October 17, 2017 @Kalju thanks for pointing out, source added @Akaneharuka look here you may find what u looking for Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.