Forum Discussion
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 pilot run, I observed that we couldn't manage/uninstall applications that were already installed.
It's very difficult to uninstall applications from hundreds of computers manually. I will appreciate if someone can help me to fix it from Intune. Thanks!
- JanBakkerOrphanedSteel 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.