Page 1 of 1

Closing Cobian *Application* From Command Line

Posted: 22 Apr 2024, 22:31
by kleinfelter
Is there a way to cleanly close Cobian Reflector from the command line, when it has been installed as an application and it is running minimized to the tray?
  • If I issue: `taskkill /im cobian.reflector.application.exe` the application continues running.
  • If I issue: `cobian.reflector.application.exe -autoclose` I get a message that Cobian is already running.
Would harm come from using the /F option on taskkill to close Cobian? Is there another way to close it, short of reinstalling Cobian as a service?
TIA

Re: Closing Cobian *Application* From Command Line

Posted: 23 Apr 2024, 09:21
by cobian
taskkill /im cobian.reflector.application.exe should work (not in a clean way, but should work). You need to do the same thing with the user interface.

taskkill /im cobian.reflector.UserInterface.exe