cmd常用命令

一、 常用命令

  1. win+R:
  • compmgmt.msc,打開(kāi)Windows自帶的計(jì)算機(jī)管理器
  • lusrmgr.msc(本機(jī)用戶和用戶):用于設(shè)置用戶的權(quán)限等信息。
  • devmgmt.msc(設(shè)備管理):計(jì)算機(jī)的硬件設(shè)備以及安裝的驅(qū)動(dòng)管理。
  • diskmgmt.msc(磁盤(pán)管理):可以看到磁盤(pán)的分區(qū)等信息,也可以自己開(kāi)辟分區(qū)。
  • services.msc(本地服務(wù)設(shè)置):有些程序只有開(kāi)啟了相關(guān)的服務(wù)才能運(yùn)行,就在這里設(shè)置。
  • perfomon.msc(性能監(jiān)視器):性能監(jiān)視器,作用不大。
  • eventvmr(事件查看器):查看計(jì)算機(jī)最近執(zhí)行的事件,如果藍(lán)屏,可以重啟后打開(kāi)這個(gè)看是由于什么事件引起的。
  • regedit.exe 注冊(cè)表
  • shutdown /s /t 30倒計(jì)時(shí)關(guān)機(jī)命令
  • shutdown -a 取消關(guān)機(jī)命令
  • calc 啟動(dòng)計(jì)算器

二、cmd

  1. ipconfig用于查看本機(jī)的IP信息
  • ipconfig/? 回車(chē),了解ipconfig 命令的基本用法。
  • ipconfig 查看本機(jī)IP(在DOS窗體的情況下輸入)
  • ipconfig /all 查看本機(jī)IP(詳細(xì)信息)
  • ipconfig/displaydns 顯示DNS解析程序緩存的內(nèi)容
  1. tracert是路由跟蹤實(shí)用程序,用于確定 IP 數(shù)據(jù)包訪問(wèn)目標(biāo)所采取的路徑。
  • tracert/? 回車(chē),了解tracert命令的基本用法。
  1. pathping提供有關(guān)在源和目標(biāo)之間的中間躍點(diǎn)處網(wǎng)絡(luò)滯后和網(wǎng)絡(luò)丟失的信息。
  • pathping/?回車(chē),了解pathping命令的基本用法。
  1. Netstat是在內(nèi)核中訪問(wèn)網(wǎng)絡(luò)連接狀態(tài)及其相關(guān)信息的程序,它能提供TCP連接,TCP和UDP監(jiān)聽(tīng),進(jìn)程內(nèi)存管理的相關(guān)報(bào)告。是一個(gè)監(jiān)控TCP/IP網(wǎng)絡(luò)的非常有用的命令,它可以顯示路由表、實(shí)際的網(wǎng)絡(luò)連接以及每一個(gè)網(wǎng)絡(luò)接口設(shè)備的狀態(tài)信息。
  • netstat/?回車(chē),了解netstat命令的基本用法。
  1. arp命令的使用

arp命令顯示并修改Internet到以太網(wǎng)的地址轉(zhuǎn)換表。這個(gè)表一般由地址轉(zhuǎn)換協(xié)議(ARP)來(lái)維護(hù)。當(dāng)只有一個(gè)主機(jī)名作為參數(shù)時(shí),arp顯示這個(gè)主機(jī)的當(dāng)前ARP條目。如果這個(gè)主機(jī)不在當(dāng)前ARP表中那么ARP就會(huì)顯示一條說(shuō)明信息。

  • arp/?回車(chē),了解arp命令的基本用法。
  1. nslookup命令的使用

nslookup命令用于查詢DNS的記錄,查看域名解析是否正常,在網(wǎng)絡(luò)故障的時(shí)候用來(lái)診斷網(wǎng)絡(luò)問(wèn)題。用以顯示或設(shè)置系統(tǒng)的主機(jī)名稱。

  • nslookup/?回車(chē),了解nslookup命令的基本用法。
  1. net命令的使用

