如何在 ipconfig 中更改连接名称

如何在 ipconfig 中更改连接名称

我输入了我的 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 获得的内容。

答案1

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

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

更多信息请访问技术网博客,包括其他几种方式,包括使用 Powershell。

答案2

抱歉对旧帖子进行评论,但有时适配器名称可能会混乱,因此其他解决方案可能会失败。

不使用命令提示符的修复方法是:

控制面板-->网络和共享中心-->更改适配器设置-->在目标适配器上重命名,一定要删除整个旧名称在写新东西之前

相关内容