microsoft terminal server

Larry Bates larry.bates at vitalEsafe.com
Sat Aug 30 08:39:17 EDT 2008


Tim Golden wrote:
> yqyq22 at hotmail.com wrote:
>> HI,
>> i would like to know if there is a way to create a python script for
>> automate mstsc.exe username and pwd credential, i mean i would create
>> a script that first open mstsc.exe and in the same time is able to
>> fill [computer+username+pwd].
> 
> Haven't tried it, but in principle you should be
> able to use the win32cred package from pywin32
> to store your username / password and use an .rdp
> file to automate the rest of the settings, including
> the server.
> 
> TJG

Use Remote Desktop Connection to create/save an .rdp file that can connect to 
your remote computer.  Then use os.startfile('<filename>'.rdp).  It will call 
mstsc for you.

-Larry



More information about the Python-list mailing list