您现在的位置是:网站首页> 编程资料编程资料
windows使用netsh设置静态&动态ip的脚本_windows_Windows系列_操作系统_
2024-01-06
134人已围观
简介 windows使用netsh设置静态&动态ip的脚本_windows_Windows系列_操作系统_
使用netsh设置静态ip地址:
@echo off
netsh interface ip set address "本地连接" static 172.24.83.239 255.255.255.0 172.24.83.247
netsh interface ip set dns "本地连接" 172.24.102.110
netsh interface ip add dns "本地连接" 172.24.102.110 index=2
pause
使用netsh设置动态ip地址:
@echo off
netsh interface ip set address name="本地连接" source=dhcp
netsh interface ip set dns name="本地连接" source=dhcp
pause
复制代码
代码如下:@echo off
netsh interface ip set address "本地连接" static 172.24.83.239 255.255.255.0 172.24.83.247
netsh interface ip set dns "本地连接" 172.24.102.110
netsh interface ip add dns "本地连接" 172.24.102.110 index=2
pause
使用netsh设置动态ip地址:
复制代码
代码如下:@echo off
netsh interface ip set address name="本地连接" source=dhcp
netsh interface ip set dns name="本地连接" source=dhcp
pause
相关内容
- Windows系统的安装维护技巧与加速的基本方法介绍_windows_Windows系列_操作系统_
- Windows系统中的文件系统NTFS及权限设置介绍_windows_Windows系列_操作系统_
- 系统设置用户密码的功能大全(利用组策略实现)_windows_Windows系列_操作系统_
- 圣火英雄传橙卡双子座好用吗 双子座实用性解析_手机游戏_游戏攻略_
- 忍者百分百精力怎么得 精力使用方法_手机游戏_游戏攻略_
- 秦时明月2黑剑士缘分搭配心得分享_手机游戏_游戏攻略_
- 锁链战记杀戮的剑圣特蕾莎属性技能详细介绍_手机游戏_游戏攻略_
- 影之刃公测版快速升级攻略 1小时轻松30级详解_手机游戏_游戏攻略_
- 影之刃公测版新手攻略 游戏基础知识介绍_手机游戏_游戏攻略_
- 暖暖环游世界平民玩家刷好感度详解_手机游戏_游戏攻略_
