How can I deny a Windows user account the ability to create new processes?

Update: The reason I want to do this is that I have a Windows Service that runs scripts in a multi-tenant system. I have the service running under the Local Service account but when user scripts run I use impersonation to switch the thread executing the script to a different less privileged account. The script execution account does not need to create any new processes so I'd like to stop it from doing so if possible.

link|improve this question
2  
I don't think you can, as this would stop the user running any programs. Can you give more details about what you want to achieve. – ChrisF Jul 24 '10 at 11:00
I agree with @ChrisF, I don't think that you can. – mrdenny Jul 25 '10 at 0:12
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.