Quick simple PowerShell script solution
- Download and extract the ClickShare Desktop App Uninstaller archive.
- Enable RemoveSigned policy (The default policy is not allowed to run the unauthorized script! We need to enable it)
Run "Windows PowerShell" as administratorSet-ExecutionPolicy RemoteSigned -Force - Remove ClickShare
Run "Windows PowerShell" with UninstallClickShare2.ps1 (script is available in the Downloads section below).\UninstallClickShare.ps1
Verification items
-
The following Registry Keys are removed
Computer\HKEY_CURRENT_USER\Software\Barco\ClickShare ClientComputer\HKEY_CURRENT_USER\Software\Barco\ClickShare InstallerComputer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\ClickShare -
The following folders are removed
%LocalAppData%\ClickShare%LocalAppData%\Barco -
The following shortcuts are removed (You can also take a look at the Desktop and Start Menu directly)
%AppData%\Microsoft\Windows\Start Menu\Programs\Barco\ClickShare.lnk%UserProfile%\Desktop\ClickShare.lnk -
The ClickShare can NOT be found in "Add or remove programs"