diff --git a/restart.bat b/restart.bat new file mode 100644 index 0000000..8e44878 --- /dev/null +++ b/restart.bat @@ -0,0 +1,3 @@ +@ECHO OFF +taskkill /f /im explorer.exe +start explorer.exe