Skip to content

Instantly share code, notes, and snippets.

@MarcHeiden
Created February 5, 2022 16:37
Show Gist options
  • Save MarcHeiden/fccb13fded861778da362371a0443e03 to your computer and use it in GitHub Desktop.
Save MarcHeiden/fccb13fded861778da362371a0443e03 to your computer and use it in GitHub Desktop.
batch script to restart the windows explorer
taskkill /f /IM explorer.exe
start explorer.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment