Archive for August, 2009
Netsh command
What we can do with Netsh command: – Show TCP/IP settings : netsh interface ip show config – Change Static ip to DHCP : netsh interface ip set address “Local Area Connection” dhcp – Change DHCP to Static ip: netsh interface ip set address “Local Area Connection” static 192.168.0.10 255.255.255.0 192.168.0.1 1 i will [...]

