1、自动获取IP地址
netsh interface ip set address name="以太网" source=dhcp
netsh interface ip set dns name="以太网" source=dhcp
2、设置为指定IP
netsh interface ip set address name="以太网" static 192.168.1.136 255.255.255.0 192.168.1.129 1
netsh interface ip set dns name="以太网" static 228.3.135.1
3、使用方法
将以上代码粘贴至记事本,并将记事本重命名为bat后缀文件,双击即可使用。注意,有些情况下需要以管理员身份运行。
已有 3823 位网友参与,快来吐槽:
发表评论