Posted August 6, 200618 yr Set SNSet = GetObject("winmgmts:").InstancesOf ("Win32_BIOS")for each SN in SNSet MsgBox "The serial number for this PC is: " & SN.SerialNumberNext
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.