Update _index.en.md

This commit is contained in:
dinger1986
2023-07-18 21:35:18 +01:00
committed by GitHub
parent f4ebd6e9a3
commit 5c0bd82a58

View File

@@ -107,7 +107,9 @@ On Windows you can use the following PowerShell script:
```
$ErrorActionPreference= 'silentlycontinue'
$rustdesk_id = ("'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard)
Start-Process "$env:ProgramFiles\RustDesk\RustDesk.exe" --get-id
sleep 2
$rustdesk_id = (get-clipboard)
Write-Output $rustdesk_id
```