From 2942129c2a893fe0709b0559fa55bb071f0ee777 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:32:08 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index a25e873..87c7080 100644 --- a/FAQ.md +++ b/FAQ.md @@ -364,6 +364,8 @@ Case study: > B: Thanks, you have the true answer. The issue come from our Fortinet Client. # 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` - PowerShell: `rustdesk.exe --get-id | Out-String`