咋辦???
設定靜態ip:
netsh inte***ce ip set address name="本地連線
"source=staticaddr=192.168.1.123mask=255.255.255.0gateway=192.168.1.1 gwmetric
=1簡寫 netsh inte***ce ip set address "本地
連線" static 192.168.36.22 255.255.255.0 192.168.36.254 1
注意:引號要用英文版
;名稱不一定是
"本地連線"
、根據自己的實際網路名稱修改,
win10管理員身份證執行
cmd引數說明:
name:
網路連線名稱,一般為「本地連線」,
或者」乙太網」。
source:獲取
ip的途徑。動態獲取,則為
dhcp
,手動設定,則為
static。
addr:
要設定的ip位址。
mask:
子網掩碼。
gwmetric:閘道器躍點數,可以設定為整型數值,也可以設定為「自動
」:auto
設定dns:
設定
一
netsh inte***ce ip set dns name="本地連線
"source=staticaddr=8.8.8.8register=primary
再新增
netsh inte***ce ip add dns name="本地連線
"addr=8.8.8.8
引數說明::
name:
網路連線名稱,一般為「本地連線」,
或者」乙太網」。
source:獲取
ip的途徑。動態獲取,則為
dhcp
,手動設定,則為
static。
addr:要設定的
ip位址。
register:
none: 禁用動態
dns
註冊。
primary: 只在主
dns字尾下註冊。
both: 在主
dns
字尾下註冊,也在特定連線字尾下註冊。
index:設定的
dns的順序號。
恢復為自動獲取ip:
netsh inte***ce ip set address name="本地連線
"source=dhcp
恢復為自動獲取dns:
netsh inte***ce ip set dns name="本地連線
"source=dhcp
匯出配置檔案
netsh -c inte***ce dump>c:\ip.txt
修改之後匯入本機配置
netsh -f c:\ip.txt
-----------以下內容,請無視
---------------
設定ip和
dns的命令
netsh inte***ce ip set address "乙太網
" static 192.168.36.22 255.255.255.0 192.168.36.254 1
netsh inte***ce ip set dns "乙太網
" 114.114.114.114
netsh inte***ce ip add dns "乙太網
" 114.114.114.114
刪除ip和
dns的命令
netsh inte***ce ip set address "乙太網
" dhcp
netsh inte***ce ip set dns "乙太網
" dhcp
windows命令列指令
stpeace 在介紹windows批處命令前,我們首先來介紹windows命令列的使用。windows shell提供了乙個黑色的框框介面,即命令列操作介面,關於命令列的作用和好處,我就不費口舌了,下面僅窺見一斑。為了方便,免得進行碟符切換,我在f盤建立了乙個資料夾,名稱為myfile,把wind...
windows命令列操作
一 開啟方式 開始選單 執行 輸入cmd 回車 二 常用的指令 dir 列出當前目錄下的所有檔案 cd 目錄名 進入到指定目錄 md 目錄名 建立乙個資料夾 rd 目錄名 刪除乙個資料夾 type nul 檔名 建立乙個空的檔案 echo 檔案內容 檔名 建立乙個有內容的檔案 del 檔名 刪除指定...
命令列安裝WINDOWS 服務
然後就該安裝windows 程式了!安裝的話,我們需要一段 cd c windows microsoft.net framework v2.0.50727 installutil.exe d 練習 windowsservicetest windowsservicetest bin debug win...