试图获取networkingconfigurationlocking超时,当前所有者='iphlpsvc.dll'

尝试configurationHyper-V虚拟交换机时出现上述错误。 无论我尝试创build什么types的交换机,都会发生这种情况。

PS C:\Users\Martin> New-VMSwitch -Name “NewSwitch” -NetAdapterName “WiFi” -AllowManagementOS $True New-VMSwitch : Failed while creating virtual Ethernet switch. Switch create failed, name = '326B5310-CEB9-4E87-AB36-DD2DD9602A73', friendly name = '': Operation times out (0x80041069). Timed out trying to acquire network configuration lock, current owner = 'iphlpsvc.dll'. The operation timed out. At line:1 char:1 + New-VMSwitch -Name “NewSwitch” -NetAdapterName “WiFi” -AllowManagementOS $True + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationTimeout: (Microsoft.HyperV.PowerShell.VMTask:VMTask) [New-VMSwitch], VirtualizationOperationFailedException + FullyQualifiedErrorId : OperationTimeout,Microsoft.HyperV.PowerShell.Commands.NewVMSwitchCommand 

任何帮助将非常感激,因为我无法find任何东西在线。

引用的文件是“IP助手”服务。 用net stop iphlpsvc停止服务,然后尝试你的switch命令。

注意:停止这项服务将会closuresTeredo 6to4隧道,但是如果你不使用它,那么不用担心。