From a1d22b6fb024f061024c7ada308f53ae4c69cee7 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:34:06 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 29a7b21..9480ac5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -354,8 +354,10 @@ Case study: > B: Thanks, you have the true answer. The issue come from our Fortinet Client. # Command line output on Windows -cmd.exe: `rustdesk --get-id | more` -PowerShell: `rustdesk.exe --get-id | Out-String` +- cmd.exe: `rustdesk --get-id | more` + +- PowerShell: `rustdesk.exe --get-id | Out-String` + https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952