NET命令是功能強(qiáng)大的以命令行方式執(zhí)行的工具。它包含了管理網(wǎng)絡(luò)環(huán)境、服務(wù)、用戶、登陸等大部分重要的管理功能。使用它可以輕松的管理本地或者遠(yuǎn)程計(jì)算機(jī)的網(wǎng)絡(luò)環(huán)境,以及各種服務(wù)程序的運(yùn)行和配置?;蛘哌M(jìn)行用戶管理和登陸管理等。

  • net/?回車(chē),了解net命令的基本用法。
  • net start mysql 控制臺(tái)啟動(dòng)mysql服務(wù)
  • net stop mysql 控制臺(tái)停止mysql服務(wù)
  1. route命令的使用

route命令用于顯示和操作IP路由表。要實(shí)現(xiàn)兩個(gè)不同的子網(wǎng)之間的通信,需要一臺(tái)連接兩個(gè)網(wǎng)絡(luò)的路由器,或者同時(shí)位于兩個(gè)網(wǎng)絡(luò)的網(wǎng)關(guān)來(lái)實(shí)現(xiàn)。

  • route/?回車(chē),了解route命令的基本用法。
  1. tomcat安裝目錄下進(jìn)入cmd:
  • service.bat install 安裝tomcat服務(wù)
  • service.bat remove 服務(wù)名 卸載tomcat服務(wù)

三、查看端口占用

查看

  1. cmd下,輸入命令:netstat -ano,列出所有端口的情況
  2. 查看被占用端口(比如說(shuō)8080)對(duì)應(yīng)的PID,輸入命令:netstat -aon|findstr 8080,回車(chē),記下最后一位數(shù)字,即PID,這里是10644。
  3. 繼續(xù)輸入tasklist|findstr 10644回車(chē),查看是哪個(gè)進(jìn)程或者程序占用了10644端口,結(jié)果是:java.exe?;蛘呤俏覀兇蜷_(kāi)任務(wù)管理器,切換到進(jìn)程選項(xiàng)卡,在PID一列查看2720對(duì)應(yīng)的進(jìn)程是誰(shuí)。

結(jié)束該進(jìn)程:

在任務(wù)管理器中選中該進(jìn)程點(diǎn)擊”結(jié)束進(jìn)程“按鈕?;蛘呤窃赾md的命令窗口中輸入:taskkill /f /t /im java.exe

netstat -ano(!!參數(shù)分開(kāi)打也可以,比如netstat -o就會(huì)顯示出進(jìn)程ID):
顯示協(xié)議統(tǒng)計(jì)信息和當(dāng)前 TCP/IP 網(wǎng)絡(luò)連接。

NETSTAT [-a] [-b] [-e] [-n] [-o] [-p proto] [-r] [-s] [-v] [interval]
-a 顯示所有連接和監(jiān)聽(tīng)端口。
-b 顯示包含于創(chuàng)建每個(gè)連接或監(jiān)聽(tīng)端口的可執(zhí)行組件。在某些情況下已知可執(zhí)行組件擁有多個(gè)獨(dú)立組件,并且在這些情況下包含于創(chuàng)建連接或監(jiān)聽(tīng)端口的組件序列被顯示。這種情況下,可執(zhí)行組件名在底部的 [] 中,頂部是其調(diào)用的組件,等等,直到 TCP/IP 部分。注意此選項(xiàng)可能需要很長(zhǎng)時(shí)間,如果沒(méi)有足夠權(quán)限可能失敗。
-e 顯示以太網(wǎng)統(tǒng)計(jì)信息。此選項(xiàng)可以與 -s
選項(xiàng)組合使用。
-n 以數(shù)字形式顯示地址和端口號(hào)。
-o 顯示與每個(gè)連接相關(guān)的所屬進(jìn)程 ID。
-p proto 顯示 proto 指定的協(xié)議的連接;proto 可以是下列協(xié)議之一: TCP、UDP、TCPv6 或 UDPv6。
如果與 -s 選項(xiàng)一起使用以顯示按協(xié)議統(tǒng)計(jì)信息,proto 可以是下列協(xié)議之一:
IP、IPv6、ICMP、ICMPv6、TCP、TCPv6、UDP 或 UDPv6。
-r 顯示路由表。
-s 顯示按協(xié)議統(tǒng)計(jì)信息。默認(rèn)地,顯示 IP、IPv6、ICMP、ICMPv6、TCP、TCPv6、UDP 和 UDPv6 的統(tǒng)計(jì)信息;
-p 選項(xiàng)用于指定默認(rèn)情況的子集。
-v 與 -b 選項(xiàng)一起使用時(shí)將顯示包含于為所有可執(zhí)行組件創(chuàng)建連接或監(jiān)聽(tīng)端口的組件。
interval 重新顯示選定統(tǒng)計(jì)信息,每次顯示之間暫停時(shí)間間隔(以秒計(jì))。按 CTRL+C 停止重新顯示統(tǒng)計(jì)信息。如果省略,netstat 顯示當(dāng)前配置信息(只顯示一次)

