windows 7 - Service runs in session != 0 but fails in session 0 -


i have service executes .bat file calls python program. python program includes win32com module.

if service run session 0 fails somewhere deep in win32com.

however, if service run session != 0, executes ok. similarly, if .bat file executed cmd window @ desktop runs ok.

any thoughts why happening?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -