如何在ipconfig中更改连接名称


1

我输入了我的cmd ipconfig /all,我收到的其中一件物品是:

Wireless LAN adapter ‏‏חיבור מקומי* 13:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix  . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #4
Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes

我如何更改第一行中的名称,我遇到了问题,因为它是希伯来语,但我尝试的每个名称更改都不会影响我从ipconfig获得的内容。

Answers:


1

可以使用netshWindows中的命令更改适配器名称。尝试使用:

netsh interface set interface name="old name" newname="Your new name"

更多信息可以在technet博客上找到,包括其他几种方式,包括使用Powershell。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.