How to restart Windows Explorer easily with a shortcut

If for some reason, you need to restart your Windows Explorer, you would normally do the following:

Start the Task Manager

Select explorer.exe from the processes, and click on the End Process button.

This would kill explorer.exe.

Next, you’d click on File tab, choose New task (Run…), type explorer.exe in the box and click OK.

This will restart explorer.exe.

Alternatively, if you find that your explorer.exe freezes frequently or you are really into experimenting and testing customizations, creating a desktop shortcut to restart explorer would definitely be a more convenient option!

To do so, copy-paste the following in a Notepad and and save it as (All files) as a .bat file. Name it as RestartExplorer.bat, if you wish!

@echo off
taskkill /f /im explorer.exe
start explorer.exe

Thats it!

Right Click Restart Explorer adds Restart Explorer option to Context Menu – you might want to check it out! How to kill Windows 7 & Vista’s explorer.exe in 3 clicks may also interest you!

If you have liked this post, you might want to check out some more, on topics like , , .

About AnandK@TWC

Anand aka HappyAndyK is an end-user Windows enthusiast, a Microsoft MVP in Windows Desktop Experience since 2007, and the Admin of TheWindowsClub.com, TheGeeksClub.com & WinVistaClub.com. Creating a System Restore Point before trying out a new software or a tweak is always recommended.
Follow on Google: +AnandK@TWC

Ads

Random Posts

  • eee

    There’s a way to close Explorer manually without forcibly killing it in XP too.
    Click Start menu -> Shut Down -> press and hold Ctrl+Alt+Shift -> click Cancel.

  • http://techibee.com Sitaram

    You can do it using powershell as well.

    stop-process -name explorer -force
    start-process explorer

  • Andrew Azmi

    Nice Tip , Good Work

  • No One

    Doesn’t work in XP Home, just opens a file manager window.

  • potato head

    Thank you, very helpful shortcut :)

  • JB

    Or you just cluck the start button the whist holding control and shift right click in a blank space on the start menu. You’ll get two options appear; Properties and Close Explorer.

    This way you can actually stop explorer properly without killing the process.

    Then restart it from task manager.

© 2012 The Windows Club All Rights Reserved