diff --git a/FAQ.md b/FAQ.md index 87c7080..04bc341 100644 --- a/FAQ.md +++ b/FAQ.md @@ -366,9 +366,9 @@ Case study: # Command line output on Windows By default `rustdesk.exe` in command line on Windows has no output, you have to run it like below. -- cmd.exe: `rustdesk.exe --get-id | more` +- cmd.exe: `rustdesk.exe | more`, e.g. `rustdesk.exe --get-id | more` -- PowerShell: `rustdesk.exe --get-id | Out-String` +- PowerShell: `rustdesk.exe | Out-String`, e.g. `rustdesk.exe --get-id | Out-String` https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952