How to get drive serial number
With the
Scripting.FileSystemObject
object, you can get a drive serial number. It is useful when you want your script can only run in a specified computer.
And you can get the sample from
GetDriveSerialNumber.amk
.