四、開(kāi)始→運(yùn)行→CMD→鍵入命令

gpedit.msc-----組策略

sndrec32-------錄音機(jī)

Nslookup-------IP地址偵測(cè)器

explorer-------打開(kāi)資源管理器

logoff---------注銷命令

tsshutdn-------60秒倒計(jì)時(shí)關(guān)機(jī)命令

lusrmgr.msc----本機(jī)用戶和組

services.msc---本地服務(wù)設(shè)置

oobe/msoobe /a----檢查XP是否激活

notepad--------打開(kāi)記事本

cleanmgr-------垃圾整理

net start messenger----開(kāi)始信使服務(wù)

compmgmt.msc---計(jì)算機(jī)管理

net stop messenger-----停止信使服務(wù)

conf-----------啟動(dòng)netmeeting

dvdplay--------DVD播放器

charmap--------啟動(dòng)字符映射表

diskmgmt.msc---磁盤(pán)管理實(shí)用程序

calc-----------啟動(dòng)計(jì)算器

dfrg.msc-------磁盤(pán)碎片整理程序

chkdsk.exe-----Chkdsk磁盤(pán)檢查

devmgmt.msc--- 設(shè)備管理器

regsvr32 /u *.dll----停止dll文件運(yùn)行

drwtsn32------ 系統(tǒng)醫(yī)生

rononce -p ----15秒關(guān)機(jī)

dxdiag---------檢查DirectX信息

regedt32-------注冊(cè)表編輯器

Msconfig.exe---系統(tǒng)配置實(shí)用程序

rsop.msc-------組策略結(jié)果集

mem.exe--------顯示內(nèi)存使用情況

regedit.exe----注冊(cè)表

winchat--------XP自帶局域網(wǎng)聊天

progman--------程序管理器

winmsd---------系統(tǒng)信息

perfmon.msc----計(jì)算機(jī)性能監(jiān)測(cè)程序

winver---------檢查Windows版本

sfc /scannow-----掃描錯(cuò)誤并復(fù)原

winipcfg-------IP配置

taskmgr-----任務(wù)管理器(2000/xp/2003)

command--------cmd

fsmgmt.msc 共享文件夾

netstat -an----查看端口

osk 屏幕鍵盤(pán)

install.asp----修改注冊(cè)網(wǎng)頁(yè)

eventvwr.msc 時(shí)間查看器

secpol.msc 本地安全設(shè)置

services.msc 服務(wù)

2K

accwiz.exe > 輔助工具向?qū)?/p>

acsetups.exe > acs setup dcom server executable

actmovie.exe > 直接顯示安裝工具

append.exe > 允許程序打開(kāi)制定目錄中的數(shù)據(jù)

arp.exe > 顯示和更改計(jì)算機(jī)的ip與硬件物理地址的對(duì)應(yīng)列表

at.exe > 計(jì)劃運(yùn)行任務(wù)

atmadm.exe > 調(diào)用管理器統(tǒng)計(jì)

attrib.exe > 顯示和更改文件和文件夾屬性

autochk.exe > 檢測(cè)修復(fù)文件系統(tǒng)

autoconv.exe > 在啟動(dòng)過(guò)程中自動(dòng)轉(zhuǎn)化系統(tǒng)

autofmt.exe > 在啟動(dòng)過(guò)程中格式化進(jìn)程

autolfn.exe > 使用長(zhǎng)文件名格式

bootok.exe > boot acceptance application for registry

bootvrfy.exe > 通報(bào)啟動(dòng)成功

cacls.exe > 顯示和編輯acl

calc.exe > 計(jì)算器

