TCPのIPアドレス設定をコマンドで

netsh interface ip set address "Lan" static 192.168.0.2 255.255.255.0 192.168.0.1
netsh interface ip set dns "Lan" static 8.8.8.8 primary
pause

DHCPは

netsh interface ip set address "Lan" dhcp

バッチファイルにしておくと便利

cf.http://www.atmarkit.co.jp/fwin2k/win2ktips/1264netship/netship.html

web拍手
This entry was posted in Tips. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>