ipconfig /all
获取当前MAC地址,然后使用netsh interface ipv4 show interfaces
找到对应的接口编号,接着用netsh interface ipv4 set address name="接口名称" source=static addr=新IP地址 gateway=网关 mask=子网掩码
命令来更改。这些步骤可能会因操作系统版本而略有不同。ipconfig /all
获取当前MAC地址,然后使用netsh interface ipv4 show interfaces
找到对应的接口编号,接着用netsh interface ipv4 set address name="接口名称" source=static addr=新IP地址 gateway=网关 mask=子网掩码
命令来更改。这些步骤可能会因操作系统版本而略有不同。Powered By Z-BlogPHP 1.7.3