如何使用 netsh 重新命名網路介面?

如何使用 netsh 重新命名網路介面?

我正在建置我的第一台 Windows 2008 Server Core 電腦(執行 R2),並希望將 IPv4 網路介面重新命名為更有意義的名稱。

這似乎很可能是使用完成的,netsh interface ipv4 set但查看幫助並沒有發現任何結果。

有人可以建議正確的程序嗎?

答案1

我現在手邊沒有 2008 年的機器,但我相信它是這樣的:

netsh interface set interface name = "{old name here}" newname = "{newname here}"

相關內容