第一种方法:进入cmd命令行
netsh 回车
netsh>interface 回车
netsh interface>ip 回车
netsh interface ip>set address 本地连接 static 192.168.1.100 255.255.248.0 192.168.1.1 1
第二种方法:XP下修改hosts文件
C:\WINDOWS\system32\drivers\etc\hosts
本文介绍了在Windows系统中通过命令行设置本地连接IP地址的方法,以及在XP系统中修改hosts文件的具体路径。
第一种方法:进入cmd命令行
netsh 回车
netsh>interface 回车
netsh interface>ip 回车
netsh interface ip>set address 本地连接 static 192.168.1.100 255.255.248.0 192.168.1.1 1
第二种方法:XP下修改hosts文件
C:\WINDOWS\system32\drivers\etc\hosts
3805

被折叠的 条评论
为什么被折叠?