Skip to content

Instantly share code, notes, and snippets.

@tnhung2011
Last active November 17, 2022 14:21
Show Gist options
  • Save tnhung2011/2f8d1f5de1791a75191acade34497f46 to your computer and use it in GitHub Desktop.
Save tnhung2011/2f8d1f5de1791a75191acade34497f46 to your computer and use it in GitHub Desktop.
ReExplorer: Restart explorer.exe
@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