Hello! 欢迎来到小浪云!


国外VPS 利用“批处理”修改本机IP地址


avatar
小浪云 2024-12-03 29


国外VPS 利用“批处理”修改本机IP地址

@ECHO OFF@ECHO ———- 设置本机IP地址 ———-if {%1}=={} netsh interface IP set address “本地连接” static 192.168.1.88 255.255.255.0 >nulif NOT {%1}=={} netsh interface IP set address “本地连接” static %1 255.255.255.0 >nulnetsh interface IP set address “本地连接” static gateway=192.168.1.1 gwmetric=1 >nul@ECHO.@ECHO 设置成功!netsh interface IP set dns “本地连接” static 202.96.128.86 >nulnetsh interface ip add dns “本地连接” 202.96.128.166 index=2 >nul

相关阅读