那這個,呢?大意是說,到cmd裡(開始->執行 "cmd")打ipconfig,查到dhcp出來的ip,然後到HKEY_LOCAL_MACHINE→SYSTEM→CurrentControlSet→Services→Tcpip→Parameters→Interfaces查到剛剛ip的介面,在"IPAddress"字串新增固定ip,在"SubnetMask"字串新增255.255.255.0,"NameServer"和"DefaultGateway"就視情況輸入三年多了,這才是正解吧,呵呵~
經實測已成功。需 windows 10 1703 以上,系統管理員權限執行,ex:C:\>netsh interface ipv4 set interface interface="乙太網路" dhcpstaticipcoexistence=enabledC:\>netsh interface ipv4 add address name="乙太網路" address=192.168.2.222 mask=255.255.255.0