Q: Our Malwarebytes software mat stop working and need to restart the Malwarebytes services. I would like to create a batch file to restart it remotely. How can I do it?
chicagotech.net: you can use SC command line, foe example: SC \\computername start SCCommService. To find the service name, run service and go the properties. Or use SC \\COMPUTERNAME query command.