[python-win32] LocalService, COM

2013-10-31 Thread Tore Klars
I'm debugging a COM issue with pythoncom: a Python program is unable communicate with VirtualBox over COM when run under the LocalService or NetworkService Windows accounts. The same program can communicate with VirtualBox without issue under the LocalSystem, administrator, and Guest accounts. Und

Re: [python-win32] LocalService, COM

2013-10-31 Thread Dahlstrom, Roger
Because both LocalService and NetworkService have minimal privileges on the local computer, while LocalSystem, admin, and guest have more extensive privileges. From: python-win32 [mailto:[email protected]] On Behalf Of Tore Klars Sent: Thursday, October