Little late for ddddddd, but maybe someoen else can use this.
This assumes all clients are 64 bit OS & LogMeIn is installed on the C Drive.
Will work with Win7/8.1/10
You will need to know the admin credentials for the domain or local admin for the PC, so unless all 100 PCs are within 1 domain, you'll need to run this a few times, once for each client domain. Once for each stand alone workstation. The reboot command (shutdown /r) isn't included in this script so you can deploy anytime. You should reboot when you can.
The script will hang in the One2Many screen, so you'll need to manually cancel it. LMI isn't there anymore to notify it's completed the task :)
This should kill all the files/folders in Win7/8.1/10. Will uninstall LMI from server 2008R2 and above.
2K8 R2 and above, you'll need to Add/Remove some of the LMI client items, but workstations are done!
(Icons will show in the start menu/desktop/taskbar (where applicable) , but if you click on them, they won't function)
I created a file called "LMI-uninstall.bat" Copy/paste this into the file.
------------------ copy below -----------------
c:
cd\
cd "c:\program files (x86)\LogMeIn\x64"
logmein uninstall -deleteall
net stop lmiguardiansvc
taskkill /f /im lmiguardian.exe
taskkill /f /im lmiguardiansvc.exe
taskkill /f /im lmiguardian.exe
taskkill /f /im lmiignition.exe
cd "c:\program files (x86)\LogMeIn\"
attrib -s -h -r /s *.*
cd "c:\program files (x86)\"
rmdir /s /q logmein
rmdir /s /q "logmein ignition"
rmdir /s/q "logmein rescue avi codec"
rmdir /s/q "logmein rescue technician console"
end