microsoft terminal server

Tim Golden mail at timgolden.me.uk
Fri Aug 29 06:03:40 EDT 2008


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



More information about the Python-list mailing list