Hi. Does the crash occur only with specific RemoteApps, or does it affect all AVD connections, including full desktop sessions? Also, is your system running any third-party antivirus, endpoint protection, or security policies such as AppLocker or Windows Defender Application Control that could be interfering with system files or Remote Desktop components?
If you have not tried this yet, begin by checking for system file corruption or misconfigurations:
- Open Command Prompt as Administrator
- Run:
sfc /scannow
- Then run:
dism /online /cleanup-image /restorehealth
These commands will scan your Windows installation for damaged or missing system files, including core components like ntdll.dll
, and attempt to repair them.