Use this [[PowerShell]] command to uninstall [[ScreenConnect]]. ```powershell wmic product where "name like '%screenconnect%'" call uninstall /nointeractive ``` # Source [Uninstall old screen connect via script : r/ConnectWise (reddit.com)](https://www.reddit.com/r/ConnectWise/comments/ufoe2x/uninstall_old_screen_connect_via_script/)