From 6444e42a1a492bd2098a0f5eaea8e8e171f60763 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:29:58 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b25eb3b..a25e873 100644 --- a/FAQ.md +++ b/FAQ.md @@ -364,7 +364,7 @@ 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` +- cmd.exe: `rustdesk.exe --get-id | more` - PowerShell: `rustdesk.exe --get-id | Out-String`