Skip to content

Instantly share code, notes, and snippets.

@kaku87
Created December 4, 2013 01:55
Show Gist options
  • Save kaku87/7781030 to your computer and use it in GitHub Desktop.
Save kaku87/7781030 to your computer and use it in GitHub Desktop.
关掉端口占用进程
Netstat –ano|findstr “<端口号>”
tasklist|findstr “<PID号>”
用任务管理器关掉进程
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment