Skip to content

Commit

Permalink
Update 3rdparty_rustdesk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dinger1986 authored Aug 24, 2023
1 parent 4f9bd1f commit 3b34fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/3rdparty_rustdesk.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ net start rustdesk
```
$ErrorActionPreference= 'silentlycontinue'
$rustdesk_id = ("'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard)
cd $env:ProgramFiles\RustDesk\
$rustdesk_id = (.\RustDesk.exe --get-id | more)
Write-Output $rustdesk_id
```

Expand Down

0 comments on commit 3b34fa1

Please sign in to comment.