作者:chen人气:0来源:网吧系统下载站2014-09-01 09:55:47
windows如何快速批处理更换IP:
因为家里IP跟单位IP段不一样,每天到家跟单位就要换IP,比较麻烦,于是就做了两个批处理用于快速切换IP和网关。
@echo off
rem eth //eth 为网卡名称,可在网络连接中查询,如”本地链接”
set eth=”无线网络连接”
rem ip //ip 为你想更改的IP
set ip=192.168.1.8
rem gw //gw 为网关地址
set gw=192.168.1.1
rem netmasks //netmasks 为子网掩码
set netmasks=255.255.255.0
echo 正在将本机IP更改到: %ip%
rem
if %gw%==none netsh interface ip set address %eth% static %ip% %netmasks% %gw% > nul
if not %gw%==none netsh interface ip set address %eth% static %ip% %netmasks% %gw% 1 > nul
echo…………………….
echo 检查当前本机IP:
ipconfig
echo…………………….
echo 成功将本机IP更改为%ip%!
pause
close
继续阅读:windows
2017-03-23H1Z1 (King of the Kill) 报错解决 Needs windows 7 server pack 1 p
2017-03-23Windows8.1补丁包(Win8.1系统补丁)2017年3月(32位)
2017-03-23Windows8.1补丁包(win8.1升级补丁)更新至2017年3月(64位)
2017-03-15Windows 激活备份恢复工具(MSActBackup)1.1.0汉化便携版
2017-03-14Windows Defender怎么设置白名单 win10安全白名单设置教程
2017-03-02windows系统修复工具 v3.9.26绿色版
2017-02-28Windows10开机密码如何去掉?
2017-02-28Win10旧文件Windows.old如何删除