Shopping

How to Restart Explorer Quickly in Windows Vista

Whenever a new program is installed, sometimes it prompts for a restart of PC, but in these cases it would be sufficient if we restart the Explorer instead of restarting Windows. For restarting explorer, you can follow the normal process by selecting CTRL +ALT +DEL and select Task Manager. In the task manager, click on explorer.exe entry and select End Process.

Task Manager

This process can be simplified by creating a batch file and then executing it from the desktop. To do this, open notepad and type the following commands,

@echo off
taskkill /f /IM explorer.exe
explorer.exe

Now save the file in Windows folder with the extension .bat. The file name can be anything you chose. Now create a shortcut to this file on the desktop. Now whenever you need to restart explorer, double click on the desktop entry and it will do the job of restarting explorer.

Restart Explorer

Please make sure that you save all information which you were working on before executing this command.

0 comments: