Воскресенье, 15.06.2025, 11:43
Приветствую Вас Гость | RSS
Мой сайт
Главная
Регистрация
Вход
Форма входа

Меню сайта
  • Главная страница
  • Информация о сайте
  • Каталог статей
  • Фотоальбомы
  • Гостевая книга
  • Обратная связь
  • Каталог сайтов
  • FAQ (вопрос/ответ)
  • Онлайн игры

Категории раздела
Об ОС Windows [137]
В категории размещаются статьи, касающщиеся операционных систем от Microsoft.
Об ОС *Nix [198]
В данной категории собраны статьи об ОС семейства Unix/Linux/FreeBSD/...
Справочные материалы [351]
Справка по всему разделу.
Виртуализация и Облака [46]
Networks & Routing [86]
DataBases [22]

Наш опрос
Оцените мой сайт
Результаты | Архив опросов
Всего ответов: 209

Статистика

Онлайн всего: 2
Гостей: 2
Пользователей: 0

Главная » Статьи » Системное администрирование » Об ОС Windows

How to properly restart the Explorer shell in Windows

How to properly restart the Explorer shell in Windows

Windows provides several secret ways to exit the Explorer shell. They can be useful when you make registry changes that affect Explorer or for shell developers when testing shell extensions. In case you didn't know them, today I am going to share them with you.

Why you may want to restart Explorer

There are several reasons when you may want to exit the Explorer shell and start it again, such as:

  1. You are trying to uninstall some software with shell extensions, e.g. WinRAR. If you leave Explorer, all shell extensions will be unloaded from the shell and will be cleanly deleted by the uninstaller. All files that are locked for use by the Explorer.exe process will be released.
  2. If you applied some tweak which requires you to log off and log in back, in most cases, it is enough to only restart the shell.

Let's see how this can be done.

 

Method 1: Use the secret "Exit Explorer" context menu item of Taskbar or Start Menu

On Windows 8, press and hold Ctrl+Shift keys on your keyboard and right click on an empty area of the Taskbar. Viola, you just got access to a hidden context menu item: "Exit Explorer".

Exit Explorer context menu item of Taskbar

Windows 10 has a similar "Exit Explorer" option for the taskbar.
Windows 10 exit explorer taskbar
Additionally, it has the same command "Exit Explorer" in the context menu of the Start menu, as Windows 7 used to have:

  1. Open the Start menu in Windows 10.
  2. Press and hold Ctrl + Shift keys and right click the Start menu.
  3. The extra item will appear in the context menu, from there you can properly exit the Explorer shell:
    Exit explorer Windows 10

In Windows 7 and Vista, you can hold down Ctrl+Shift and right click on an empty area of the Start Menu to access "Exit Explorer".

To start Explorer again, press Ctrl+Shift+Esc to start the Task Manager, and use File -> New task menu item in Task Manager. Type Explorer in the "Create New Task" dialog and press Enter.

 

Method 2: Use the secret method to exit Explorer via the classic shutdown dialog

Select anything on your Desktop, e.g. any shortcut, then press Alt+F4. The "Shut Down Windows" dialog will appear.

Press and hold Ctrl+Alt+Shift keys on your keyboard and click the "Cancel" button:

Cancel Button

This will also exit the Windows Shell. To start Explorer again, press Ctrl+Shift+Esc to start the Task Manager, and use File -> New task menu item in Task Manager. Type Explorer in the "Create New Task" dialog and press Enter.

Note: This method also works in all previous versions of Windows, all the way back to Windows 95, when the NewShell was introduced.

Method 3: Use Windows 8's Task Manager, Luke

Open your Windows 8 Task Manager using Ctrl+Shift+Esc keys. Note that if you have restored the good old classic Task Manager using one of our previous tips, you won't be able to use this method.

Find the "Windows Explorer" application on the "Processes" tab. Select it. The "End Task" button on the bottom-right corner will turn into "Restart". Or right click "Windows Explorer", and choose Restart.

task manager

 

Method 4: Kill'em all

There is a 'taskkill' command line tool in Windows which allows you to kill processes. To kill Explorer, the command line must be as follows:

taskkill /IM explorer.exe /F

IM here stands for Image name, and F stands for force. To start Explorer again, press Ctrl+Shift+Esc to start "Task manager, open File menu -> New task. Type Explorer in the "Create new task" dialog and press Enter.

Tip: You can combine Taskkill and Explorer.exe commands on one line to perform a restart of the Windows Shell. Use the following command in batch file or in the command window:

taskkill /IM explorer.exe /F & explorer.exe

restart explorer via command line

This is the worst method of them all because it terminates Explorer forcibly. Every time you use taskkill, Explorer will not save its settings, e.g. arrangement of icons on Desktop. Avoid using it, and use the initial three methods mentioned above.

You can see all four methods in the following video:

 

 
   

Related Articles:

  • April Fool’s Day jokes collection
  • How to click the Start button in Windows
  • How to fix the slow data transfer issue and speed up your USB flash drive
  • Decorate your Windows for Christmas and New Year
  • How to view your product key in Windows 10, Windows 8 and Windows 7
This entry was posted in Articles, Scripts and tweaks, Windows 8 and tagged Exit Explorer, Restart Explorer, Windows 8 on February 22, 2013 by Sergey Tkachenko.
 
 

About Sergey Tkachenko

Google

View all posts by Sergey Tkachenko →

Post navigation

← Twilight Scenery theme for Windows 8 How to open a new window of a desktop app from the Start screen →

6 thoughts on “How to properly restart the Explorer shell in Windows”

  1. ORelio

    Thanks for highlighting all these hidden shotrcuts, didn’t know any of them except the taskkill method!

    Like or Dislike: Thumb up 0 Thumb down 0

    Reply ↓
  2. Jonecir

    How can I start Explorer with system privileges?

    Like or Dislike: Thumb up 0 Thumb down 0

    Reply ↓
    1. Sergey Tkachenko Post author

      How to run Explorer as administrator on Windows 8.1, Windows 8 and Windows 7

      Like or Dislike: Thumb up 0 Thumb down 0

      Reply ↓
  3. Stefan Hodgson

    Worked perfectly. THANK YOU!

    Like or Dislike: Thumb up 0 Thumb down 0

    Reply ↓
  4. Jean-Christophe

    There is this one as well (PowerShell):

    (Get-Process -Name Explorer) | Stop-Process

    Like or Dislike: Thumb up 0 Thumb down 0

    Reply ↓
    1. Sergey Tkachenko Post author

      Hmm, cool, really new way for me.
      Thanks for sharing.

      Like or Dislike: Thumb up 0 Thumb down 0

      Reply ↓

Leave a Reply

Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

 

Advertisements

 

Subscribe

Subscribe to our free newsletter! Enter your email address:



Источник: http://winaero.com/blog/how-to-properly-restart-the-explorer-shell-in-windows/
  • 1
  • 2
  • 3
  • 4
  • 5
Категория: Об ОС Windows | Добавил: admin (07.04.2015)
Просмотров: 1632 | Теги: Explorer, explorer.exe. restart. taskmgr | Рейтинг: 0.0/0
Всего комментариев: 0
Имя *:
Email *:
Код *:
Поиск

Друзья сайта
  • Официальный блог
  • Сообщество uCoz
  • FAQ по системе
  • Инструкции для uCoz


  • Copyright MyCorp © 2025