Skip to content

Instantly share code, notes, and snippets.

@muthuishere
Last active April 9, 2017 00:02
Show Gist options
  • Save muthuishere/11290437 to your computer and use it in GitHub Desktop.
Save muthuishere/11290437 to your computer and use it in GitHub Desktop.
Windows Batch Cheats
REM To find Taskid for port number
netstat -a -n -o | findstr :22
REM To kill process with id
taskkill /f /pid <process-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment