$rc=_RunDOS("netsh interface ip set address ""本地连接"" static addr="&_GUICtrlIpAddress_Get($ip)&" mask="&_GUICtrlIpAddress_Get($Mask)&"")
_RunDOS("netsh interface ip set address name=""本地连接"" gateway="&_GUICtrlIpAddress_Get($GW)&" gwmetric=0")
_RunDOS("netsh interface ip set dns name=""本地连接"" source=static addr="&_GUICtrlIpAddress_Get($dns))
_RunDOS("netsh interface ip add dns name=""本地连接"" "&_GUICtrlIpAddress_Get($dns2))