Open Powershell as Administrator Change RDP port: Set-ItemProperty -Path “HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\” -Name PortNumber -Value 3391 Check current port: (Get-ItemProperty -Path “HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\” -Name PortNumber).PortNumber
You can run the following command and check the arch. CMD Command: winmsd.exe #32bit #64bit #WindowsXParchitecture