Home » questions » kill windows explorer in .net???

kill windows explorer in .net???

2006-08-05 13:46:06, Category: Programming & Design
I'm trying to write an application in C# that kills windows explorer, or as an alternative I'd like to keep it from starting at all. When I kill it with the task manager, it does not restart. When I use System.Diagnostics.Process.Kill() on it it always comes back. I even imported TerminateProcess from kernel32.dll and invoked it from my c# program, yet again explorer comes back. The reason is, I want to replace windows explorer with something else of my own making.... Any advice?

Answers

  1. echiasso

    On 2006-08-05 13:52:20


    Buy a new computer or build one!!