From 9b63d8cdefd2d50ca7118fccce31044021e33e1b Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Tue, 18 Jul 2023 08:23:22 +0100 Subject: [PATCH] Update _index.en.md --- content/self-host/pro/FAQ/_index.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/self-host/pro/FAQ/_index.en.md b/content/self-host/pro/FAQ/_index.en.md index 435b564..cb40e04 100644 --- a/content/self-host/pro/FAQ/_index.en.md +++ b/content/self-host/pro/FAQ/_index.en.md @@ -107,7 +107,8 @@ On Windows you can use the following PowerShell script: ``` $ErrorActionPreference= 'silentlycontinue' -"'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard +$rustdesk_id = ("'C:\Program Files\RustDesk\rustdesk.exe' --get-id" | get-clipboard) +Write-Output $rustdesk_id ``` ## How can I set a persistent password on an agent on my network or using an RMM type system?