Remote Desktop beeld freez
- Make sure you have closed Remote Desktop if you have it open.
- Right-click the Windows Start button on the bottom-left of your screen.
- Select Windows PowerShell (Admin) or Command Prompt (Admin) from the menu.
- In the window that displays, enter the command below (as one line) then press ENTER:
reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v fClientDisableUDP /d 1 /t REG_DWORD - Enter the command below then press ENTER:
net stop “Remote Desktop Services” - Type “Y” and press ENTER if asked “Do you want to continue with this operation?”
- Enter the command below then press ENTER:
net start “Remote Desktop Services”
You may now connect to your remote computer using Remote Desktop again