Author |
Message |
Akai #1 / 7
|
 Harddisk serialnumber
I would like to set my harddisk to another serialnumber with vb 6.0 or an Api call. Getting the actual serialnumber is no problem. Any ideas? Thanks, Akai
|
Wed, 08 Sep 2004 05:15:52 GMT |
|
 |
Ivan Demkovitc #2 / 7
|
 Harddisk serialnumber
As I understand HDD serial number is hardware defined. You can not change it.
Quote: > I would like to set my harddisk to another serialnumber with vb 6.0 or an > Api call. > Getting the actual serialnumber is no problem. > Any ideas? > Thanks, > Akai
|
Wed, 08 Sep 2004 05:18:09 GMT |
|
 |
Akai #3 / 7
|
 Harddisk serialnumber
Ok, that is true, but there is also a software serialnumber who is written in the bootsector, that is the one I want to set. By the way, this number changes when a disk is formatted.
Quote: > I would like to set my harddisk to another serialnumber with vb 6.0 or an > Api call. > Getting the actual serialnumber is no problem. > Any ideas? > Thanks, > Akai
|
Wed, 08 Sep 2004 05:43:12 GMT |
|
 |
Mike William #4 / 7
|
 Harddisk serialnumber
Quote: > Ok, that is true, but there is also a software serialnumber who is written > in the bootsector, that is the one I want to set. > By the way, this number changes when a disk is formatted.
It won't work! These kind of protection systems are very easy to bypass! Mike
|
Wed, 08 Sep 2004 06:19:00 GMT |
|
 |
Bavlo #5 / 7
|
 Harddisk serialnumber
Quote: > > Ok, that is true, but there is also a software serialnumber who is written > > in the bootsector, that is the one I want to set. > > By the way, this number changes when a disk is formatted. > It won't work! These kind of protection systems are very easy to bypass!
I actually think he wants to change it for that very purpose! ;) Anyway, he should go to http://www.sysinternals.com/ntw2k/source/misc.shtml and download the VolumeID app from the bottom of the page.
|
Wed, 08 Sep 2004 10:38:12 GMT |
|
 |
Akai #6 / 7
|
 Harddisk serialnumber
Thanks, I don't want to use this feature for protection purposes, I already tried "VolumeID" (this utility works fine) I just want to know if it is possible, and how to change the number via VB and or with an Api call. I know it is quite simple to implement in ASM and probably in C, but I don't know how to make such a routine who is Windows compatible (DLL ?) and to call it from VB. Akai
Quote: > I would like to set my harddisk to another serialnumber with vb 6.0 or an > Api call. > Getting the actual serialnumber is no problem. > Any ideas? > Thanks, > Akai
|
Wed, 08 Sep 2004 17:27:28 GMT |
|
 |
J Fren #7 / 7
|
 Harddisk serialnumber
Quote:
>Thanks, >I don't want to use this feature for protection purposes, I already tried >"VolumeID" (this utility works fine) >I just want to know if it is possible, and how to change the number via VB >and or with an Api call. >I know it is quite simple to implement in ASM and probably in C, but I don't >know how to make such a routine who is Windows compatible (DLL ?) and to >call it from VB.
Quite simple ... In 32bit ASM ? It is a doddle in 16bit - just an Int 25 tweak the sector and then an Int 26 But I've never suceeded in 32bit. Quote: >Akai
>> I would like to set my harddisk to another serialnumber with vb 6.0 or an >> Api call. >> Getting the actual serialnumber is no problem. >> Any ideas? >> Thanks, >> Akai
|
Wed, 08 Sep 2004 20:08:48 GMT |
|
|