Forum › 论坛 › spacedesk Discussions › How to start and enable SpaceDesk Console from command line
I’d like to be able to start and enable SpaceDesk Console from the Windows command line.
Can this be done?
Hi @dyong,
Yes, it can be done. It’s just like any other command lines for running an executable – start [path\filename.exe]
Just type the following commands:
To run spacedesk Driver Console: start C:\Windows\System32\spacedeskConsole.exe
To stop/start the spacedesk Driver/Server: sc start spacedeskService sc stop spacedeskService
This is great! It’s exactly what I was hoping for. Thank you so much!