snippets:win7:set_fixed_ip
Win7 - configure fixed IP
- set IP
netsh interface ip set address "LAN" static %IP% %SUBMASK% %GW% 1
- show config
netsh int ip show config
snippets/win7/set_fixed_ip.txt · Zuletzt geändert: von 127.0.0.1
netsh interface ip set address "LAN" static %IP% %SUBMASK% %GW% 1
netsh int ip show config