is it possible to change hard disk serial
If yes, give me the code
Printable View
is it possible to change hard disk serial
If yes, give me the code
Why would one need to do this?
far as I know, the serial number of the disk can not be changed
Try to find the manufacturer address,
take off your hard disk from your PC,
send it back to them,
ask their engineers to reprogram it then send it back to you.
Don't forget to send a big cheque.
maybe he means the serial that applied in the format process.
that sure can be done, as it done in format,
but don't know how, yet :)
I found this upon searching: http://www.codeproject.com/kb/system..._drive_sn.aspx :wave:
Depends on if he was thinking of the actual hard disk serial number, of the volume/partition serial number (which is changed when it is formated).
Many drives have more than serial number. Some are manufacturer specific and are hardcoded into the chips (Used by the manufacturer to trace there production for warranties, etc)
The problem with these serial numbers is that different manufacturers use them in different ways so coding your application to use such a number is not a good idea.
But I suspect the one he means is the drive serial number which you read with GetDriveInfo api function. That's the one that's written when the drive is formatted. There are simple freeware and shareware tools to change that number.
He's probably trying to circumvent software security features ;)