techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
330 stars 105 forks source link

Starting Rustdesk automatically on Windows #37

Closed henriquelucas closed 1 year ago

henriquelucas commented 1 year ago

I hope this is useful for other people.

Recently install Rustdesk Server on a Windows and maybe there are other ways to improve this. But to run the server automatically create a simple .bat for this.

echo Open RustDesk Automatically
cd C:\Program Files\RustDeskServer\bin\
start hbbr.exe
start hbbs.exe

And I added the bat in the Windows startup folder, if you don't know where this folder is, just add the just open the run keyboardWindows + R and modify shell:startup then just put the bat inside the folder, every time windows restarts, when turned on it will start your server Rustdesk Server

dinger1986 commented 1 year ago

you could also use nssm, I should do a script for that actually

dinger1986 commented 1 year ago

this has already been implemented by RustDesk themselves rustdesk-server-windows-x86_64.zip under https://github.com/rustdesk/rustdesk-server/releases is the most recent release up to date