Last active
November 17, 2022 14:21
-
-
Save tnhung2011/2f8d1f5de1791a75191acade34497f46 to your computer and use it in GitHub Desktop.
ReExplorer: Restart explorer.exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo [+] Restarting explorer.exe... | |
taskkill /f /im explorer.exe >nul | |
timeout 2 >nul | |
start %systemroot%\explorer.exe | |
echo [+] Starting explorer.exe... | |
set /p _p= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment