Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Run command-line as an Administrator. Then run the below mention command. type your port number in yourPortNumber
  2. netstat -ano | findstr :<yourPortNumber>
  3.  
  4. Then you execute this command after identify the PID.
  5. taskkill /PID <typeyourPIDhere> /F
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement