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

After installation, on 1st use I am asked for password #211

Open dmitrynovik opened 5 years ago

dmitrynovik commented 5 years ago

After installation, on 1st use I am asked for password. I could not find in the user documentation what the default password is.

jerome-duchene commented 5 years ago

I didn't remember that a default password is set when you install the software. Whatever, the workaround is to edit the terminals.config file in C:\Users\<>\AppData\Local\Robert_Chartier\Terminals\Data

Find the XML tag and remove the value of attributes "terminalsPassword": Modify terminalsPassword="<>" to terminalsPassword=""

dmitrynovik commented 5 years ago

Thank you very much. I think the password was there from the previous installation. What I miss in many programs is a feature like "uninstall completely" which will remove everything e.g. all files, registry keys, etc.