Merge pull request #97 from pedjas/patch-1

Instruction to start services is missing
This commit is contained in:
RustDesk 2022-11-15 15:58:30 +08:00 committed by GitHub
commit 9bcad8a032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,14 @@ nssm install <Desired hbbs servicename> <RustDesk hbbs binary path> <RustDesk hb
nssm install <Desired hbbr servicename> <RustDesk hbbr binary path> <RustDesk hbbr arguments>
```
**Start services**
After successful instalationof services they need to be started.
```cmd
nssm start <Desired hbbs servicename>
nssm start <Desired hbbr servicename>
```
**Done !**
(The method above has been tested on Windows Server Core 2022 Standard).