mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-27 09:29:18 +01:00
Update _index.en.md
This commit is contained in:
parent
f4ebd6e9a3
commit
5c0bd82a58
@ -107,7 +107,9 @@ On Windows you can use the following PowerShell script:
|
|||||||
```
|
```
|
||||||
$ErrorActionPreference= 'silentlycontinue'
|
$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
|
Write-Output $rustdesk_id
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user