> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Matt
> Herbert (matherbe)
> Sent: Wednesday, October 17, 2007 11:02 AM
>
> I am stumped trying to figure out how I can automate the login/logoff
> procedure on Windows.
> [...] the hard part that I ca
> -Original Message-
> From: Tim Golden [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 18, 2007 3:07 AM
> To: Matt Herbert (matherbe)
> Cc: python-win32@python.org
> Subject: Re: [python-win32] Automating logon/logoff
>
> Matt Herbert (matherbe) wrote:
&
>
> Thomas,
>
Wooops, I meant to say Tim. Sorry bout that.
-Matt
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Matt Herbert (matherbe) wrote:
>
>
>> -Original Message-
>> From: Tim Golden [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, October 18, 2007 3:07 AM
>> To: Matt Herbert (matherbe)
>> Cc: python-win32@python.org
>> Subject: Re: [python-win32]
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Larry Bates
> Sent: Wednesday, October 17, 2007 7:34 PM
> To: python-win32@python.org
> Subject: Re: [python-win32] Automating logon/logoff
>
> Matt Herbert (mather
Matt Herbert (matherbe) wrote:
> Hello all,
>
> I am stumped trying to figure out how I can automate the login/logoff
> procedure on Windows. Here is what I know so far. First, I can logoff
> the system pretty easily using win32api.ExitWindowsEx() function.
> Second, I can auto logon the system (a
I do this in my EggplantHelper (don't be fooled by the name, it has nothing
to do w/ Eggplant...a rename is pending).
http://wiki/Main/EggplantHelper
from xmlrpclib import *
s = ServerProxy('http://x.x.x.x:7399')
s.win32.LogOffAndOnAs('', 'username', 'password')
Pv
On 10/17/07, Larry Bates <[EM
Matt Herbert (matherbe) wrote:
> Hello all,
>
> I am stumped trying to figure out how I can automate the login/logoff
> procedure on Windows. Here is what I know so far. First, I can logoff
> the system pretty easily using win32api.ExitWindowsEx() function.
> Second, I can auto logon the system (a
Hello all,
I am stumped trying to figure out how I can automate the login/logoff
procedure on Windows. Here is what I know so far. First, I can logoff
the system pretty easily using win32api.ExitWindowsEx() function.
Second, I can auto logon the system (after a reboot) using the special
registry