0% found this document useful (0 votes)
5 views

Windows Crapware

The document contains a series of PowerShell commands to remove various Windows applications using the Get-AppxPackage and Remove-AppxPackage commands. It lists applications such as Alarms & Clock, Camera, Groove, Mail & Calendar, and others. The commands target both built-in Windows apps and third-party applications like Twitter and Minecraft.

Uploaded by

GeorgeProimakis
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)
5 views

Windows Crapware

The document contains a series of PowerShell commands to remove various Windows applications using the Get-AppxPackage and Remove-AppxPackage commands. It lists applications such as Alarms & Clock, Camera, Groove, Mail & Calendar, and others. The commands target both built-in Windows apps and third-party applications like Twitter and Minecraft.

Uploaded by

GeorgeProimakis
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
You are on page 1/ 1

Get-AppxPackage *windowsalarms* | Remove-AppxPackage # Alarms &

Clock
Get-AppxPackage *windowscamera* | Remove-AppxPackage # Camera
Get-AppxPackage *zunemusic* | Remove-AppxPackage # Groove
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage # Mail &
Calendar
Get-AppxPackage *zunevideo* | Remove-AppxPackage # Movies & TV
Get-AppxPackage *windowsmaps* | Remove-AppxPackage # Maps
Get-AppxPackage *MSPaint* | Remove-AppxPackage # Paint3D
Get-AppxPackage *microsoft.people* | Remove-AppxPackage # People
Get-AppxPackage *solitairecollection* | Remove-AppxPackage # Solitaire
Collection
Get-AppxPackage *stickynotes* | Remove-AppxPackage # Sticky Notes
Get-AppxPackage *soundrecorder* | Remove-AppxPackage # Voice
Recorder
Get-AppxPackage *bingweather* | Remove-AppxPackage # Weather
Get-AppxPackage *xboxapp* | Remove-AppxPackage # Xbox

Get-AppxPackage *3dbuilder* | Remove-AppxPackage # 3D Builder


Get-AppxPackage *3dviewer* | Remove-AppxPackage # 3D Viewer
Get-AppxPackage *print3d* | Remove-AppxPackage # Print 3D
Get-AppxPackage *getstarted* | Remove-AppxPackage # Get Started
Get-AppxPackage *officehub* | Remove-AppxPackage # Get Office
Get-AppxPackage *messaging* | Remove-AppxPackage # Messaging
Get-AppxPackage *bingfinance* | Remove-AppxPackage # Money
Get-AppxPackage *bingnews* | Remove-AppxPackage # News
Get-AppxPackage *bingsports* | Remove-AppxPackage # Sports
Get-AppxPackage *oneconnect* | Remove-AppxPackage # Paid Wi-Fi
and Cellular
Get-AppxPackage *windowsphone* | Remove-AppxPackage # Phone
companion

Get-AppxPackage *Twitter* | Remove-AppxPackage # Twitter


Get-AppxPackage *Facebook.Facebook* | Remove-AppxPackage # Facebook
Get-AppxPackage *candycrush* | Remove-AppxPackage # CandyCrush
Get-AppxPackage *RoyalRevolt* | Remove-AppxPackage # RoyalRevolt
Get-AppxPackage *Keeper* | Remove-AppxPackage # Keeper
Get-AppxPackage *Phototastic* | Remove-AppxPackage # Phototastic
Get-AppxPackage *MarchOfEmpires* | Remove-AppxPackage #
MarchOfEmpires
Get-AppxPackage *Minecraft* | Remove-AppxPackage # Minecraft

Get-AppxPackage *Reality* | Remove-AppxPackage # MixedReality


Get-AppxPackage *overlay* | Remove-AppxPackage # GameBar -
XboxShit
Get-AppxPackage *phone* | Remove-AppxPackage # YourPhone

You might also like