今天在给hyper-v创建虚拟交换机的时候,发现配置的有问题,于是索性就把之前创建的虚拟交换机remove掉,然后重新再创建,你猜怎么着,重新再创建的时候,提示这个报错:
ethernet adapter is already bound to the microsoft virtual switch protocol
所以微软官方给了什么指引吗,还真有:
Creating V-switches within the hyper-V environment fails - Windows Server | Microsoft Docs
主要就这个命令;
Command Prompt > nvspbind /u "Friendly NIC Name"
但是这个nvspbind的下载链接已经不好使了,所以重新搜索下载的地方,得到这个链接
Download nvspbind.exe Microsoft® Windows® Operating System (256file.com)
下载之后运行了,果然是好用的。