Skip to content

Commit

Permalink
Auto restart explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim1xs committed Jun 5, 2024
1 parent 34c8989 commit adc499d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@ECHO OFF
copy "%cd%\Templates\" "%appdata%\Microsoft\Windows\Templates\"
regedit.exe /S item_format.reg
echo "Explorer will be restarted!"
TIMEOUT /T 10
taskkill /f /im explorer.exe & start explorer.exe

0 comments on commit adc499d

Please sign in to comment.