HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp PathsEXPLORER.EXE
DWORD: DontUseDesktopChangeRouter
Value: 1
https://docs.microsoft.com/en-us/windows/win32/shell/app-registration
DontUseDesktopChangeRouter | Is mandatory for debugger applications to avoid file dialog deadlocks when debugging the Windows Explorer process. Setting the DontUseDesktopChangeRouter entry produces a slightly less efficient handling of the change notifications, however. The entry is of theREG_DWORDtype and the value is 0x1. |
If this registry key does not help resolving the issue, try creating that one:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCitrixwfshellTWI
Create a new DWORD called SeamlessFlags
Set the value to 2000 (Hexadecimal)