On Aug 6, 2013, at 5:03 AM, mailto:xie...@qq.com>>
wrote:
How do I allowing service to interact with desktop in session1 of win2008.
but not session0.
If you go into the Services control panel applet and check the properties of
your service, you can change it to run as the "Local Syste
How do I allowing service to interact with desktop in session1 of win2008.
but not session0.___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
> Actually, running python 2.0 and win32all-144.exe I don't see that:
win32all-144 is *very* old. You are after the pywin32 builds - 204 is the
latest. A service with that version of pywin32 supports:
Usage: 'pipeTestService.py [options] install|update|remove|start
[...]|stop|restart [...]|debu
On 12/8/04, Mark Hammond <[EMAIL PROTECTED]> wrote:
> > Is there a way to set my python windows service to run witht the
> > option "Allowing service to interact with desktop" turned on at
> > installation time? I know how to enable it from the windows Services
> > UI, but I'm hoping there is an op
> Is there a way to set my python windows service to run witht the
> option "Allowing service to interact with desktop" turned on at
> installation time? I know how to enable it from the windows Services
> UI, but I'm hoping there is an option similar to "--startup auto" (to
> set the service to st
Is there a way to set my python windows service to run witht the
option "Allowing service to interact with desktop" turned on at
installation time? I know how to enable it from the windows Services
UI, but I'm hoping there is an option similar to "--startup auto" (to
set the service to start automa