Skip to content

Commit 20ef5e0

Browse files
author
Ryan Johnson
authored
feat: localized remote desktop (vmware#335)
Add support for enabling Remote Desktop on (non-English) localized Windows guest operating systems. Closes: vmware#333 Signed-off-by: Ryan Johnson <[email protected]>
1 parent 702f570 commit 20ef5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows/windows-prepare.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Set-LocalUser -Name $BUILD_USERNAME -PasswordNeverExpires $true
6868
Write-Output "Enabling Remote Desktop..."
6969
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0 | Out-Null
7070
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 0
71-
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
71+
Enable-NetFirewallRule -Group '@FirewallAPI.dll,-28752'

0 commit comments

Comments
 (0)