Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Option Enable Persistent bitmap caching doesn't work #112

Open alexpvs opened 6 years ago

alexpvs commented 6 years ago

I have an trouble with connection via RDP to MS Server 2008: using standart MSTSC with default options connections establishing, but after connection picture freezes and every 10s reconnect. in mstsc fixed by unchecking box "enable persistent bitmap caching", after this everything works well.

In Terminals i tried to uncheck "Enable bitmap persistent", but it has no effect, connection can't be established. When exporting connection to xml, with checked box "enable bitmap persistent", and with unchecked, in xml file I see one identical string; "RDP"

Connection established only when I deleted cache files from C:\Users\\AppData\Local\Microsoft\Terminal Server Client\Cache

May be there is another way to fix this problem?