need to close all running applications without using windows logoff from c# application

Posted by Suriyan Suresh on Stack Overflow See other posts from Stack Overflow or by Suriyan Suresh
Published on 2010-04-19T05:11:15Z Indexed on 2010/04/19 5:53 UTC
Read the original article Hit count: 449

Filed under:
|

i need to close all open applications in windows while my application closes how to i do that using c#

i am implementing login/logoff functionality in my application itself instead of windows login/logoff so that i need to close all applications while logoff clicked in my application and pass control to my application after that

© Stack Overflow or respective owner

Related posts about c#

Related posts about desktop-application