mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-26 16:08:35 +01: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'
|
||||
|
||||
"'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?
|
||||
|
Loading…
Reference in New Issue
Block a user