Restart Windows Explorer

By | 2018-06-14

When performing certain operations, such as registry edits, you may be directed to restart Windows. However, some items only require the restart of the Windows Explorer process. Here’s how to do it.

Note that this will not work with all registry type tweaks. However, it works great for things that Windows Explorer “touches”, which are usually things that you can see on screen.

You can skip the reboot and restart Windows Explorer by simply opening Task Manager, and restarting the Explorer process. The exact steps are:

  1. Right-click the taskbar, and select Task Manager from the context menu.
  2. On the Processes tab, find the entry for Windows Explorer.
  3. Right-click the Windows Explorer process, and select Restart from the context menu.

Windows Explorer will restart, during which you’ll see some things disappear, and shortly thereafter reappear. Any changes that you made should now be visible.

PowerShell

You can also restart Windows Explorer via PowerShell, with a single command:

Stop-Process -processname explorer

Issuing this command will kill Windows Explorer, and it will automatically restart. At least it does on my machine. 😉

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.