Hi,
I am trying to read out BIOs information via the WMI Object.
Get-WmiBiosCharacteristics
normally it should state somethin similar, to this
Win32_Bios WMI Information
Bios Characteristics
: 07-PCI is supported
: 11-BIOS is Upgradable (Flash)
: 12-BIOS shadowing is allowed
: 15-Boot from CD is supported
: 16-Selectable Boot is supported
: 17-BIOS ROM is socketed
: 19-EDD (Enhanced Disk Drive) Specification is supported
: 23-Int 13h - 5.25 /1.2MB Floppy Services are supported
: 24-Int 13h - 3.5 / 720 KB Floppy Services are supported
: 25-Int 13h - 3.5 / 2.88 MB Floppy Services are supported
: 26-Int 5h, Print Screen Service is supported
: 27-Int 9h, 8042 Keyboard services are supported
: 28-Int 14h, Serial Services are supported
: 29-Int 17h, printer services are supported
: 32-ACPI supported
: 33-USB Legacy is supported
: 40-Reserved for BIOS vendor
: 42-Reserved for BIOS vendor
: 43-Reserved for BIOS vendor
Bios Version : ALASKA - 1072
Codeset :
CurrentLanguage : en|US|iso8859-1
Description : FB
IdentificatonCode :
InstallableLanguages : 7
InstallDate :
LanguageEdition :
ListOfLanguages : en|US|iso8859-1
Manufacturer : American Megatrends Inc.
OtherTargetOS :
PrimaryBIOS : True
ReleaseDate : 20150811000000
SerialNumber : To be filled by O.E.M.
SMBIOSBIOSVersion : FB
SMBIOSMajorVersion : 2
SMBIOSMinorVersion : 7
SoftwareElementID : FB
SoftwareElementState : 3
TargetOperatingSystem : 0
Version : ALASKA - 1072
on PVE I get
03 BIOS bios characteristics not supported
and many blanks.
I have a program reading my BIOS Information and it keeps crashing on strtup 0xc0000005. Access_Violation.
And I guess it's C++. Therefore it could be an error upon reading an array with too few objects.
I run it as Admin, so there are no privilege problems.
Soo my question is: How do I manually set these BIOS Information, or make it accessible through MS?
Any thoughts?
I am trying to read out BIOs information via the WMI Object.
Get-WmiBiosCharacteristics
normally it should state somethin similar, to this
Win32_Bios WMI Information
Bios Characteristics
: 07-PCI is supported
: 11-BIOS is Upgradable (Flash)
: 12-BIOS shadowing is allowed
: 15-Boot from CD is supported
: 16-Selectable Boot is supported
: 17-BIOS ROM is socketed
: 19-EDD (Enhanced Disk Drive) Specification is supported
: 23-Int 13h - 5.25 /1.2MB Floppy Services are supported
: 24-Int 13h - 3.5 / 720 KB Floppy Services are supported
: 25-Int 13h - 3.5 / 2.88 MB Floppy Services are supported
: 26-Int 5h, Print Screen Service is supported
: 27-Int 9h, 8042 Keyboard services are supported
: 28-Int 14h, Serial Services are supported
: 29-Int 17h, printer services are supported
: 32-ACPI supported
: 33-USB Legacy is supported
: 40-Reserved for BIOS vendor
: 42-Reserved for BIOS vendor
: 43-Reserved for BIOS vendor
Bios Version : ALASKA - 1072
Codeset :
CurrentLanguage : en|US|iso8859-1
Description : FB
IdentificatonCode :
InstallableLanguages : 7
InstallDate :
LanguageEdition :
ListOfLanguages : en|US|iso8859-1
Manufacturer : American Megatrends Inc.
OtherTargetOS :
PrimaryBIOS : True
ReleaseDate : 20150811000000
SerialNumber : To be filled by O.E.M.
SMBIOSBIOSVersion : FB
SMBIOSMajorVersion : 2
SMBIOSMinorVersion : 7
SoftwareElementID : FB
SoftwareElementState : 3
TargetOperatingSystem : 0
Version : ALASKA - 1072
on PVE I get
03 BIOS bios characteristics not supported
and many blanks.
I have a program reading my BIOS Information and it keeps crashing on strtup 0xc0000005. Access_Violation.
And I guess it's C++. Therefore it could be an error upon reading an array with too few objects.
I run it as Admin, so there are no privilege problems.
Soo my question is: How do I manually set these BIOS Information, or make it accessible through MS?
Any thoughts?