主頁(yè) > 知識(shí)庫(kù) > 用vbs實(shí)現(xiàn)配置靜態(tài) IP 地址

用vbs實(shí)現(xiàn)配置靜態(tài) IP 地址

熱門標(biāo)簽:外呼系統(tǒng)免費(fèi)招代理 怎么看地圖標(biāo)注 拉薩外呼系統(tǒng)業(yè)務(wù) 外呼系統(tǒng)telrobot 百度地圖標(biāo)注是什么意思 合肥高德地圖標(biāo)注 外呼線路中繼線是什么 深圳外呼系統(tǒng)收費(fèi) 廣州ai電銷機(jī)器人一般多少錢
將計(jì)算機(jī)的 IP 地址設(shè)置為 192.168.1.141,并將 IP 網(wǎng)關(guān)設(shè)置為 192.168.1.100。
腳本代碼
復(fù)制代碼 代碼如下:

strComputer = "." 
Set objWMIService = GetObject("winmgmts:\\"  strComputer  "\root\cimv2") 
Set colNetAdapters = objWMIService.ExecQuery _ 
    ("Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE") 
strIPAddress = Array("192.168.1.141") 
strSubnetMask = Array("255.255.255.0") 
strGateway = Array("192.168.1.100") 
strGatewayMetric = Array(1) 
For Each objNetAdapter in colNetAdapters 
    errEnable = objNetAdapter.EnableStatic(strIPAddress, strSubnetMask) 
    errGateways = objNetAdapter.SetGateways(strGateway, strGatewaymetric) 
    If errEnable = 0 Then 
        WScript.Echo "The IP address has been changed." 
    Else 
        WScript.Echo "The IP address could not be changed." 
    End If 
Next 

標(biāo)簽:周口 臺(tái)灣 漳州 嘉興 延安 玉林 廣安 六安

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《用vbs實(shí)現(xiàn)配置靜態(tài) IP 地址》,本文關(guān)鍵詞  用,vbs,實(shí)現(xiàn),配置,靜態(tài),地址,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《用vbs實(shí)現(xiàn)配置靜態(tài) IP 地址》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于用vbs實(shí)現(xiàn)配置靜態(tài) IP 地址的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章