The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Klouie
7 years agoActive Contributor
Uninstall LogMeIn Antivirus silently
 Hi, Is there a way to silently remove LogMeIn AV from our computers via a script or CLI switches? 
- 7 years agoWe received this script from our account rep. Save as a batch file and you can runit with One2Many or the like: echo off 
 FOR /F "skip=2 tokens=2,*" %%A IN ('reg.exe query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Endpoint Security" /v "UninstallString"') DO SET "UninstallString=%%B"
 %UninstallString% /silent /remove
 shutdown.exe /r /t 10
ReddstarR
7 years agoActive Contributor
Tried the suggested method https://help.logmein.com/articles/en_US/FAQ/LogMeIn-Central-Kaspersky-Removal-Guide and it is not working.
Anyone else having this issue?