Tagged Questions
2
votes
1answer
1k views
Why CreateProcessAsUser requires interactive window station on Vista/Windows 7?
I had to delve into this because the code that worked fine on Windows 2003/XP doesn't on Windows 7. Application launched by the use of CreateProcessAsUser fails with 0xc0000142 error code. The ...