For Windows:
Run the attached script from PowerShell in Administrative context. Save in C:\Temp
Type:
cd C:\Temp
UninstallLabTechAgent.ps1
Then you can go into Add Remove Programs and uninstall the Screen Connect Applications and reboot the PC.
For MacOS:
- Open Finder > click Go to folder > opt.
- Write down specific screenconnect name
- Remove all files containing ConnectWise Control or ScreenConnect from the Downloads folder on the Mac.
- Open the Terminal, then run the commands indicated below, one at a time.
- Reboot the Mac.
sudo rm -r /opt/connectwisecontrol*
sudo rm -r /Library/LaunchDaemons/connectwisecontrol*
sudo rm -r /Library/LaunchAgents/connectwisecontrol*
sudo rm -r /opt/screenconnect*
sudo rm -r /Library/LaunchDaemons/screenconnect*
sudo rm -r /Library/LaunchAgents/screenconnect*