Step 1: Find the PID (Process ID) using the port
Open Command Prompt (CMD) as Administrator and run:
Replace <PORT>
with the actual port number you're targeting.
๐ Example (for port 5000):
Look for a line like:
The last number (1234
in this example) is the PID.
๐งจ Step 2: Kill the process by PID
Once you have the PID, run:
Replace <PID>
with the number from the previous step.
๐ Example:
No comments:
Post a Comment