Windows WMIC命令詳解

2021-09-26 16:40:40 字數 727 閱讀 7716

windows wmic命令詳解

【例】將當前系統bios,cpu,主機板等資訊輸出到乙個html網頁檔案,命令如下:

::得到系統資訊.bat,執行bat檔案即可

::系統資訊輸出到html檔案,檢視幫助: wmic /?

::wmic [系統引數名] list [brief|full] /format:hform >|>> [檔名]

wmic bios            list brief   /format:hform > pcinfo.html

wmic baseboard       list brief   /format:hform >>pcinfo.html

wmic cpu             list full    /format:hform >>pcinfo.html

wmic os              list full    /format:hform >>pcinfo.html

wmic computersystem  list brief   /format:hform >>pcinfo.html

wmic diskdrive       list full    /format:hform >>pcinfo.html

wmic memlogical      list full    /format:hform >>pcinfo.html

pcinfo.html

wmic命令引數幫助參考:

iptable 詳解 iptable命令詳解1

p protocal protocol 協議 j jump target i in inte ce name 入口 o out inte ce name 出口 f,fragment 分片 指定 p tcp時 source port port port 原埠 也作 sport destionation...

UNIX crontab命令詳解

crontab命令的功能是在一定的時間間隔排程一些命令的執行。在 etc目錄下有乙個crontab檔案,這裡存放有系統執行的一些排程程式。每個使用者可以建立自己的排程crontab。crontab命令有三種形式的命令列結構 crontab u user file crontab u user e l...

mount命令詳解

名稱 mount 使用許可權 系統管理者或 etc fstab中允許的使用者 使用方式 mount hv mount a ffnrsvw t vfstype mount fnrsvw o options device dir mount fnrsvw t vfstype o options devi...