question

AaronBergantinos-1492 avatar image
0 Votes"
AaronBergantinos-1492 asked LuDaiMSFT-0289 commented

Uninstall user-installed apps through Intune

Hello Microsoft Community,

Scenario: My company has cloud-managed laptops using Intune. All users only have standard access on their laptop and cannot perform administrative tasks, but they used to be administrators and install whatever they wanted. There is some software reporting weaknesses in its different versions and instead of updating it, we would like to remove it from the applied devices. I tried to create a Win32 app to uninstall the software, but it would only work with the Win32 version of the app. eg: Node.js 17.9.0 Win32 app would uninstall Node.js 17.9.0 from devices running that version, but would not uninstall it from laptops running older versions of the software.

Question: Is there a direct way to target an app (and all its previous versions) and uninstall it from the target group of devices?

mem-intune-application-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LuDaiMSFT-0289 avatar image
0 Votes"
LuDaiMSFT-0289 answered LuDaiMSFT-0289 commented

@AaronBergantinos-1492 Thanks for posting in our Q&A.

Currently, we can check the app version on the target device and then try to find the msi file matching the version number. After that, it is suggested to try to create a win32 app to uninstall the targer version app. For more details, please refer to the following link:
https://techpress.net/how-to-uninstall-different-versions-of-winzip-software-installed-on-windows-10-system-using-microsoft-intune/
Note: Non-Microsoft link, just for the reference.

If you want to uninstall other versions, please check if the other versions are the same “UninstallString” in registry. If yes, all the versions of the app will be uninstalled. If not, it is needed to create multiple win32 apps to uninstall different versions of the app.

Hope it will help.


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AaronBergantinos-1492 I am currently standing by for further update from you and would like to know how things are going. If you have any questions or concerns on the recent information I've provided you, please don't hesitate to let me know.

1 Vote 1 ·
AaronBergantinos-1492 avatar image
0 Votes"
AaronBergantinos-1492 answered LuDaiMSFT-0289 commented

@LuDaiMSFT-0289, thanks for the information. That was helpful!

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AaronBergantinos-1492 You're welcome. I'm glad to discuss with you.

Thanks and have a nice day. : )

0 Votes 0 ·