Complete list of command line switches

Implemented

Complete list of command line switches

avatar

Is there a list of all the command line switches available when launching "RemoteDesktopManager.exe"?

In this specific case - I'm generating an ".rdp" file using PowerShell, and would like to be able to set the session title to something other than "Filename.rdp".

All Comments (8)

avatar

Hello,

you can find the available start parameters here

Regards,
Min

avatar

Hi Min,

Thanks for the quick response.

Does anyone know if /title can be mixed with and RDP file? It fails to launch anytime I add the /title argument. Tried all the combinations I can think of.

This works:

RemoteDesktopManager.exe "C:\PathTo\RDPFile.rdp"

These all fail (application doesn't do anything):

RemoteDesktopManager.exe "C:\PathTo\RDPFile.rdp" /Title:"Test"
RemoteDesktopManager.exe "C:\PathTo\RDPFile.rdp" /Title:Test
RemoteDesktopManager.exe /Title:Test "C:\PathTo\RDPFile.rdp" 
RemoteDesktopManager.exe /Title:"Test" "C:\PathTo\RDPFile.rdp"


avatar

Hello,
I'm pretty sure we never implemented this command with an .rdp file. I can create a feature request for that if you want. I'm curious to know your use case thought.

Regards

David Hervieux

avatar

That sounds like an easy way to import rdp connections from Rdp files since most of the time the files contain in plain text all the details one would have to manually add to the RDM database no? The title feature would be important because there could easily be multiple identically named computers another other details that would make them hard to identify otherwise. I'm just guessing here, haven't been able to get my RDM up yet. I'm wondering if I'll be able to connect it to wayk bastion some day lol.

avatar

Hi David,
In this case the RDP file is being dynamically generated through PowerShell before being opened.

It just means that the current title is always the full filename. Even if the file is just the server name, the title is still "Filename.rdp", all those ".rdp's" take up a lot of space in the row of tabs.

avatar

Hello,
Thank you for the details. I have created an improvement request for that.

Regards

David Hervieux

avatar

Hello,

We've fixed the issue regarding the Title keyword not working for tab titles. These changes should be available as early as next version!

Regards,

Jafran Majeau

avatar

☺ Thanks, I'll keep an eye on the release notes.