Remove Apps
PowerShell script to silently uninstall various Microsoft Store applications.
Dev Insight: This script was written to help reduce Windows installation bloat and start menu clutter by removing unnecessary apps.
Prerequisites: This script requires no additional setup. Simply deploy it via your RMM.
Optionally, add any apps you'd like to remove to the
$UninstallPackages
array.Want to learn more about how this script works? Included below are official documentation links for all cmdlets used in this script, as well as other useful documentation where applicable.
Cmdlet Documentation:
Last modified 11mo ago