On Windows 10 there are two apps to remotely connect to another computer. One is old Remote Desktop Connection (mstsc.exe) and the other is modern Remote Desktop (RdClient.Windows.exe hidden somewhere in C:\Program Files\WindowsApps). I have my own application on remote computer.
SCardEstablishContext
works.SCardEstablishContext
returns 0x8010001d (SCARD_E_NO_SERVICE).Why is this happening for RdClient and how can I fix it?
User contributions licensed under CC BY-SA 3.0