0% found this document useful (0 votes)
12 views2 pages

Uninstalling 3D Builder and Apps

The document provides a list of PowerShell commands to uninstall various Windows applications, including 3D Builder, Alarms and Clock, Calculator, and more. Each application is targeted using the 'Get-AppxPackage' command followed by 'Remove-AppxPackage'. The instructions are intended for users looking to remove these pre-installed apps from their Windows system.

Uploaded by

manawwhan922
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Uninstalling 3D Builder and Apps

The document provides a list of PowerShell commands to uninstall various Windows applications, including 3D Builder, Alarms and Clock, Calculator, and more. Each application is targeted using the 'Get-AppxPackage' command followed by 'Remove-AppxPackage'. The instructions are intended for users looking to remove these pre-installed apps from their Windows system.

Uploaded by

manawwhan922
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMod

You might also like