Update _index.en.md

This commit is contained in:
dinger1986 2023-07-18 08:23:22 +01:00 committed by GitHub
parent f6d8677dbc
commit 9b63d8cdef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?