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.

浙公网安备 33010602011771号