cmd netsh
TCP/IPの設定を変更するコマンド
> netsh -c interface dump > conf.nsh
conf.nshへ設定を書き出す(Dump)
> netsh -f conf.nsh
conf.nshファイルより設定を読み込む
--参考URL
http://www.atmarkit.co.jp/fwin2k/win2ktips/126sw_netconf/126sw_netconf.html
「コマンド」カテゴリの記事
- .exe 検索バッチ(2012.04.18)
- SkyDrive WebDAV接続(2012.03.23)
- コマンド・プロンプト 設定(2011.05.16)
- Windows7 展開(5)(2011.05.12)
- Windows7 展開(2)(2011.05.02)



Comments