Sunday, November 24, 2019

windows port kill command


Port Kill Command
C:\windows\system32>netstat -a -n –o
taskkill -f /pid 19796


No comments:

Post a Comment

base 64 convert to image

public Image LoadImage() {     //data:image/gif;base64,     //this image is a single pixel (black)     byte[] bytes = Convert.FromBase6...