cdplayer.exe > cd播放器

change.exe > 與終端服務(wù)器相關(guān)的查詢

charmap.exe > 字符映射表

chglogon.exe > 啟動(dòng)或停用會(huì)話記錄

chgport.exe > 改變端口(終端服務(wù))

chgusr.exe > 改變用戶(終端服務(wù))

chkdsk.exe > 磁盤(pán)檢測(cè)程序

chkntfs.exe > 磁盤(pán)檢測(cè)程序

cidaemon.exe > 組成ci文檔服務(wù)

cipher.exe > 在ntfs上顯示或改變加密的文件或目錄

cisvc.exe > 索引內(nèi)容

ckcnv.exe > 變換cookie

cleanmgr.exe > 磁盤(pán)清理

cliconfg.exe > sql客戶網(wǎng)絡(luò)工具

clipbrd.exe > 剪貼簿查看器

clipsrv.exe > 運(yùn)行clipboard服務(wù)

clspack.exe > 建立系統(tǒng)文件列表清單

cluster.exe > 顯示域的集群

cmd.exe > 沒(méi)什么好說(shuō)的!

cmdl32.exe > 自動(dòng)下載連接管理

cmmgr32.exe > 連接管理器

cmmon32.exe > 連接管理器監(jiān)視

cmstp.exe > 連接管理器配置文件安裝程序

comclust.exe > 集群

comp.exe > 比較兩個(gè)文件和文件集的內(nèi)容*

compact.exe > 顯示或改變ntfs分區(qū)上文件的壓縮狀態(tài)

conime.exe > ime控制臺(tái)

control.exe > 控制面板

convert.exe > 轉(zhuǎn)換文件系統(tǒng)到ntfs

convlog.exe > 轉(zhuǎn)換iis曰志文件格式到ncsa格式

cprofile.exe > 轉(zhuǎn)換顯示模式

cscript.exe > 較本宿主版本

csrss.exe > 客戶服務(wù)器runtime進(jìn)程

csvde.exe > 曰至格式轉(zhuǎn)換程序

dbgtrace.exe > 和terminal server相關(guān)

dcomcnfg.exe > dcom配置屬性

dcphelp.exe >

dcpromo.exe > ad安裝向?qū)?/p>

ddeshare.exe > dde共享

ddmprxy.exe >

debug.exe > 就是debug啦!

dfrgfat.exe > fat分區(qū)磁盤(pán)碎片整理程序

dfrgntfs.exe > ntfs分區(qū)磁盤(pán)碎片整理程序

dfs_cmd_.exe > 配置一個(gè)dfs樹(shù)

dfsinit.exe > 分布式文件系統(tǒng)初始化

dfssvc.exe > 分布式文件系統(tǒng)服務(wù)器

diantz.exe > 制作cab文件

diskperf.exe > 磁盤(pán)性能計(jì)數(shù)器

dllhost.exe > 所有com 應(yīng)用軟件的主進(jìn)程

dllhst3g.exe >

dmadmin.exe > 磁盤(pán)管理服務(wù)

dmremote.exe > 磁盤(pán)管理服務(wù)的一部分

dns.exe > dns applications dns

doskey.exe > 命令行創(chuàng)建宏

dosx.exe > dos擴(kuò)展

dplaysvr.exe > 直接運(yùn)行幫助

drwatson.exe > 華生醫(yī)生錯(cuò)誤檢測(cè)

drwtsn32.exe > 華生醫(yī)生顯示和配置管理

dtcsetup.exe > installs mdtc

dvdplay.exe > dvd播放

dxdiag.exe > direct-x診斷工具

edlin.exe > 命令行的文本編輯器(歷史悠久?。。?/p>

edlin.exe > 命令行的文本編輯器(歷史悠久啊?。?/p>

esentutl.exe > ms數(shù)據(jù)庫(kù)工具

eudcedit.exe > type造字程序

eventvwr.exe > 事件查看器

evnt_cmd_.exe > event to trap translator; configuration tool

evntwin.exe > event to trap translator setup

exe2bin.exe > 轉(zhuǎn)換exe文件到二進(jìn)制

expand.exe > 解壓縮

extrac32.exe > 解cab工具

fastopen.exe > 快速訪問(wèn)在內(nèi)存中的硬盤(pán)文件

faxcover.exe > 傳真封面編輯

faxqueue.exe > 顯示傳真隊(duì)列

faxsend.exe > 發(fā)送傳真向?qū)?/p>

faxsvc.exe > 啟動(dòng)傳真服務(wù)

fc.exe > 比較兩個(gè)文件的不同

find.exe > 查找文件中的文本行

findstr.exe > 查找文件中的行

finger.exe > 一個(gè)用戶并顯示出統(tǒng)計(jì)結(jié)果

fixmapi.exe > 修復(fù)mapi文件

flattemp.exe > 允許或者禁用臨時(shí)文件目錄

fontview.exe > 顯示字體文件中的字體

forcedos.exe > forces a file to start in dos mode. 強(qiáng)制文件在dos模式下運(yùn)行

freecell.exe > popular windows game 空當(dāng)接龍

ftp.exe > file transfer protocol used to transfer files over a network conne

ction 就是ftp了

gdi.exe > graphic device interface 圖形界面驅(qū)動(dòng)

grovel.exe >

grpconv.exe > program manager group convertor 轉(zhuǎn)換程序管理員組

help.exe > displays help for windows 2000 commands 顯示幫助

hostname.exe > display hostname for machine. 顯示機(jī)器的hostname

ie4uinit.exe > ie5 user install tool ie5用戶安裝工具

ieshwiz.exe > customize folder wizard 自定義文件夾向?qū)?/p>

iexpress.exe > create and setup packages for install 穿件安裝包

iisreset.exe > restart iis admin service 重啟iis服務(wù)

internat.exe > keyboard language indicator applet 鍵盤(pán)語(yǔ)言指示器

ipconfig.exe > windows 2000 ip configuration. 察看ip配置

ipsecmon.exe > ip security monitor ip安全監(jiān)視器

ipxroute.exe > ipx routing and source routing control program ipx路由和源路由

控制程序

irftp.exe > setup ftp for wireless communication 無(wú)線連接

ismserv.exe > intersite messaging service 安裝或者刪除service control manage

r中的服務(wù)

jdbgmgr.exe > microsoft debugger for java 4 java4的調(diào)試器

jetconv.exe > convert a jet engine database 轉(zhuǎn)換jet engine數(shù)據(jù)庫(kù)

jetpack.exe > compact jet database. 壓縮jet數(shù)據(jù)庫(kù)

jview.exe > command-line loader for java java的命令行裝載者

krnl386.exe > core component for windows 2000 2000的核心組件

label.exe > change label for drives 改變驅(qū)動(dòng)器的卷標(biāo)

lcwiz.exe > license compliance wizard for local or remote systems. 許可證符合

向?qū)?/p>

ldifde.exe > ldif cmd line manager ldif目錄交換命令行管理

licmgr.exe > terminal server license manager 終端服務(wù)許可協(xié)議管理

lights.exe > display connection status lights 顯示連接狀況

llsmgr.exe > windows 2000 license manager 2000許可協(xié)議管理

llssrv.exe > start the license server 啟動(dòng)許可協(xié)議服務(wù)器

lnkstub.exe >

locator.exe > rpc locator 遠(yuǎn)程定位

lodctr.exe > load perfmon counters 調(diào)用性能計(jì)數(shù)

logoff.exe > log current user off. 注銷用戶

lpq.exe > displays status of a remote lpd queue 顯示遠(yuǎn)端的lpd打印隊(duì)列的狀態(tài),

顯示被送到基于unix的服務(wù)器的打印任務(wù)

lpr.exe > send a print job to a network printer. 重定向打印任務(wù)到網(wǎng)絡(luò)中的打印 機(jī)。通常用于unix客戶打印機(jī)將打印任務(wù)發(fā)送給連接了打印設(shè)備的nt的打印機(jī)服務(wù)器。

lsass.exe > lsa executable and server dll 運(yùn)行l(wèi)sa和server的dll

lserver.exe > specifies the new dns domain for the default server 指定默認(rèn)se

rver新的dns域

os2.exe > an os/2 warp server (os2 /o) os/2

os2srv.exe > an os/2 warp server os/2

os2ss.exe > an os/2 warp server os/2

osk.exe > on screen keyboard 屏幕鍵盤(pán)

packager.exe > windows 2000 packager manager 對(duì)象包裝程序

pathping.exe > combination of ping and tracert 包含ping和tracert的程序

pax.exe > is a posix program and path names used as arguments must be specif

ied in posix format. use '//c/users/default' instead of 'c:usersdefault.'

啟動(dòng)便攜式存檔互換 (pax) 實(shí)用程序

Pent nt.exe > used to check the pentium for the floating point division error

. 檢查pentium的浮點(diǎn)錯(cuò)誤

perfmon.exe > starts windows performance monitor 性能監(jiān)視器

ping.exe > packet internet groper 驗(yàn)證與遠(yuǎn)程計(jì)算機(jī)的連接

posix.exe > used for backward compatibility with unix 用于兼容unix

print.exe > cmd line used to print files 打印文本文件或顯示打印隊(duì)列的內(nèi)容。

progman.exe > program manager 程序管理器

proquota.exe > profile quota program

psxss.exe > posix subsystem application posix子系統(tǒng)應(yīng)用程序

qappsrv.exe > displays the available application terminal servers on the net

work

在網(wǎng)絡(luò)上顯示終端服務(wù)器可用的程序

qprocess.exe > display information about processes local or remote 在本地或遠(yuǎn)

程顯示進(jìn)程的信息(需終端服務(wù))

query.exe > query termserver user process and sessions 查詢進(jìn)程和對(duì)話

quser.exe > display information about a user logged on 顯示用戶登陸的信息(需

終端服務(wù))

qwinsta.exe > display information about terminal sessions. 顯示終端服務(wù)的信息

rasadmin.exe > start the remote access admin service 啟動(dòng)遠(yuǎn)程訪問(wèn)服務(wù)

rasautou.exe > creates a ras connection 建立一個(gè)ras連接

rasdial.exe > dial a connection 撥號(hào)連接

ras.exe > starts a ras connection 運(yùn)行ras連接

rcp.exe > copies a file from and to a rcp service. 在 windows 2000 計(jì)算機(jī)和運(yùn)

行遠(yuǎn)程外殼端口監(jiān)控程序 rshd 的系統(tǒng)之間復(fù)制文件

rdpclip.exe > rdpclip allows you to copy and paste files between a terminal

session and client console session. 再終端和本地復(fù)制和粘貼文件

recover.exe > recovers readable information from a bad or defective disk 從壞

的或有缺陷的磁盤(pán)中恢復(fù)可讀取的信息。

redir.exe > starts the redirector service 運(yùn)行重定向服務(wù)

regedt32.exe > 32-bit register service 32位注冊(cè)服務(wù)

regini.exe > modify registry permissions from within a script 用腳本修改注冊(cè)

許可

register.exe > register a program so it can have special execution character

istics. 注冊(cè)包含特殊運(yùn)行字符的程序

regsvc.exe >

regsvr32.exe > registers and unregister's dll's. as to how and where it regi

ster's them i dont know. 注冊(cè)和反注冊(cè)dll

regtrace.exe > options to tune debug options for applications failing to dum

p trace statements

trace 設(shè)置

regwiz.exe > registration wizard 注冊(cè)向?qū)?/p>

remrras.exe >

replace.exe > replace files 用源目錄中的同名文件替換目標(biāo)目錄中的文件。

reset.exe > reset an active section 重置活動(dòng)部分

rexec.exe > runs commands on remote hosts running the rexec service. 在運(yùn)行

rexec 服務(wù)的遠(yuǎn)程計(jì)算機(jī)上運(yùn)行命令。rexec 命令在執(zhí)行指定命令前,驗(yàn)證遠(yuǎn)程計(jì)算機(jī)

上的用戶名,只有安裝了 tcp/ip 協(xié)議后才可以使用該命令。

risetup.exe > starts the remote installation service wizard. 運(yùn)行遠(yuǎn)程安裝向?qū)?/p>

服務(wù)

route.exe > display or edit the current routing tables. 控制網(wǎng)絡(luò)路由表

routemon.exe > no longer supported 不再支持了!

router.exe > router software that runs either on a dedicated dos or on an os

