| To open local area connection |
ncpa.cpl |
| To open firewall page |
firewall.cpl |
| To open Iexplorer property |
inetcpl.cpl |
| To open Services |
services.msc |
| To Restart the DNS clent |
net stop dnscache & net start dns client |
| To Run Wireless Zero config |
net stop wzcsvc& net start wzcsvc |
| To Relase & Renew Ip address |
ipconfig/ release & ipconfig/ renew |
| Reset TCP stack |
netsh int ip reset reset.txt |
| Reset Winsock: |
netsh winsoc reset |
| TO Disable Proxy |
proxycfg -d |
| To chk for the virus |
netstat or netstat -a |
| For system with multiple NIC cards: |
netsh interface ip set address "Local Area Connection 1" static 192.168.1.100 255.255.255.0 192.168.1.1 1 |
| Assign ip address thru "NETSH": |
netsh int ip set address Local static 192.168.1.100 255.255.255.0 192.168.1.1 1 |