Created
December 4, 2013 01:55
-
-
Save kaku87/7781030 to your computer and use it in GitHub Desktop.
关掉端口占用进程
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Netstat –ano|findstr “<端口号>” | |
tasklist|findstr “<PID号>” | |
用任务管理器关掉进程 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment