Results 1 to 6 of 6

Thread: Add “Restart Explorer” Option in Desktop and Explorer Contex

  1. #1
    razorsedge is offline
    The Sci-Fighter

    Join Date
    Oct 2009
    Location
    The land of Hockey and Rock music
    Posts
    5,016
    Mentioned
    16 Post(s)
    Tagged
    434 Thread(s)


    Sex:

    Add “Restart Explorer” Option in Desktop and Explorer Contex

    how to add an option "Restart Explorer" in Desktop and Explorer context menu (menu which appears when you right-click) to make the task faster and easier.

    Attachment 40378

    HOW-TO:

    Simply download following ZIP file, extract it and run the "Install.exe" file :

    https://www.mediafire.com/?0lior6ds3dmxam7

    It'll automatically install the required files and will ask you to add the option into Windows Registry, accept the confirmation by clicking on "Yes" button and then OK.



    Create Simple Script to Close and Restart Explorer Automatically in Windows XP, Vista and 7

    Many times we need to log off or restart Windows to apply the changes made by a registry script or software. Sometimes we can avoid the log off or restart by doing a simple "End Task" of Windows Explorer and restart Explorer using Task Manager.

    But doing End Task and restarting Explorer using Task Manager requires a few manual steps. Wouldn't it be great if you can get a simple shortcut on Desktop or Quick launch toolbar and simply click on it to automatically end task and restart Explorer?

    Today in this tutorial, we are going to share a simple Batch script which can end task of Explorer and then restart it automatically.

    Simply copy paste following code in NOTEPAD and save the file with name "Restart_Explorer.bat" (including quotes):

    Code:
       @ECHO OFF
        echo.
        echo.
        echo ==========================================
        echo Simple Script to Restart Windows Explorer
        echo.
        echo Created by "Vishal Gupta" for AskVG.com
        echo ==========================================
        echo.
        echo.
        echo STEP 1: Closing Explorer . . .
        echo.
        TASKKILL /F /IM explorer.exe
        echo.
        echo.
        echo STEP 2: Starting Explorer . . .
        start explorer.exe
        echo.
        echo SUCCESS: Explorer is running.
        echo.
        echo.
        PAUSE
    That's it. You can place this script at any location like Desktop, Quick Launch toolbar and whenever you need to restart Explorer, simply run the script.

    If you don't want to create the script manually or face any problem while creating the script, you can download a ready-made script using following link:

    https://www.mediafire.com/?fwawkli8cqcyct0
    Last edited by Big V; August 12th, 2011 at 04:20 AM.







  2. #2
    bigcyco1 is offline
    Elite



    Join Date
    Feb 2010
    Location
    Los Angeles, California.
    Posts
    1,702
    Mentioned
    10 Post(s)
    Tagged
    61 Thread(s)


    Sex:

    Re: Add “Restart Explorer” Option in Desktop and Explorer Co

    thanks razor this ain't to shabby
    [SIGPIC][/SIGPIC]

  3. #3
    strychnine8301 is offline
    VC Member
    Join Date
    Nov 2010
    Location
    MI, USA
    Posts
    45
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Add “Restart Explorer” Option in Desktop and Explorer Co

    Very cool, This can come in Handy, Thanks for sharing this tip Razor

  4. #4
    robyroby is offline
    Pro Designer


    Join Date
    Feb 2010
    Location
    Recklinghausen
    Posts
    288
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Re: Add “Restart Explorer” Option in Desktop and Explorer Co

    Thanks

  5. #5
    HaCkthEplAneT
    Guest

    Re: Add “Restart Explorer” Option in Desktop and Explorer Co

    Very handy Razor thanks for sharing. I like the context menu addition.

  6. #6
    gor17981 is offline
    War is my shephard!


    Join Date
    Sep 2010
    Location
    UK
    Posts
    1,618
    Mentioned
    4 Post(s)
    Tagged
    332 Thread(s)


    Re: Add “Restart Explorer” Option in Desktop and Explorer Co

    This looks very handy thanks


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Strange Explorer / Desktop Behavior
    By 2635599 in forum Chill Out Room
    Replies: 30
    Last Post: August 2nd, 2016, 12:49 PM
  2. Restart Explorer & Rebuild Icon Cache tweaks for Right Click
    By razorsedge in forum Installation & Setup
    Replies: 7
    Last Post: January 16th, 2013, 08:53 PM
  3. RightClick Restart Explorer by ~LeeWhittington
    By razorsedge in forum Menus
    Replies: 6
    Last Post: October 29th, 2011, 10:23 AM
  4. Add “Restart uxsms” Option in Desktop and Explorer Context M
    By razorsedge in forum Installation & Setup
    Replies: 0
    Last Post: January 21st, 2011, 11:24 PM
  5. How to swap out explorer.exe on restart
    By crabdance in forum OS & Hardware Help and Support
    Replies: 7
    Last Post: December 23rd, 2009, 01:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •