|
-
Jul 2nd, 2000, 03:29 PM
#1
Thread Starter
Member
Does anyone know how to change the "Hard Drive" Serial #
thru VB code?
Thanks, Laura
-
Jul 2nd, 2000, 05:15 PM
#2
Addicted Member
Hardware Engineer ???
I don't know clearly why you would do this...
But is it for breaking any AntiPiracy check ?
Any way the answer is...
You cannot change the Hard disk serial Number by any means
The number is embedded in it in Electronic circuits.
And no software can change it .. It is read only.
But you can hack the windows system and make it report
another number after it reads the original number from
Harddisk by over writing the region in memmory where
windows stores the HD serial number.
-
Jul 2nd, 2000, 05:44 PM
#3
Hyperactive Member
Actually... the Hard Drive serial number is NOT read-only but the only way to change it is reformatting your hard drive.
I think what the person means by the HD serial number is that funny little 4-4 number that comes up when you get a directory (ie 4DF2-13EE). This number is stamped at the time of formatting and remains until you reformat.
A lot of software uses this number as part of a registration key and I would assume the person has re-formatted their hard drive and tried to use the software and it hasn't worked.
If that is the case call the company you got the software from and ask for a new key.
-
Jul 17th, 2000, 08:15 AM
#4
New Member
i want to develop a serial protection based on the hd serial, to get computer specific serials. but i don´t know how i can read the serial using vb. does someone have a clue?
-broesel
-
Jul 17th, 2000, 08:24 AM
#5
Fanatic Member
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jul 17th, 2000, 10:31 PM
#6
Lively Member
Changing the HD serial # is simply a matter of doing some low-level calls to directly access a sector on the hard disk. I don't know how to do it, but I'm quite certain that it's possible, because the serial number is set when the disk is formatted (the # is based on the exact time the disk format was completed).
- Steve
Real programmers use COPY CON PROGRAM.EXE
-
Jul 17th, 2000, 10:36 PM
#7
Fanatic Member
Yes but be prepared for everything else that relies on that serial number to fail once it's changed!
Good luck getting that info in advance!
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|