Skip to content

Commit

Permalink
feat: localized remote desktop (vmware-samples#335)
Browse files Browse the repository at this point in the history
Add support for enabling Remote Desktop on (non-English) localized Windows guest operating systems.

Closes: vmware-samples#333

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Nov 5, 2022
1 parent 702f570 commit 20ef5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/windows-prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Set-LocalUser -Name $BUILD_USERNAME -PasswordNeverExpires $true
Write-Output "Enabling Remote Desktop..."
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0 | Out-Null
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
Enable-NetFirewallRule -Group '@FirewallAPI.dll,-28752'

0 comments on commit 20ef5e0

Please sign in to comment.