Add “Restart Explorer” Option in Desktop and Explorer Context Menu
Friday, 14 January 2011 07:16
- This tutorials tells you how to add "Restart Explorer" option in desktop context menu in Vista and Windows 7. Main function of this tutorial is closing all explorer windows and restarting the explorer.
- All you need to do is, Create the following registry and batch files as below
Batch File:
@echo off
echo ### Killing Explorer
taskkill /F /IM explorer.exe
echo ### Starting Explorer
start explorer.exe
exit
- Save the above batch file as "Restartexplorer.bat" and place it in C:\Windows
Registry File:
[HKEY_CLASSES_ROOT\Directory\Background\shell\Restart Explorer]
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Restart Explorer\command]
@="C:\\Windows\\Restartexplorer.bat"
- Save the above Registry file as "RestartExplorer.reg" and run it
- Now you can check your desktop context menu and you can see as below screenshot

Categories
Make A Donation
Thank you for your donation.
Sponsors
Who's Online
We have 171 guests online
Latest Tutorials
- How To Integrate Internet Explorer 9 Rc Using Dism?
- How To Integrate Internet Explorer 9 Rc Using Rt Seven Lite?
- Add “Restart Explorer” Option in Desktop and Explorer Context Menu
- How to Integrate Nvidia and ATI display drivers using RT Seven Lite?
- How to add Screensaver - Themes - Wallpapers into Windows 7 Setup ISO?
- Create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS
- How to change your Windows 7 boot screen?
- Hide - Reinstall - Show: Internet explorer Shortcuts if missing on your PC
- How to Slipstream Windows 7 Service Pack 1 Release Candidate (or) RC
- How to change Wallpaper Style View in .theme file
Latest Deployment Tools
- Windows 7 SP1 MUI Language Packs (Direct Download Links)
- RS Windows XP Install CD Creator 1.1.120211
- Internet Explorer 9 RC [FULL Offline Installer]
- Windows 7 and Windows Server 2008 R2 Service Pack 1 (KB976932)
- Windows Automated Installation Kit (AIK) for Windows 7 SP1 v3.0
- Windows 7 Service Pack 1 RTM Build 7601.17514.101119-1850
- Universal Theme Patcher for Windows
- Giga Tweaker
- Windows 7 Little Tweaker
- Enhance My Se7en



