Windows News and info 15th Anniversary 2009-2024
Windows 11 | Windows 10 News on these iconic operating systems. => Windows 10 Help | How To & Fixes | Tips & Tricks => Topic started by: javajolt on October 09, 2016, 09:31:13 PM
-
If for some reason, you need to restart your Windows Explorer, you would normally follow the usual way of terminating the explorer process in Windows 7 or Windows Vista is through the Task Manager.
Restart Explorer
You would 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 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!
Windows 10/8 offers the context menu option to Restart Explorer in its Task Manager.
(http://i67.tinypic.com/308gug4.jpg)
twc