mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-19 17:27:57 +02:00
Update _index.en.md
This commit is contained in:
parent
f6d8677dbc
commit
9b63d8cdef
@ -107,7 +107,8 @@ On Windows you can use the following PowerShell script:
|
|||||||
```
|
```
|
||||||
$ErrorActionPreference= 'silentlycontinue'
|
$ErrorActionPreference= 'silentlycontinue'
|
||||||
|
|
||||||
"'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard
|
$rustdesk_id = ("'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard)
|
||||||
|
Write-Output $rustdesk_id
|
||||||
```
|
```
|
||||||
|
|
||||||
## How can I set a persistent password on an agent on my network or using an RMM type system?
|
## How can I set a persistent password on an agent on my network or using an RMM type system?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user