mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-23 19:21:34 +02:00
Update _index.en.md
This commit is contained in:
parent
baace1b8ce
commit
35acae11f8
@ -83,9 +83,9 @@ The User is the RustDesk User logged in on the device or assigned to the device
|
||||
|
||||
This can also be done via the API at command line on deployment or later by calling the RustDesk executable followed by `--assign --token <generatedtoken> --user_name <username>`. You need to go to `Settings → Tokens → Create` and create a token with Device permissions first to do this. An example of this on windows would be `"C:\Program Files\RustDesk\rustdesk.exe" --assign --token <generatedtoken> --user_name <newuser>`.
|
||||
|
||||
You can also assign strategy in this way, e.g. `--assign --token <generatedtoken> --strategy_name <strategy name>`.
|
||||
You can also assign strategy in this way, e.g. `--assign --token <generatedtoken> --strategy_name <strategyname>`.
|
||||
|
||||
The command line on Windows does not have output by default, to get output, please run like this, `"C:\Program Files\RustDesk\rustdesk.exe" <arg1> <arg2> ... | more`, or `"C:\Program Files\RustDesk\rustdesk.exe" <arg1> <arg2> ... | Out-String`, https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952.
|
||||
The command line on Windows does not have output by default. To get output, please run like this, `"C:\Program Files\RustDesk\rustdesk.exe" <arg1> <arg2> ... | more` or `"C:\Program Files\RustDesk\rustdesk.exe" <arg1> <arg2> ... | Out-String`, see [here](https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952).
|
||||
|
||||
### Searching for a device
|
||||
1. Go to Devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user