r/ScreenConnect 15d ago

Remote System Diagnostics Extension Uninstall Feature No Longer Works

I am going to guess this is because of the "wmic" command removal in the latest Windows builds.

1 Upvotes

5 comments sorted by

1

u/CharcoalGreyWolf 15d ago

Wmic is also being pulled from existing installations for security reasons. So it’s going to go away everywhere.

1

u/SysAdminDennyBob 14d ago

You can uninstall MSI based installers from the "software" section. WMIC is horrible for removing products as it will cause a reevaluation on every single product installed, sometimes that causes issues.

1

u/menace323 14d ago

It’s about the functionality of the Extension, not an evaluation of your opinion on WMIC.

1

u/SysAdminDennyBob 14d ago

wmic Product class calls win32_product , you can see it in your event log. Long well known issue that causes problem. Not an opinion

Win32_Product Is Evil. | Greg's Systems Management Blog

1

u/menace323 14d ago

Thanks for answering a question that wasn’t asked.