NIM Posted August 6, 2006 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
maartenbren Posted December 6, 2009 Posted December 6, 2009 (edited) I'ts nice but I can't do anything with it... Edited December 6, 2009 by maartenbren Quote
NIM Posted December 6, 2009 Author 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
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.