mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-19 22:50:14 +00:00
Update _index.en.md
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user