Get-AppxPackage -allusers | Remove-AppxPackage
In Windows 10 version 1809 and later, the above command doesn't work anymore (doesn't remove the apps in other accounts). So, if you want to uninstall all the built-in apps from all the other user accounts, login in separately to each other account and give the command: "Get-AppXPackage | Remove-AppxPackage".