首先以管理员身份运行cmd,保证之后在黑框中输入的命令都有管理员权限
C:Windowssystem32>netsh netsh>int netsh interface>ip netsh interface ipv4>
设置/修改ip地址,子网掩码,网关的格式
netsh interface ipv4>set/add "本地连接" static IP地址 mask gateway
设置DNS命令格式
netsh interface ipv4>set dns "本地连接" static dns地址