Skip to content

Instantly share code, notes, and snippets.

@inpromotion
Created December 3, 2021 07:28
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 inpromotion/07664fc431712a6511efd3760e086fe8 to your computer and use it in GitHub Desktop.
Save inpromotion/07664fc431712a6511efd3760e086fe8 to your computer and use it in GitHub Desktop.
Перезапуск проводника в Windows через командную строку. Код нужно сохранить в файл explorer_restart.cmd
taskkill /F /IM explorer.exe
start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment