"BIOS 버전 확인"의 두 판 사이의 차이

29번째 줄: 29번째 줄:


==윈도우==
==윈도우==
;버전
<source lang='dos'>
<source lang='dos'>
C:\Users\jmnote>wmic bios get BIOSVersion
C:\Users\jmnote>wmic bios get BIOSVersion
36번째 줄: 37번째 줄:
  "Ver 1.00PARTTBLl"}
  "Ver 1.00PARTTBLl"}
</source>
</source>
;배포일
<source lang='dos'>
<source lang='dos'>
C:\Users\jmnote>wmic bios get ReleaseDate
C:\Users\jmnote>wmic bios get ReleaseDate

2013년 6월 10일 (월) 16:00 판

BIOSVersion, ReleaseDate
bios-version, bios-release-date
BIOS 버전 확인

1 리눅스

버전
[root@jmnote ~]# dmidecode -s bios-version
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
P71
[root@jmnote ~]# dmidecode | grep Version: | head -1
Version: P71
배포일
[root@jmnote ~]# dmidecode -s bios-release-date
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
03/01/2013
[root@jmnote ~]# dmidecode | grep -i "Release Date:"
        Release Date: 03/01/2013

2 윈도우

버전
C:\Users\jmnote>wmic bios get BIOSVersion
BIOSVersion

{"SECCSD - 6040000", "Phoenix SecureCore(tm) NB Version 06JM.M014.20100903.KSY",
 "Ver 1.00PARTTBLl"}
배포일
C:\Users\jmnote>wmic bios get ReleaseDate
ReleaseDate
20100903000000.000000+000

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}