if you have 2 websites opened
websites in cmd
comand netstat -n -o
-------protocol---- -----local ip------------------wan ip----------------------------pid
(site1) TCP--------- 10.1.1.2:1931------- 96.7.192.124:443------ Estabilished 1448
(site2) TCP----------10.1.1.2:1936-------- 207.46.16.240:443--- Estabilished 1448
how i can close only 1 site in cmd comand? ( [only site 1 and not site2], or only site 2 and not 1)
taskkill /pid 1448 close the 2, but i want only one.