Forum Discussion
SaqibKhan
Sep 23, 2020Copper Contributor
Uninstall preinstalled Application From Intune
Hi Team, Is there a way to uninstall the application from windows 10 machines which we didn't push through Microsoft Intune. We are deploying Microsoft Intune in our Organization. During the pilo...
JanBakkerOrphaned
Sep 29, 2020Iron Contributor
SaqibKhan There are multiple ways to do this.
You could write a PowerShell script that uninstalls the software and push it to your devices with Intune
If the apps are Windows Store apps, you could simply add them to Intune, then attach them to your devices and pick the uninstall method.
You could also be creative and create a win32 app that will uninstall the app for you.