Skip to content

Instantly share code, notes, and snippets.

@thaliaarchi
Created October 6, 2016 20:57
Show Gist options
  • Save thaliaarchi/e7309e72ca0ade1f9bbbac0b4d152350 to your computer and use it in GitHub Desktop.
Save thaliaarchi/e7309e72ca0ade1f9bbbac0b4d152350 to your computer and use it in GitHub Desktop.
A task killer for those times you can't use Task Manager
@echo off
:start
cls
tasklist
echo ==========
set /p process=Process:
taskkill /f /im %process%
pause
goto start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment