Problem with Killing windows explorer ?
Posted
by Vivek Bernard
on Stack Overflow
See other posts from Stack Overflow
or by Vivek Bernard
Published on 2010-04-03T04:40:38Z
Indexed on
2010/04/03
4:43 UTC
Read the original article
Hit count: 389
I need to kill windows explorer's process (explorer.exe), for that it tried using
System.Diagnostics.Process.Kill("Explorer.exe");
It works but the problem is that the explorer starts again, may be windows is doing that, anyway. When i kill explorer.exe with windows task manager, it doesn't come back, its stays killed I want to do whatever taskmanager is doing through my application.
© Stack Overflow or respective owner