1) Đổi địa chỉ IP: Giả sử card mạng có tên "Local Area Connection", và muốn đặt IP cho nó theo yêu cầu sau: IP: 192.168.7.101 netmask: 255.255.255.0 Gateway: 192.168.7.200 DNS: 210.245.31.130 Lệnh 1: netsh interface ip set address name="Local Area Connection" static 192.168.7.101 255.255.255.0 192.168.7.200 Lệnh 2: netsh interface ip set dns name="Local Area Connection" static 210.245.31.130
2) Tắt firewall: netsh firewall set opmode mode=disable
3) Enable Registry nếu như bị admin disable: Reg ADD HKCU\Software\Microsoft\Windows\Curr entVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f