Hello,
I have a problem, I wrote this code for getting BIOS information but it is not working on Win 98, Do you have any idea why it doesn't work?
Function Get_BIOSSerialNum() As String
Dim strComputer As String, S As String
Dim objWMIService As Object, colItems As Object, objItem As...