Robert wrote:
> SetSystemTime on Vista admin account throws:
>
> (1314, 'SetSystemTime', 'A required privilege is not held by
> the client.')
>
> Not known from previous Windows versions.
> With what switch or whatever can this be enabled?
>   

Remember that, on Vista, unlike previous systems, logging in as an 
administrator does not automatically give every process administrator 
privileges.  This is one of the most invasive and annoying attributes of 
Vista.  To get administrator privileges, a process has to be "elevated" 
(memories of Young Frankenstein).

As a first test, does it work if you run it from an elevated command line?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to