xxxxxxxxxx
Disable/Enable startup with Windows
To disable the app from automatic startup when Windows starts,run this in the command line window:
sc config MouseWithoutBordersSvc start=demand
(You can also do that in the Windows Service Manager (services.msc))
To enable the app to startup automatically:
sc config MouseWithoutBordersSvc start=auto