Hello,
We are testing you remote desktop manager for our company.
The only thing that block us now, is with the addon HeidSQL.
When you use heidsql natively, you can assign a color to a connection, which is very important for developper to put red in production, and green in dev for example.
Heidisql store it in registry, in HKCU/software/HeidiSQL/servers/CONNECTIONNAME/TreeBackground with color in HEX
When we use RDM, for a new connection, he create the server entry in registry, with a few value, but he never read or write the TreeBackground value.
Do you pass every parameters directly by memory?
Could you add this value?
I could help for tests if you want.
Thks
Hello,
We use the command line interface that HeidiSQL possesses https://www.heidisql.com/help.php There isn't one to specify the connection's color unfortunately. What you can do is make a session in HeidiSQL that has that color and use it as a base in RDM (by selecting it in the session combobox). With this, I think it should work. Can you try it and tell us if it works?
Regards,
Hubert Mireault
Hello,
I have try and it works, thks
Now I have to find a way to deploy the session on all computer.
There's a way to add a script in RDM which add registry entry?
Regards
Hello,
You could create a Macros/Scripts/Tools with a Windows Command Line as a script or with aPowerShell and just add your value for the registry entry.
If you need help about the command to use for a REG ADD please refer to the Microsoft web page.
Best regards,
David Grandolfo
Hello,
In addition to my post, would you like to perform this Add in the registry for your RDM users or for the external computer ?
The command above is for RDM users only not external computer.
Also, would you like only to add one entry in the registry or you have multiple entries and need to use a REG IMPORT ?
Best regards,
David Grandolfo
Thanks, I will try this solution.
It' s for the user, so It should be ok.
I have multiple entry, but with a script it' s not a problem.
Regards