Advertisement
spkabugo

Failed termination of server port

Jul 18th, 2019
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17134.885]
  2. (c) 2018 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\hp>cd\
  5.  
  6. C:\>Windows\system32>netstat -ano | findstr :8080
  7. Access is denied.
  8.  
  9. C:\>cd Windows
  10.  
  11. C:\Windows>cd system32
  12.  
  13. C:\Windows\System32>netstat -ano | findstr :8080
  14. TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2780
  15. TCP [::]:8080 [::]:0 LISTENING 2780
  16.  
  17. C:\Windows\System32>taskkill /PID 2780 /F
  18. ERROR: The process with PID 2780 could not be terminated.
  19. Reason: Access is denied.
  20.  
  21. C:\Windows\System32>netstat -aon | findstr 8080
  22. TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2780
  23. TCP [::]:8080 [::]:0 LISTENING 2780
  24.  
  25. C:\Windows\System32>taskkill /F /PID 2780
  26. ERROR: The process with PID 2780 could not be terminated.
  27. Reason: Access is denied.
  28.  
  29. C:\Windows\System32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement