Harddisk serialnumber 
Author Message
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 
 [ 7 post ] 

 Relevant Pages 

1. How to get the serialnumber from the harddisk

2. Access & Windows serialnumbers

3. Serialnumbers

4. Serialnumbers

5. How to SET the serialnumber of a disk?

6. > Help : Serialnumbers vs VB3

7. FileSystemObject: Drive SerialNumber Issue?

8. Serialnumber

9. Serialnumber

10. I need help about the serialnumber in runtime

11. OT: Is BaseBoard SerialNumber a unique number?

12. Dos freeware to identify the motherboard or bios serialnumber

 

 
Powered by phpBB® Forum Software