The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hello,
We tried to uninstall agent from add/remove programs but it is taking too long.
So we find a manual method described here: Solved: How to Manually Uninstall FlexNetAgent 16.1.0 deployed from sccm on windows - Community (flexera.com)
but I can't find the string "FlexNet inventory agent" under HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall.
I can also see several folders under .\CurrentVersion\Uninstall folders with GUID value and in these folders UninstallString values msiexec /x {XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX} but I don't know if I need to run this command for each GUID or not.
Thanks,
Rayan
I
Nov 09, 2022 11:28 AM
hi, here is what I use for removing any Windows installation from a batch file.
Nov 09, 2022 11:36 PM
A way to speed up manual process to uninstall thru add/remove programs, is that you should first stop all services that are running with names like %Flexera%, %flexnet% or %Managesoft%
Nov 10, 2022 06:39 AM
Thanks @wernerb, uninstallation was succesful with command lines.
@mag00_75 , finally we got a pop-up error message after a long time running uninstallation from Add/remove programs: Error 1730: You must be an Administrator to remove this application.
We don't understand why we got this issue as we already logged in with an Administrator account. Do you know why this happens ?
Thanks for your help,
Rayan
Nov 10, 2022 07:08 AM
Another thing to try is first kill all running instances of the ndtask.exe process. In my experience that seems to speed things up.
j
Nov 10, 2022 11:19 PM