Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobolu-ootsuka-unrealengine/f43f29559d8e00070da3f5128cc18c4d to your computer and use it in GitHub Desktop.
Save nobolu-ootsuka-unrealengine/f43f29559d8e00070da3f5128cc18c4d to your computer and use it in GitHub Desktop.
windows_contrall_explorer_exe_restart.bat
:: ******************************
::
::explorer_restart.bat
::
:: http://info-cache.com
::http://pc-kaden.net
:: ******************************
taskkill /f /im explorer.exe
start explorer.exe
::un close cmd window
cmd /k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment