Devolutions / MsRdpEx

Microsoft RDP Client Extensions
MIT License
178 stars 31 forks source link

Add MSRDPEX_CREDSSP_DLL environment variable #76

Closed awakecoding closed 1 year ago

awakecoding commented 1 year ago

Hook registry key APIs to return a different value than 'credssp.dll' for SecurityProviders under HKLM:\System\CurrentControlSet\Control\SecurityProviders. The file name still needs to be credssp.dll for it to work, but it's better than editing the registry globally on the system. I'll look into ways to work around the file name limitation. This works once per process, so only suitable for mstsc.exe at this point.