Windows stores users from connections made via rdp (Remote Desktop Connection) and this can sometimes create a problem connecting to the EMDI cloud, specifically when we want to log in with a second user (2nd license). To see the list of connections saved, run the following in cmd (type Win+R and then cmd and run):
1 |
cmdkey /list | findstr /I "sbzsystems.com" |
or for all:
1 |
cmdkey /list |
To delete a saved connection, we execute:
1 |
cmdkey /delete:TERMSRV/rdp103.sbzsystems.com |
Where rdp103.sbzsystems.com is the corresponding server that we found from executing the first command.