How to use

command line ตรวจสอบ spec ใน Windows OS

สามารถตรวจสอบ spec เครื่อง PC ได้ ด้วยการใช้ command line ใน terminal หรือใน DOS

สามารถตรวจสอบ spec เครื่อง PC ได้ ด้วยการใช้ command line ใน terminal หรือใน DOS

wmic bios get
wmic bios get /format:list | more
wmic csproduct get
Systeminfo
wmic cpu get
wmic memorychip get capacity 
wmic path win32_videocontroller get name,status
wmic bios get /?
wmic bios get manufacturer, releasedate, serialnumber /format:list | more

wmic cpu get name, numberofcores, maxclockspeed && wmic memorychip get capacity, speed && wmic diskdrive get model, size, serialnumber && wmic bios get serialnumber, releasedate && wmic os get caption, version && wmic path win32_videocontroller get name, adaptercompatibility, driverversion && wmic computersystem get model && ipconfig | findstr "IPv4"