Connectwise Control Manual Uninstall

Uninstall LabTech and ScreenConnect Agents: For those who are having a hard time uninstalling the LabTech Agent from their computer, the first script will remove the LabTech Agent, and the second will remove ScreenConnect aka (ConnectWise Control).
UninstallLabTechAgent.ps1
$url='https://s3.amazonaws.com/assets-cp/assets/Agent_Uninstaller.zip'
$output='C:WindowsTempAgent_Uninstaller.zip'
(New-Object System.Net.WebClient).DownloadFile($url,$output)
# The below usage of Expand-Archive is only possible with PowerShell 5.0+
# Expand-Archive -LiteralPath C:WindowsTempAgent_Uninstaller.zip -DestinationPath C:WindowsTempLTAgentUninstaller -Force
# Use .NET instead
[System.Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') |Out-Null
# Now we can expand the archive
[System.IO.Compression.ZipFile]::ExtractToDirectory('C:WindowsTempAgent_Uninstaller.zip','C:WindowsTempLTAgentUninstaller')
Start-Process-FilePath 'C:WindowsTempLTAgentUninstallerAgent_Uninstall.exe'
UninstallScreenConnectClient.bat
wmic product where'name like 'ScreenConnect Client%%''call uninstall /nointeractive
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Andy

Administrator

Any User or Group Authenticator can run the uninstaller in Windows if the policy Full Disk Encryption Agent Allow User to Uninstall = Yes. From Windows, go to C: Program Files Trend Micro Full Disk Encryption and run TMFDEUninstall.exe. Note: If prompted by User Account Control, click Yes. Check out the new 19.1 feature preview within ConnectWise Control. 'Anytime, anywhere remote support from ConnectWise Control lets you remotely control devic.

User ID
1
Joined
7 Jan 2019
Messages
467
Reaction score
18
Points
18
Connectwise Control Manual UninstallFor Windows
From the 'Add/Remove Programs' area of the Control Panel, remove the entry, 'ScreenConnect Client (xxxxxxxxxxxxxxxx)' where xxxxxxxxxxxxxxxx is the thumbprint which is unique to your ScreenConnect installation.
You can also remove the access client manually via the administrator command prompt:

For Mac
The access client is installed on your OSX device at /opt/screenconnect-xxxxxxxxxxxxxxxx where xxxxxxxxxxxxxxxx is the thumbprint which is unique to your ScreenConnect installation.

Connectwise Control Manual Uninstall Software

Remove the listed files and directories to uninstall the access client.
  1. Stop the ScreenConnect Client service on that device:
  2. Delete the service definitions (both the onlogin and prelogin ones):
  3. Delete the ScreenConnect Client files:
Hint: Use the following command command to see the thumbprint: For Linux
The access client is installed on your Linux device at /opt/screenconnect-xxxxxxxxxxxxxxxxHow do i remove connectwise control where xxxxxxxxxxxxxxxx is the thumbprint which is unique to your ScreenConnect installation.How
To remove the access client from a Linux device, enter one of the following (depending on your distribution):
or:

How Do I Turn Off Connectwise Control