удалить все и вся: Get-AppxPackage -allusers | Remove-AppxPackage
Удалить 3D Builder
Get-AppxPackage *Print3D* | Remove-AppxPackage
Удалить Магазин (Microsoft Store)
Get-AppxPackage *WindowsStore* | Remove-AppxPackage
Удалить Paint 3D
Get-AppxPackage *MSPaint* | Remove-AppxPackage
Удалить приложение Skype
Get-AppxPackage *SkypeApp* | Remove-AppxPackage
Удалить приложения Xbox
Удаление нескольких приложений связанных с Xbox: Xbox Game Bar, коспаньон консоли Xbox и др.
Get-AppxPackage *Xbox* | Remove-AppxPackage
Удалить Будильники и часы
Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
Удалить Ваш телефон
Get-AppxPackage *YourPhone* | Remove-AppxPackage
Удалить Записки
Get-AppxPackage *StickyNotes* | Remove-AppxPackage
Удалить Запись голоса
Get-AppxPackage *WindowsSoundRecorder* | Remove-AppxPackage
Удалить Калькулятор
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Удалить Камера
Get-AppxPackage *WindowsCamera* | Remove-AppxPackage
Удалить Карты
Get-AppxPackage *WindowsMaps* | Remove-AppxPackage
Удалить Кино и ТВ (Майкрософт)
Get-AppxPackage *ZuneVideo* | Remove-AppxPackage
Удалить Люди
Get-AppxPackage *People* | Remove-AppxPackage
Удалить Музыка Groove
Get-AppxPackage *ZuneMusic* | Remove-AppxPackage
Удалить Набросок на фрагменте экрана
Get-AppxPackage *ScreenSketch* | Remove-AppxPackage
Удалить Погода
Get-AppxPackage *BingWeather* | Remove-AppxPackage
Удалить Портал смешанной реальности
Get-AppxPackage *MixedReality* | Remove-AppxPackage
Удалить приложения Почта и Календарь
Команда удаляет два приложения: почта, календарь.
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Удалить Тарифные планы
Get-AppxPackage *OneConnect* | Remove-AppxPackage
Удалить Советы
Get-AppxPackage *Getstarted* | Remove-AppxPackage
Удалить Сообщения
Get-AppxPackage *Messaging* | Remove-AppxPackage
Удалить Средство 3D-просмотра
Get-AppxPackage *3DViewer* | Remove-AppxPackage
Удалить Техническая поддержка
Get-AppxPackage *GetHelp* | Remove-AppxPackage
Удалить Фотографии (Microsoft Photos)
Get-AppxPackage *Windows.Photos* | Remove-AppxPackage
Удалить Центр отзывов
Get-AppxPackage *FeedbackHub* | Remove-AppxPackage
В зависимости от редакции Windows список предустановленных приложений может изменяться.