Last active
March 8, 2017 05:48
-
-
Save nobolu-ootsuka-unrealengine/f43f29559d8e00070da3f5128cc18c4d to your computer and use it in GitHub Desktop.
windows_contrall_explorer_exe_restart.bat
This file contains 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
:: ****************************** | |
:: | |
::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