Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My requirement is I have to run an application when user logs out from windows. To achieve this I felt that adding a Shutdown script to Group Policy of Windows would be a feasible solution. We normally do it by gpedit.msc. But I want to do it programatically from C#. Any help is highly appreciated.

Thanks in advance.

share|improve this question
Do you mean local group policy or a group policy object in an active directory domain? Also note that if a user just logs out without shutting down, a shutdown script won't run. – Harry Johnston Aug 24 '12 at 4:09
Hi Harry, yes I am aware that, the shutdown script won't run if the User logs out. I just need the same functionality. Can you help me out.. Thanks for your time. – KiranTheWizard Aug 27 '12 at 7:05

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.