how to check and solve port conflict in windows10

the first step:Open cmd in windows;

and then input: netstat -ano(search all thread with port);

the next step: netstat -aon|findstr "port";

or use the command line:tasklist|findstr "port";

the last step:tskill port.

posted @ 2021-06-20 01:26  Irving88  阅读(36)  评论(0)    收藏  举报