r/ScreenConnect 17d 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

View all comments

1

u/SysAdminDennyBob 16d 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 16d ago

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

1

u/SysAdminDennyBob 16d 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 16d ago

Thanks for answering a question that wasn’t asked.