I want to be able to pull in the error log from BIOS across a network

后端 未结 1 1496
醉酒成梦
醉酒成梦 2021-01-13 08:37

I want to be able to pull in the error log from BIOS across a network. Looking at Win32_BIOS in MSDN I did not see anything defining the error log. Would love to do this in

1条回答
  •  借酒劲吻你
    2021-01-13 08:59

    Generally, it is not possible to do this in such a way that will apply across a spectrum of motherboards as the requisite commands and interfaces will be hardware specific.

    Some motherboards may contain an API call that will allow this, however, I have never come across one myself.

    0 讨论(0)
提交回复
热议问题