The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
User Profile
Colorado_Al
Active Contributor
Joined 18 years ago
User Widgets
Contributions
Re: One2Many Script Repository
Looks like wmic is the way to go. bat file looks like this: wmic product where name='LogMeIn' call uninstall Setup the task as "Run a batch file or executable" and no Optional parameters needed. Make the plan and then run it with an account with admin privileges. Of course it will look like the plan never completes since LogMeIn will not return a "completed" command, since it will then be uninstalled. However, if you check your computer list, it will be gone.23KViews0likes5CommentsRe: One2Many Script Repository
Thanks. I was thinking msiexec unistall command too, but can't find the registry string. I tried a bat file like this: cd "C:\Program Files (x86)\LogMeIn\x64\" logmein uninstall It removes it from your LMI Central account, and on the PC it does not auto run, but the installer is still resident in "Programs and Features" and the LogMeIn service still runs.23KViews0likes7Comments