
Windows 10: System-delete Apps
- 3D Builder: Get-AppxPackage *3d* | Remove-AppxPackage
- Photos: Get-AppxPackage *photo* | Remove-AppxPackage
- Microsoft Solitaire Collection: Get-AppxPackage *solit* | Remove-AppxPackage
- Voice recorder: Get-AppxPackage *soundrec* | Remove-AppxPackage
- Xbox: Get-AppxPackage *xbox* | Remove-AppxPackage
- Camera: Get-AppxPackage *camera* | Remove-AppxPackage
- Mail and calendar: Get-AppxPackage *communication* | Remove-AppxPackage
- News, sports, Finance and weather: Get-AppxPackage *bing* | Remove-AppxPackage
- Groove-music, movies and TV shows: Get-AppxPackage *zune* | Remove-AppxPackage
- Contacts: Get-AppxPackage *people* | Remove-AppxPackage
- Phone Companion: Get-AppxPackage *phone* | Remove-AppxPackage
In the next practical tip we show you how to use the category of "mostly used" in Windows 10 remove.
