gpt4 book ai didi

powershell - 如何在 PowerShell 中使用 Set-NetConnectionProfile 更改 NetConnectionProfile 的名称

转载 作者:行者123 更新时间:2023-12-01 02:25:12 35 4
gpt4 key购买 nike

我尝试使用如何使用 Set-NetConnectionProfile 更改 NetConnectionProfile 的名称

$Profile=Get-NetConnectionProfile -InterfaceIndex 35
$Profile.Name = "Network1"

错误是
"Name" is a ReadOnly property.
At line:1 char:1
+ $Profile.Name = "Network1"
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) []
+ FullyQualifiedErrorId : ReadOnlyCIMProperty

如何更改名称的只读属性??帮我

最佳答案

您可以通过直接注册版来执行此操作。

key 下
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

您可以看到网络配置文件键(通过它的 uuid),并且可以更改适当的网络 ProfileName 值。

关于powershell - 如何在 PowerShell 中使用 Set-NetConnectionProfile 更改 NetConnectionProfile 的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17051159/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com