show/hide this revision's text 2 added 227 characters in body

You might want to use Windows unmanaged API to do this:

call GetVolumeInformation api with proper struct and find VolumeSerialNumber integer field.

this

This API is there for ages and was working for me since Windows 98. Unfortunately, can't check it on x64.

Can you see the correct serial number using other Windows tools? By the way: '0' is a valid serial number! This might happen if disk image was restored from backup or something like that.

show/hide this revision's text 1

You might want to use Windows unmanaged API to do this:

call GetVolumeInformation api with proper struct and find VolumeSerialNumber integer field.

this API is there for ages and was working for me since Windows 98.