Thursday, July 27, 2017

▷ Bios vendor (BIOS 제조사)

[ To find bios vendor ]


AIX Not Specified
HP-UX (pa-risc) Not Specified
(ia64) Not Specified
SunOS (i386) smbios -t SMB_TYPE_BIOS | grep Vendor | awk -F: '{ print $2 }'
(sparc) Not Specified
Linux dmidecode -s bios-vendor | egrep -v '^#|^$'
Windows (wmic bios get Manufacturer | findstr /v "^$" | select -Last 1).Trim()

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts