xxxxxxxxxx
sudo apt install linux-image-6.1.0-21-amd64
sudo apt install linux-headers-6.1.0-21-amd64
## Reboot
dpkg --list | grep linux-image
sudo apt remove --purge linux-image-6.1.0-13-amd64
dpkg --list | grep linux-headers
sudo apt remove --purge linux-headers-6.1.0-13-common
xxxxxxxxxx
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