diff --git a/WindowsAgentAIOInstall.ps1 b/WindowsAgentAIOInstall.ps1 index 76f4a2d..0780f10 100644 --- a/WindowsAgentAIOInstall.ps1 +++ b/WindowsAgentAIOInstall.ps1 @@ -18,6 +18,7 @@ function OutputIDandPW([String]$rustdesk_id, [String]$rustdesk_pw) { Write-Output("") Write-Output(" RustDesk-ID: $rustdesk_id") Write-Output(" RustDesk-Password: $rustdesk_pw") + Write-Output("") } If (!(Test-Path $env:Temp)) {