NIM Posted August 6, 2006 Share Posted August 6, 2006 Set SNSet = GetObject("winmgmts:").InstancesOf ("Win32_BIOS")for each SN in SNSet Wscript.Echo "BIOS Manufacturer of this computer is: " & SN.Manufacturer Wscript.Echo "BIOS Version of this computer is: " & SN.Version Wscript.Echo "BIOS Version date of this computer is: " & SN.ReleaseDate Wscript.Echo "SMBIOS Version of this computer is: " & SN.SMBIOSBIOSVersionNext Quote Link to comment Share on other sites More sharing options...
maartenbren Posted December 6, 2009 Share Posted December 6, 2009 (edited) I'ts nice but I can't do anything with it... Edited December 6, 2009 by maartenbren Quote Link to comment Share on other sites More sharing options...
NIM Posted December 6, 2009 Author Share Posted December 6, 2009 Strange, please check this article. It should help you:http://www.aspfree.com/c/a/VB.NET/Getting-Hardware-Information-using-Visual-BasicNET-and-VBScript-continued/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.