"ローカル エリア接続"というのは
入力するのがめんどくさすぎるという時に。
C:\windows\system32>netsh netsh>interface netsh interface>show interface Admin State State Type Interface Name --------------------------------------------------- 有効 接続 専用 ローカル エリア接続
この、"ローカル エリア接続"というのを変えてしまいたい。
そこで
netsh interface> set interface name="ローカル エリア接続" newname="eth0"
とする。
"ローカル エリア接続"の「ローカル」と「エリア」の間に半角スペースがあるのに注意。
すると、
netsh interface>show interface Admin State State Type Interface Name --------------------------------------------------- 有効 接続 専用 eth0
となる。
