A fresh install of Windows 10 has lots of inbuilt applications (Bloatware) which we do not need. To uninstall these default apps we need to use PowerShell
Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
GetOffice: Get-AppxPackage *officehub* | Remove-AppxPackage
Mail / Contacts / Calendar: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Alarm: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
3dBuilder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage
Grove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage
Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Solitaire: Get-AppxPackage *MicrosoftSolitaireCollection* | Remove-AppxPackage
Finance: Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
NEWS: Get-AppxPackage *bingnews* | Remove-AppxPackage
One Note: Get-AppxPackage *onenote* | Remove-AppxPackage
PhoneCompanion: Get-AppxPackage *windowsphone* | Remove-AppxPackage
Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage
XBOX App: Get-AppxPackage *xboxapp* | Remove-AppxPackage
People: Get-AppxPackage *Microsoft.People* | Remove-AppxPackage
Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
NOT Recommended to Remove
Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage
****Please note that this uninstall is user specific so if you create a new profile all these applications will be reinstalled for the new user. As of now there is no way to uninstall the apps completely for every user.
Thanks for watching and please leave comment or like/share this video if this helped you!