Mạng chỗ em bị lỗi các bác ạ :(( HELP

noinhodongday

Banned
Joined
May 14, 2012
Messages
399
Reactions
493
MR
0.000
bạn làm theo cái này thử
Run the following command from a command prompt to find the PID of the process which is using TCP port 80 and/or 443.

netstat -aon | find ":80"

netstat -aon | find ":443"

You will see an output similar to the following. Remember the actual PID will vary from case to case.

TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3604

TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 3320

Now using Task Manager you can easily find out to which process the above PID belongs and take appropriate action.
 
bạn làm theo cái này thử
Run the following command from a command prompt to find the PID of the process which is using TCP port 80 and/or 443.

netstat -aon | find ":80"

netstat -aon | find ":443"

You will see an output similar to the following. Remember the actual PID will vary from case to case.

TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3604

TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 3320

Now using Task Manager you can easily find out to which process the above PID belongs and take appropriate action.
bỏ cái này vào đâu bác
 

Announcements

Forum statistics

Threads
426,450
Messages
7,177,169
Members
178,880
Latest member
thethai212

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom