https://github.com/Sycnex/Windows10Debloater
Use this to get rid of all the fluff.. In the event you over-do it and remove something important like calc you can add it back in like:
Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}