Sometimes while using Windows Remote Desktop Windows seems to freeze or lag. Below is the solution that works for most people.
https://superuser.com/questions/1481191/remote-desktop-intermittently-freezing
```
Start an elevated command prompt (run cmd.exe as administrator), and then run:
reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v fClientDisableUDP /d 1 /t REG_DWORD
After that, close and reopen all your RDP sessions on your client computer to restart the Remote Desktop Client (mstsc.exe, aka Microsoft Terminal Services Client) application.
```