PS C:\> netsh interface ipv4 show subinterface "Local Area Connection" MTU MediaSenseState Bytes In Bytes Out Interface ---------- --------------- ------------ ------------ ------------- 4294967295 1 0 9008 Loopback Pseudo-Interface 1 1500 1 6497186526 3705920924 Local Area Connection PS C:\> netsh interface set interface name="Local Area Connection" newname="LAN" OK PS C:\> netsh interface ipv4 show subinterface "Local Area Connection" MTU MediaSenseState Bytes In Bytes Out Interface ---------- --------------- ------------ ------------ ------------- 4294967295 1 0 9008 Loopback Pseudo-Interface 1 1500 1 6497186527 3705920925 LAN