正如所解释的那样强制绑定IP,如果 IP 地址是动态的,它还可以获取接口的 GUID。要找出接口的 GUID,请运行 regedit 并浏览到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces。找到具有动态地址的接口,然后复制键名。
ForceBindIP.exe -i {d40ec244-0162-4303-8852-11c613be5e41} "C:\TOOLS\Mozilla Thunderbird\thunderbird.exe"
但我得到了
找不到命名适配器
答案1
GUID 必须是大写字母
不起作用
ForceBindIP.exe -i {d40ec244-0162-4303-8852-11c613be5e41} "C:\TOOLS\Mozilla Thunderbird\thunderbird.exe"
确实有效
ForceBindIP.exe -i {D40EC244-0162-4303-8852-11C613BE5E41} "C:\TOOLS\Mozilla Thunderbird\thunderbird.exe"