Killing Internet Explorer without Rebooting

Aug
28
2005

The primary client site where I'm working these days has several internal apps that are IE only. Whether that's good or bad is irrelevant. The fact that I have to use them is. Unfortunately, one of these uses an ActiveX control that crashes IE on such "rare" events as your session timing out. Other reasons seem to include mostly, "just because". Unfortunately, due to the tight integration of IE into Windows, having it crash usually means that you have to reboot. I've been getting around that for years, but based on the number of people who seem surprised when I show them my basic technique, I figured I'd share it here.

  • Internet Explorer and Windows Explorer (the file manager) are tied together at a really low level.
  • When IE crashes, it takes down your start menu, taskbar, etc. along with it.
  • IE often leaves an explorer.exe process running, even though all visible remnants are gone.
  • That remaining process holds on to any ActiveX controls that were loaded (even if corrupt).
  • So, the idea is to kill any remaining explorer.exe processes and start a new one as our shell.

So, how do you do that?

  1. Hit CTRL+ALT+DEL and choose the "Processes" tab.
  2. Find explorer.exe in the list and hit "End Process"
  3. In the same box, go to File->Run and type "explorer.exe" and hit enter.

That should give you a completely fresh Windows shell and a clean environment for starting Internet Explorer again. You will have lost any open file manager sessions, but the rest of your software will still be up and you won't lose the 10 minutes of starting your machine up and getting back to the same state you were in before the crash.

 

Comments on this post

Feedback is always welcome. Read some from other folks or leave your own below. Just keep things civil and remember that what you post lives on in public. Forever.

Thanks,
J

Leave Your Own Comment

By submitting a comment, you agree to license it under the terms of the Creative Commons Attribution license.

People who post comments get the added benefit of visiting the site without advertising.

© 2003-2008 J Wynia. All original content is licensed under the terms of the Creative Commons Attribution license unless otherwise noted. Content from other sources is licensed under its original terms.