RestartExplorer.bat

sbscetferozpur

sbscetferozpur

@sbscetferozpur-V9HVvl Oct 23, 2024
If we neet to restart the explorer.exe we generally open taskmanager
go to new task and type explorer.exe and ok..
This will restart explorer.exe.
Alternatively
To do so, copy-paste the following in a Notepad and and save it as (All files) as a .bat file. Name it as lokesh.bat, if you wish!
@echo off
taskkill /f /im explorer.exe
start explorer.exe

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sbscetferozpur

    sbscetferozpur

    @sbscetferozpur-V9HVvl Apr 8, 2010

    How to kill Windows 7 & Vista's explorer.exe in 3 clicks.

    Click Start button > Hold down Ctrl+Shift & Right Click on empty area in the Start Menu > Click "Exit Explorer".