Batch Script To Quickly Restart Windows 7/8 Explorer Or Other Processes


When a program frequently hangs and there is absolutely no fix available you could use a batch script to restart the process e.g. explorer.exe

batch script restart Windows explorer 7/8

I’m using a lot of scripts on my PC and it can happen that I have to restart the explorer in order to make some of the work again. Debugging takes a lot of time, so a temporary solution could be a batch script to restart the explorer in Windows 7/8.

Here’s what it would look like. Put this in a text file and save it as a file with the extension .bat

taskkill /f /im explorer.exe
explorer.exe

You can replace explorer.exe with your own processes/tasks. As you can see only two lines are needed. You can then pin this batch to your taskbar and run it quickly whenever it is needed.

Download Batch Script To Restart Explorer.exe


Or you might like these sexy wallpaper, tweaks and themes:

Written by oliversk Monday, January 2nd, 2012

Was it helpful? Please bookmark it and spread the word

delicious   facebook   google   twitter  

You love Windows, Gaming and everything digital? Great, we too! We have thousands of great Windows 7 themes, registry tweaks, tutorials, so please use our search box if you look for anything specific. If you have some awesome desktop themes, tips or want to write for us, then drop us a mail: win7themes at googlemail.com

One Response to Batch Script To Quickly Restart Windows 7/8 Explorer Or Other Processes

  1. drx said:

    taskkill /f /im explorer.exe
    start=explorer.exe
    exit

Leave a Reply

Your email address will not be published. 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>