. 檢查pentium的浮點(diǎn)錯(cuò)誤

perfmon.exe > starts windows performance monitor 性能監(jiān)視器

ping.exe > packet internet groper 驗(yàn)證與遠(yuǎn)程計(jì)算機(jī)的連接

posix.exe > used for backward compatibility with unix 用于兼容unix

print.exe > cmd line used to print files 打印文本文件或顯示打印隊(duì)列的內(nèi)容。

progman.exe > program manager 程序管理器

proquota.exe > profile quota program

psxss.exe > posix subsystem application posix子系統(tǒng)應(yīng)用程序

qappsrv.exe > displays the available application terminal servers on the net

work

在網(wǎng)絡(luò)上顯示終端服務(wù)器可用的程序

qprocess.exe > display information about processes local or remote 在本地或遠(yuǎn)

程顯示進(jìn)程的信息(需終端服務(wù))

query.exe > query termserver user process and sessions 查詢進(jìn)程和對(duì)話

quser.exe > display information about a user logged on 顯示用戶登陸的信息(需

終端服務(wù))

qwinsta.exe > display information about terminal sessions. 顯示終端服務(wù)的信息

rasadmin.exe > start the remote access admin service 啟動(dòng)遠(yuǎn)程訪問(wèn)服務(wù)

rasautou.exe > creates a ras connection 建立一個(gè)ras連接

rasdial.exe > dial a connection 撥號(hào)連接

ras.exe > starts a ras connection 運(yùn)行ras連接

rcp.exe > copies a file from and to a rcp service. 在 windows 2000 計(jì)算機(jī)和運(yùn)

行遠(yuǎn)程外殼端口監(jiān)控程序 rshd 的系統(tǒng)之間復(fù)制文件

rdpclip.exe > rdpclip allows you to copy and paste files between a terminal

session and client console session. 再終端和本地復(fù)制和粘貼文件

recover.exe > recovers readable information from a bad or defective disk 從壞

的或有缺陷的磁盤(pán)中恢復(fù)可讀取的信息。

redir.exe > starts the redirector service 運(yùn)行重定向服務(wù)

regedt32.exe > 32-bit register service 32位注冊(cè)服務(wù)

regini.exe > modify registry permissions from within a script 用腳本修改注冊(cè)

許可

register.exe > register a program so it can have special execution character

istics. 注冊(cè)包含特殊運(yùn)行字符的程序

regsvc.exe >

regsvr32.exe > registers and unregister's dll's. as to how and where it regi

ster's them i dont know. 注冊(cè)和反注冊(cè)dll

regtrace.exe > options to tune debug options for applications failing to dum

p trace statements

trace 設(shè)置

regwiz.exe > registration wizard 注冊(cè)向?qū)?/p>

remrras.exe >

replace.exe > replace files 用源目錄中的同名文件替換目標(biāo)目錄中的文件。

reset.exe > reset an active section 重置活動(dòng)部分

rexec.exe > runs commands on remote hosts running the rexec service. 在運(yùn)行

rexec 服務(wù)的遠(yuǎn)程計(jì)算機(jī)上運(yùn)行命令。rexec 命令在執(zhí)行指定命令前,驗(yàn)證遠(yuǎn)程計(jì)算機(jī)

上的用戶名,只有安裝了 tcp/ip 協(xié)議后才可以使用該命令。

risetup.exe > starts the remote installation service wizard. 運(yùn)行遠(yuǎn)程安裝向?qū)?/p>

服務(wù)

route.exe > display or edit the current routing tables. 控制網(wǎng)絡(luò)路由表

routemon.exe > no longer supported 不再支持了!

router.exe > router software that runs either on a dedicated dos or on an os

5 開(kāi)始→運(yùn)行(cmd)命令大全(絕對(duì)經(jīng)典)

/2 system. route軟件在 dos或者是os/2系統(tǒng)

rsh.exe > runs commands on remote hosts running the rsh service 在運(yùn)行 rsh 服

務(wù)的遠(yuǎn)程計(jì)算機(jī)上運(yùn)行命令

rsm.exe > mounts and configures remote system media 配置遠(yuǎn)程系統(tǒng)媒體

