Please leave A Comment

Comments are a very important aspect of blogging. The ability to contribute to articles allows readers to participate in the topic in question. So please do comment so that i can improve. While commenting, tell me if
this blog was helpful
Setbacks?
Is the Information Wrong?

Welcome!

Hello Friend, thanks for visiting my blog... I am posting the hack tips and tricks that i find in my life along with some computer tricks that would make you famous... Hope you become a computer genius! If you want to request any posts, email me at computer_doctor@rocketmail.com

Enjoy!

Hope you found this article useful and if you know some more cool ways say so in the comments and i’ll be happy to update this article and of course mention you with a link to your website.


Thursday, April 1, 2010

Unlocking WinXP's setupp.ini

WinXP's setupp.ini controls how the CD acts. IE is it an OEM version or retail? First, find your setupp.ini file in the i386 directory on your WinXP CD. Open it up, it'll look something like this:

ExtraData=707A667567736F696F697911AE7E05
Pid=55034000

The Pid value is what we're interested in. What's there now looks like a standard default. There are special numbers that determine if it's a retail, oem, or volume license edition. First, we break down that number into two parts. The first five digits determines how the CD will behave, ie is it a retail cd that lets you clean install or upgrade, or an oem cd that only lets you perform a clean install? The last three digits determines what CD key it will accept. You are able to mix and match these values. For example you could make a WinXP cd that acted like a retail cd, yet accepted OEM keys.

Now, for the actual values. Remember the first and last values are interchangable, but usually you'd keep them as a pair:

Retail = 51882 335
Volume License = 51883 270
OEM = 82503 OEM

So if you wanted a retail CD that took retail keys, the last line of your setupp.ini file would read:

Pid=51882335

And if you wanted a retail CD that took OEM keys, you'd use:

Pid=51882OEM

No comments:

Post a Comment