@@ -4,7 +4,7 @@ description: Removes AppX packages and prevents them from being reinstalled
44onUpgrade : false
55actions :
66 - !writeStatus: {status: 'Removing AppX packages'}
7-
7+
88 # The reason of removing those applications is that they might be sending user data,
99 # showing unwanted content and using hardware resources. They can also simply be annoyances
1010 # that are never used. However, most of these applications can be reinstalled via
@@ -41,35 +41,45 @@ actions:
4141 - !appx: {name: 'Microsoft.XboxApp*', type: family} # Xbox Console Companion (deprecated)
4242 - !appx: {name: 'microsoft.windowscommunicationsapps*', type: family} # Mail and Calendar
4343 - !appx: {name: 'Microsoft.MSPaint*', type: family} # Paint 3D
44+ - !appx: {name: 'Microsoft.Paint*', type: family}
4445 - !appx: {name: 'Microsoft.Getstarted*', type: family} # Tips (deprecated)
46+ - !appx: {name: 'Microsoft.WindowsBackup*', type: family}
4547 - !appx: {name: 'Microsoft.ZuneVideo*', type: family} # Films & TV
48+ - !appx: {name: 'Microsoft.ZuneMusic*', type: family} # Media Player
4649 - !appx: {name: 'MicrosoftCorporationII.MicrosoftFamily*', type: family}
50+ - !appx: {name: 'MicrosoftCorporationII.QuickAssist*', type: family}
4751 - !appx: {name: 'Microsoft.MixedReality.Portal*', type: family}
4852 - !appx: {name: 'Microsoft.Windows.DevHome*', type: family}
4953 - !appx: {name: 'Microsoft.BingWeather*', type: family}
5054 - !appx: {name: 'Microsoft.BingNews*', type: family}
55+ - !appx: {name: 'Microsoft.BingFinance*', type: family}
56+ - !appx: {name: 'Microsoft.BingSports*', type: family}
5157 - !appx: {name: 'Microsoft.BingSearch*', type: family}
5258 - !appx: {name: 'Microsoft.OutlookForWindows*', type: family}
5359 - !appx: {name: 'Microsoft.GetHelp*', type: family}
5460 - !appx: {name: 'Microsoft.Microsoft3DViewer*', type: family}
5561 - !appx: {name: 'Microsoft.MicrosoftOfficeHub*', type: family}
5662 - !appx: {name: 'Microsoft.MicrosoftSolitaireCollection*', type: family}
5763 - !appx: {name: 'Microsoft.MicrosoftStickyNotes*', type: family}
64+ - !appx: {name: 'Microsoft.StickyNotesPreview*', type: family}
5865 - !appx: {name: 'Microsoft.Office.OneNote*', type: family}
66+ - !appx: {name: 'Microsoft.OneConnect*', type: family}
5967 - !appx: {name: 'Microsoft.People*', type: family}
6068 - !appx: {name: 'Microsoft.PowerAutomateDesktop*', type: family}
6169 - !appx: {name: 'Microsoft.ScreenSketch*', type: family, option: 'remove-snipping-tool'}
6270 - !appx: {name: 'Microsoft.SkypeApp*', type: family}
6371 - !appx: {name: 'Microsoft.Todos*', type: family}
72+ - !appx: {name: 'Microsoft.Wallet*', type: family}
73+ - !appx: {name: 'Microsoft.Whiteboard*', type: family}
6474 - !appx: {name: 'Microsoft.WindowsAlarms*', type: family}
6575 - !appx: {name: 'Microsoft.WindowsCamera*', type: family}
6676 - !appx: {name: 'Microsoft.WindowsFeedbackHub*', type: family}
6777 - !appx: {name: 'Microsoft.WindowsMaps*', type: family}
6878 - !appx: {name: 'Microsoft.WindowsSoundRecorder*', type: family}
79+ - !appx: {name: 'Microsoft.StartExperiencesApp*', type: family}
6980 - !appx: {name: 'Ink.Handwriting.Main.Store.en-US1.0', type: family}
7081 # Removing using AME Wizard causes issues with Cross Device Experience Host installing
7182 # - !appx: {name: 'Microsoft.YourPhone*', type: family}
72-
7383 - !powerShell:
7484 command : |
7585 Get-AppxPackage Microsoft.YourPhone* | Remove-AppxPackage
0 commit comments