Skip to content

Commit a361477

Browse files
Harden IronRDP smoke connection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2902a1c commit a361477

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

testing/release-smoke/Start-LocalRdpClient.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ $rdpFile = Join-Path $SecretsDir 'localhost.rdp'
8787
"username:s:$UserName"
8888
"ClearTextPassword:s:$Password"
8989
'enablecredsspsupport:i:0'
90+
'compression:i:0'
9091
'desktopwidth:i:1280'
9192
'desktopheight:i:720'
9293
'audiomode:i:2'
@@ -100,6 +101,9 @@ $arguments = @(
100101
'--rdp-file', $rdpFile,
101102
'--autologon',
102103
'--no-credssp',
104+
'--no-server-pointer',
105+
'--compression-enabled=false',
106+
'--color-depth', '16',
103107
'--prevent-session-lock', '1',
104108
'--log-file', $clientLogPath
105109
)

0 commit comments

Comments
 (0)