RestartExplorer.bat
@sbscetferozpur-V9HVvl
•
Oct 23, 2024
Oct 23, 2024
899
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
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