Hi
I would like to automate the login to a terminal server using Remote Desktop. In the past you could create an RDP file and open it to launch a connection. However, with the changes in security the password in the RDP file is now ignored and the user is prompted to enter it. I want to avoid this prompt and have the session launched automatically. I do not have access to the workstations using the Remote Desktop Connection so I cannot save the password ahead of time. I was thinking of building a small exe which would be downloaded from a web server to automate this process but cannot find any information on how to handle the password. Does anyone know how I can get mstsc.exe to use the password I supply?
Thanks Simon