Showing posts with label rdcman. Show all posts
Showing posts with label rdcman. Show all posts

Saturday, July 25, 2015

How to fix Remote Desktop Connection Manager 2.7 full screen issue


I recently upgraded Remote Desktop Connection Manager (RDCMan) 2.2 to version 2.7. After I fixed the popup window issue (http://andyinmatrix.blogspot.ca/2015/07/how-to-fix-remote-desktop-connection.html), I encountered another even worse issue: the host’s screen doesn’t scale to fit the full size of the local client screen size, which the RDCMan version 2.2 is doing very well. I have to use scroll bars to get the “start” button. This is really annoyed.



A few steps to fix this problem:

Click menu “tool”-> “options”



Click tab “Client Area”. Make sure “Lock window size” is unchecked.



Right click the very top root level of the hosts tree (it is actually your .rdg file name), select “properties”



Click tab “Remote Desktop Settings”; uncheck "Inherit from parent"; check "Same as client area", click ok.



That’s all. Enjoy the full screen. And of course, don’t forget to save your .rdg file.

How to fix Remote Desktop Connection Manager 2.7 decrypt error pop up window issue

I recently upgraded Remote Desktop Connection Manager (RDCMan) 2.2 to version 2.7. When I open the .rdg file, I get this giant popup window:



Because the file has so many hosts with encrypted password, the size of the error window exceed the screen. I couldn’t even get to the “ok” button.
To fix this issue, we can remove the <password> </password> pair from the .rdg file.
1) You may want to backup it, actually you should make a copy before open the .rdg file with version 2.7.
2) Open the .rdg file with Notepad++. Press ctrl+h to open the “Replace” popup window.
---Find what:<password>.*</password>
---Replace with: null
---Search mode: Regular expression




3) Click “Replace All” button and save the file.
4) Open it with RDCMan 2.7. no popup window anymore.
However, you will have to re-enter your password for these hosts.