rsnotify.exe > remote storage notification recall 遠(yuǎn)程存儲(chǔ)通知回顯

rsvp.exe > resource reservation protocol 源預(yù)約協(xié)議

runas.exe > run a program as another user 允許用戶用其他權(quán)限運(yùn)行指定的工具和

程序

rundll32.exe > launches a 32-bit dll program 啟動(dòng)32位dll程序

runonce.exe > causes a program to run during startup 運(yùn)行程序再開(kāi)始菜單中

rwinsta.exe > reset the session subsystem hardware and software to known ini

tial values 重置會(huì)話子系統(tǒng)硬件和軟件到最初的值

savedump.exe > does not write to e:winntuser.dmp 不寫(xiě)入user.dmp中

scardsvr.exe > smart card resource management server 子能卡資源管理服務(wù)器

schupgr.exe > it will read the schema update files (.ldf files) and upgrade

the schema. (part of adsi) 讀取計(jì)劃更新文件和更新計(jì)劃

secedit.exe > starts security editor help 自動(dòng)安全性配置管理

services.exe > controls all the services 控制所有服務(wù)

sethc.exe > set high contrast - changes colours and display mode logoff to s

et it back to normal 設(shè)置高對(duì)比

setreg.exe > shows the software publishing state key values 顯示軟件發(fā)布的國(guó)

家語(yǔ)言

setup.exe > gui box prompts you to goto control panel to configure system co

mponents 安裝程序(轉(zhuǎn)到控制面板)

setver.exe > set version for files 設(shè)置 ms-dos 子系統(tǒng)向程序報(bào)告的 ms-dos 版本

號(hào)

sfc.exe > system file checker test and check system files for integrity 系統(tǒng)

文件檢查

sfmprint.exe > print services for macintosh 打印macintosh服務(wù)

sfmpsexe.exe >

sfmsvc.exe >

shadow.exe > monitor another terminal services session. 監(jiān)控另外一臺(tái)中端服務(wù)

器會(huì)話

share.exe > windows 2000 和 ms-dos 子系統(tǒng)不使用該命令。接受該命令只是為了與

ms-dos 文件兼容

shmgrate.exe >

shrpubw.exe > create and share folders 建立和共享文件夾

sigverif.exe > file signature verification 文件簽名驗(yàn)證

skeys.exe > serial keys utility 序列號(hào)制作工具

smlogsvc.exe > performance logs and alerts 性能曰志和警報(bào)

smss.exe >

sndrec32.exe > starts the windows sound recorder 錄音機(jī)

sndvol32.exe > display the current volume information 顯示聲音控制信息

snmp.exe > simple network management protocol used for network mangement 簡(jiǎn)單

網(wǎng)絡(luò)管理協(xié)議

snmptrap.exe > utility used with snmp snmp工具

sol.exe > windows solitaire game 紙牌

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • pwd 當(dāng)前路徑cd 當(dāng)前路徑cd path 切換路徑盤(pán)符:切換到盤(pán)符根目錄cls清屏dir顯示當(dāng)前目錄下或指定目...
    wyude閱讀 8,404評(píng)論 0 0
  • AT 計(jì)劃在計(jì)算機(jī)上運(yùn)行的命令和程序。ATTRIB 顯示或更改文件屬性。BREAK 設(shè)置或清除擴(kuò)展式 CTRL+C...
    Ggx的代碼之旅閱讀 1,000評(píng)論 0 5
  • 運(yùn)行操作 CMD命令:開(kāi)始->運(yùn)行->鍵入cmd或command(在命令行里可以看到系統(tǒng)版本、文件系統(tǒng)版本) CM...
    小明yz閱讀 2,996評(píng)論 0 8
  • 轉(zhuǎn)載網(wǎng)址: http://blog.sina.com.cn/s/blog_762e78b101010wc5.htm...
    冥瀧閱讀 1,359評(píng)論 0 2
  • adb介紹 adb全稱Android Debug Bridge,簡(jiǎn)單說(shuō)就是通過(guò)命令行調(diào)試手機(jī),特別是當(dāng)手機(jī)gg進(jìn)不...
    上弦同學(xué)閱讀 42,064評(píng)論 1 7

友情鏈接更多精彩內(nèi)容