1 2 3 4 5 6 7 8 9 10 11 12   C:\Users\run> tasklist Image name PID Session name Number Usage ========================= ======== ================ =========== ============ System Idle Process 0 Services 0 24 kB System 4 Services 0 18.808 kB smss.exe 328 Services 0 336 kB avgrsa.exe 384 Services 0 648 kB avgcsrva.exe 416 [...]

read full post »

1 2 3 4   C:\Users\run> arp -s 192.168.1.102 00-00-00-00-00-00   C:\Users\run>

read full post »

1 2 3 4   C:\Users\run> arp -d 192.168.1.100   C:\Users\run>

read full post »

Windows – Listing the local ARP cache

1 2 3 4 5 6 7 8 9 10 11 12 13 14   C:\Users\run> arp -a   Interface: 192.168.1.103 — 0xf Internet Address Physical Address Type 192.168.1.1 00-0c-f6-81-75-82 dynamic 192.168.1.100 00-25-64-85-ae-45 dynamic 192.168.1.101 00-21-91-98-3d-9c dynamic 192.168.1.255 ff-ff-ff-ff-ff-ff static 192.168.178.1 88-9f-fa-cb-5e-3f static 224.0.0.2 01-00-5e-00-00-02 static 224.0.0.22 01-00-5e-00-00-16 static   C:\Users\run>

read full post »

Windows – Flushing local DNS cache

1 2 3 4 5 6 7 8   C:\Users\run> ipconfig /flushdns   Windows IP configuration   Successfully flushed the DNS Resolver Cache.   C:\Users\run>

read full post »

« newer posts - older posts »