How to Uninstall Windows 10’s Built-in Apps for all users
It is possible to uninstall Win10 preinstalled (built-in) via powershell in admin mode. The generic command to remove APP_NAME is: get-appxpackage -allusers APP_NAME| remove-appxpackage To remove the app only for the current user remove the srting “‘allusers”. Credits: A deeper…