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 automatically when the machine starts) so that I can do it from the command-line.
Thanks, -- RF _______________________________________________ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32