ContributionsMost RecentMost LikesSolutionsRe: 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. Re: One2Many Script Repository Looking to see if I can use wmic. Will report back Re: One2Many Script Repository Thanks. I was thinkingmsiexec 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. Re: One2Many Script Repository Can anyone suggest a way to use one2many to silently uninstall LogMeIn?