A
A
Artyom2020-04-22 22:10:08
Windows
Artyom, 2020-04-22 22:10:08

How to clear the port in use in windows?

I put port 8080, I need to clear it, but I don't know how

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
ton1, 2020-04-23
@ton1

The wording of the question begs for an appropriate answer...
But in essence, you can find out which program occupies the port
netstat -aon | findstr 8080
then
tasklist /fi "PID eq 12345"
- replace 12345 with the number from the output of the first command

R
Ronald McDonald, 2020-04-22
@Zoominger

What does "clear" mean? If you need to release, then just beat the process that took it.

A
Artem @Jump, 2020-04-23
curated by the

Port is a number.
Used when transmitting packets over the network. A number is added to the package name so that the recipient knows to whom to send the package.
Please explain how the number can "lay"? What do you mean by this?

How to clear the port in use in windows?
No way. They are all clean. And there are 65536 of them in total.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question