M HYPE SPLASH
// updates

Can you disable Windows Explorer from starting with Windows?

By Andrew Adams

I would like to disable Windows Explorer from starting up. Mainly because I want to attempt working only out of the Task Manager using the Run dialog.

I am aware you're not supposed to, but I am curious if it's possible or not.

1

2 Answers

If you're running Windows XP/Vista/7:

  1. Open the start menu.
  2. Type "regedit" (without the ") and hit enter (UAC might come up).
  3. Navigate to HKEY_LOCAL_MACHINE → Software → Microsoft → Windows NT → CurrentVersion → Winlogon.
  4. Change the value of "Shell" to the .exe you want to use.

Reference:

For Windows 9x:

  1. Open C:\windows\system.ini with the editor.
  2. Replace the Shell=explorer.exe line with Shell=your.exe.

Reference:

You can set taskmgr.exe to be your shell.

3

It is possible, yes. Though as you state, not ideal. Without the main explorer.exe running, you will not have a desktop/window manager unless you start or are running another one.

However, for Windows XP the steps to disable explorer on startup should be:

Go to Start -> Run -> Type in regedit and press enter.

Navigate to the following tree structure: HKEY_LOCAL_MACHINE -> Software -> Microsoft -> Windows NT -> CurrentVersion -> Winlogon

Change the value of the Shell key to blank, or another program to start instead of explorer.exe

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy