TheTechGuide Forum

General Category => Software => Topic started by: Guest on August 15, 2003, 06:03:27 PM

Title: Bypassing WinXP serial check
Post by: Guest on August 15, 2003, 06:03:27 PM
like in win2k u can bypass the serial chek when ur installing im wondering if theres a way to do the same with windows xp thx
Title: Bypassing WinXP serial check
Post by: A+Net+MCP on August 18, 2003, 01:19:33 AM
No you can't bypass entering the product key. Once you activate XP a file is created in windows/system32 folder.  Are you trying to bypass activation? /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />
Title: Bypassing WinXP serial check
Post by: Guest on August 18, 2003, 01:21:24 AM
not the activation, just to install xp without enter a cd key lñiek an auto insertion,. like in win98 or win2k
Title: Bypassing WinXP serial check
Post by: A+Net+MCP on August 18, 2003, 01:31:01 AM
/dry.gif\' class=\'bbc_emoticon\' alt=\'<_<\' /> As far as I know you need to put in a cd key. Can't you get CD Key from someone else?
Title: Bypassing WinXP serial check
Post by: Guest on August 18, 2003, 01:46:22 AM
i do have a cd key but id like to know if theres a way to make the instalation without asking for a cd key like the win2k bypass key metod
Title: Bypassing WinXP serial check
Post by: A+Net+MCP on August 18, 2003, 02:00:47 AM
/huh.gif\' class=\'bbc_emoticon\' alt=\':huh:\' />  Please tell me why it's so important that you don't enter a cd key.
Title: Bypassing WinXP serial check
Post by: classified on August 18, 2003, 03:23:33 AM
There is a manager in the deploy.cab file in the Support folder on the XP cd.
Extract the files from the .cab to a folder and read the deploy.chm file.

It explains how to do an unattended install which can be customised to
only insert a CD-Key..

Classified
Title: Bypassing WinXP serial check
Post by: Guest on August 18, 2003, 09:17:20 AM
have u ever do that before? can u explain me?
Title: Bypassing WinXP serial check
Post by: CJTech on August 20, 2003, 11:53:56 AM
I have to enter a product code even when I use Microsoft's OPK toolkit.
Title: Bypassing WinXP serial check
Post by: WhatBackHand on September 28, 2003, 06:36:42 AM
Don't know if this is the right thread to post this is in but...

In WinXPPro I'd also like to know how to bypass the serial number entry whilst doing a fully unnattended install from CD.  I'm not trying to bypass the registration or activation, just to automatically install from CD.  Then I can activate once installed.  This works a treat for Win2k, but there's something different in XP, guess it's related to activation.

I've been fiddling with slipstreaming and modifying the winnt.sif file for days but have not been able to get it fully automatic.  Slipstreaming is sorted, adding hardware detection is sorted (I think!), but automatic install isn't.

Without a winnt.sif file I get asked all the usual questions, but not for a serial number until installation is complete and then into the activation routine.  I'm just trying to make the same thing happen, but to automate the answers.

Anybody got any ideas or experience of this in XP?
Title: Bypassing WinXP serial check
Post by: Jason Badon on September 28, 2003, 11:28:49 PM
[quote name=\'WhatBackHand\' date=\'Sep 28 2003, 05:36 AM\']Don't know if this is the right thread to post this is in but...

In WinXPPro I'd also like to know how to bypass the serial number entry whilst doing a fully unnattended install from CD.  I'm not trying to bypass the registration or activation, just to automatically install from CD.  Then I can activate once installed.  This works a treat for Win2k, but there's something different in XP, guess it's related to activation.

I've been fiddling with slipstreaming and modifying the winnt.sif file for days but have not been able to get it fully automatic.  Slipstreaming is sorted, adding hardware detection is sorted (I think!), but automatic install isn't.

Without a winnt.sif file I get asked all the usual questions, but not for a serial number until installation is complete and then into the activation routine.  I'm just trying to make the same thing happen, but to automate the answers.

Anybody got any ideas or experience of this in XP?[/quote]
If I understand the question correctly this is how to install Windows XP with out entering the serial.

1.)
Go here and download Nero 6 http://www.nero.com/us/nero6-ultraedition.html (http://\"http://www.nero.com/us/nero6-ultraedition.html\")

2.)
Go here and it will show you how to make a Win XP bootable cd using Nero 6. http://www.betaplace.co.uk/bootcd.asp (http://\"http://www.betaplace.co.uk/bootcd.asp\")

3.)
After you move over your files. make a text file named winnt.sif

put the information below in the file and edit it to suit you needs. then put it in the I386 folder in you compalation. burn your cd and you can boot up off the cd. you will be asked a few question that you can just hit enter on and you will never be asked to input your serial # providing you have entered the correct serial in the winnt.sif answer file.

;SetupMgrTag
[Data]
    AutoPartition=1
    MsDosInitiated="0"
    UnattendedInstall="Yes"
    FileSystem=ConvertNTFS
    Repartition=Yes

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=No
    TargetPath=\WINDOWS
    ExtendOemPartition=1
    ConfirmHardware=Yes
    OemFilesPath=..\$OEM$

[GuiUnattended]
    AdminPassword=*
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=10
    OemSkipWelcome=1
    AutoLogon=Yes
    AutoLogonCount=1

[UserData]
    ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    FullName="PerUser"
    OrgName="MyOrg"
    ComputerName=*

[Display]
    ConfigureAtLogon=1
    BitsPerPel=32
    Xresolution=1024
    Xresolution=768
    Vrefresh=75
    AutoConfirm=1

[TapiLocation]
    CountryCode=1
    Dialing=Tone
    AreaCode=303

[RegionalSettings]
    LanguageGroup=1
    SystemLocale=00000409
    UserLocale=00000409
    InputLocale=0409:00000409

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes

[Branding]
    BrandIEUsingUnattended=Yes

[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=0

[GuiRunOnce]
    ;Command0=c:\temp\RunOnceSetup.exe


4.)
If you want to start the setup in windows the create a batch file enter in the below command and add it to your XP cd root and click on it to install

\I386\winnt.exe unattend:\I386\winnt.sif


I hope this helps I use it and works great for me.
Title: Bypassing WinXP serial check
Post by: Ehsanulhaq on September 29, 2003, 12:33:50 AM
[quote name=\'Guest\' date=\'Aug 15 2003, 05:03 PM\']like in win2k u can bypass the serial chek when ur installing im wondering if theres a way to do the same with windows xp thx[/quote]
 like in win2k u can bypass the serial chek when ur installing im wondering if theres a way to do the same with windows xp thx
Title: Bypassing WinXP serial check
Post by: WhatBackHand on September 30, 2003, 05:00:52 PM
Jason,
thanks for the reply, but your winnt.sif is largely the same as mine.  I've experimented some more...

If I do not have a winnt.sif I get asked all the usual questions, but not for key.  If I have any winnt.sif AT ALL, all questions are automatically answered EXCEPT I get asked for a licence key /sad.gif\' class=\'bbc_emoticon\' alt=\':(\' /> .  Any key I include in .sif or add manually is invalid.  If I change the OEM options in the .sif I get asked for the CD Key (yellow label) or the Volume Licence Key, but never for the "normal retail" key /mad.gif\' class=\'bbc_emoticon\' alt=\':angry:\' /> .

I thought I had a retail CD, but I might have an OEM version and this may be keyed somehow different.  I'm going to compare CDs, or more precesely the I386 directories as this is all I've copied, at work tomorrow /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> .

Unless of course you or someone else can inform me otherwise.

Starting to get a bit hacked of at this now.  It was so easy with Win2k, almost trivial you might say compared to this.  If it is the fact that the OEM version is different I might go and find a short pier and go for a long walk..... /sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />

Chris
Title: Bypassing WinXP serial check
Post by: WhatBackHand on October 03, 2003, 04:37:30 PM
OK, I've compared a retail XP disk and my "OEM" disk.  The I386 directories are similar, and I've convinced myself the differences are due to SP differences.  When I apply the same SP to both directories I get no differences.

So why can't I automate my XP install?  Now completely out of ideas.

Chris
Title: Bypassing WinXP serial check
Post by: XP new to it on October 07, 2003, 04:13:45 PM
I know this is not the same thread, but, i would like to know if the Windows XP Pro Disk Kit KEYLESS CD (Full Product), is used without a key (serial #)? is it a corporate OS? I found that it sell for $ 27.00 at  Vio software (http://\"http://order.store.yahoo.com/cgi-bin/wg-order?unique=3296c&catalog=viosoft&et=3f833074&basket=5C80e188d8010fd23f83294a04c5e8ee188d8925e51408f9edebe95348e75a065\").
Title: Bypassing WinXP serial check
Post by: Guest on October 20, 2003, 06:04:47 AM
Dude, you're working with the wrong file...

You have to edit the setupp.ini file in the i386 folder. there should be this line in the file:

Pid=518822 335
 (it's actually one number the space is for clarity)

replace the 335 with 270 for volume licensing, OEM for OEM, and leave as is for normal retail. You will still have to put in the serial.
Title: Bypassing WinXP serial check
Post by: rayve on October 20, 2003, 12:40:34 PM
does anyone know how i can put my gatewat xp cd on my compaq presario without having to buy  a retail version.
Title: Bypassing WinXP serial check
Post by: Alex Constandinou on October 25, 2003, 04:44:47 AM
Creating a 'winnt.sif' file should be done using the 'setupmgr' program that is included with the 'XP SP1 Deployment Tools' (http://\"http://download.microsoft.com/download/whistler/ToolDep/SP1/WXP/EN-US/xpsp1deploytools_en.cab\") CAB file.

A complete unattended install including hotfixes & drivers can be made by following instructions on the following site:

http://www.msfn.org/unattended/xp (http://\"http://www.msfn.org/unattended/xp\")

It may be time consuming but well worth the effort . . .
Title: Bypassing WinXP serial check
Post by: azman_MV on October 25, 2003, 05:16:13 AM
well u can by pass the windows serial.. but u need to know it..
if I am getting your ques correct.. it is to automate the entry of the code if so do this..
 in the windowsXP setup CD,., goto the support folder and u will find "deploy.exe". it does the work for you... it creates a winnt.sif file.. in addition you can look for "unattend.txt" in your windowsxpCD.. it is a sample file.. it will tell you how to do it... it makes installation much much easier and headache free... set it up correctly.. and u can put the cd in and go out.. when u come back it done for you..
hope I helped..
azman
Title: Bypassing WinXP serial check
Post by: Guest on November 07, 2003, 05:13:10 AM
[quote name=\'Guest\' date=\'Oct 20 2003, 05:04 AM\']Dude, you're working with the wrong file...

You have to edit the setupp.ini file in the i386 folder. there should be this line in the file:

Pid=518822 335
 (it's actually one number the space is for clarity)

replace the 335 with 270 for volume licensing, OEM for OEM, and leave as is for normal retail. You will still have to put in the serial.[/quote]
 this works on a 2k version of windows but not on the XP version.
I also would like to know how to do it on a XP version.

I heard putting a winnt.sif in the i386 folder and rebuning it would work... havend tryed this
Title: Bypassing WinXP serial check
Post by: ceez on November 10, 2003, 12:33:21 AM
it can be done like jason said, just do a google search for "unattended iwndows xp"  you'll get all the information you'll ever need and then some! /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
Title: Bypassing WinXP serial check
Post by: Rene Bisgaard on November 19, 2003, 02:25:36 AM
/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' /> Bypassing the Windows 2000 Serial Check


First you want to copy your Windows 2000 setup files from your CD to your hard drive. You have to copy at least the I386 directory (I recommend copying all the files, so you can burn a complete CD later). Now go into the I386 directory you just copied onto your hard drive. Find the setupp.ini file. Right click it, select Properties, and remove the Read-only checkmark. Now open the file to edit it.

Your setupp.ini file should read something like this:

[Pid]
ExtraData=6166656C736263737373B2574A0581
Pid=51873XXX

Replace the 3 X's (generally it'll be three zeros) at the end with "270". It should now read something like this:

[Pid]
ExtraData=6166656C736263737373B2574A0581
Pid=51873270

That’s it! Now you can now install Windows 2000 without a serial number!
Title: Bypassing WinXP serial check
Post by: retomic on November 19, 2003, 02:26:31 AM
[quote name=\'Guest\' date=\'Nov 7 2003, 04:13 AM\'][quote name=\'Guest\' date=\'Oct 20 2003, 05:04 AM\'] Dude, you're working with the wrong file...

You have to edit the setupp.ini file in the i386 folder. there should be this line in the file:

Pid=518822 335
 (it's actually one number the space is for clarity)

replace the 335 with 270 for volume licensing, OEM for OEM, and leave as is for normal retail. You will still have to put in the serial.[/quote]
this works on a 2k version of windows but not on the XP version.
I also would like to know how to do it on a XP version.

I heard putting a winnt.sif in the i386 folder and rebuning it would work... havend tryed this [/quote]
 Bypassing the Windows 2000 Serial Check


First you want to copy your Windows 2000 setup files from your CD to your hard drive. You have to copy at least the I386 directory (I recommend copying all the files, so you can burn a complete CD later). Now go into the I386 directory you just copied onto your hard drive. Find the setupp.ini file. Right click it, select Properties, and remove the Read-only checkmark. Now open the file to edit it.

Your setupp.ini file should read something like this:

[Pid]
ExtraData=6166656C736263737373B2574A0581
Pid=51873XXX

Replace the 3 X's (generally it'll be three zeros) at the end with "270". It should now read something like this:

[Pid]
ExtraData=6166656C736263737373B2574A0581
Pid=51873270

That’s it! Now you can now install Windows 2000 without a serial number!
Title: Bypassing WinXP serial check
Post by: Guest on November 20, 2003, 11:37:03 AM
[quote name=\'Guest\' date=\'Oct 20 2003, 05:04 AM\']Dude, you're working with the wrong file...

You have to edit the setupp.ini file in the i386 folder. there should be this line in the file:

Pid=518822 335
 (it's actually one number the space is for clarity)

replace the 335 with 270 for volume licensing, OEM for OEM, and leave as is for normal retail. You will still have to put in the serial.[/quote]
 Actually it is to change to 000 for volume licensing, and 270 for OEM.  Pid only accepts numbers.
Title: Bypassing WinXP serial check
Post by: CompStress on November 24, 2003, 05:46:41 PM
Can somebody tell me how to bypass the Windows XP activation thing? I borrowed the cd from a friend of mine who has to activate it, but i need to find a way to bypass it. can somebody help me out? thanks /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
Title: Bypassing WinXP serial check
Post by: junior on November 30, 2003, 01:50:54 AM
[quote name=\'WhatBackHand\' date=\'Sep 30 2003, 04:00 PM\']Jason,
thanks for the reply, but your winnt.sif is largely the same as mine.  I've experimented some more...

If I do not have a winnt.sif I get asked all the usual questions, but not for key.  If I have any winnt.sif AT ALL, all questions are automatically answered EXCEPT I get asked for a licence key /sad.gif\' class=\'bbc_emoticon\' alt=\':(\' /> .  Any key I include in .sif or add manually is invalid.  If I change the OEM options in the .sif I get asked for the CD Key (yellow label) or the Volume Licence Key, but never for the "normal retail" key /mad.gif\' class=\'bbc_emoticon\' alt=\':angry:\' /> .

I thought I had a retail CD, but I might have an OEM version and this may be keyed somehow different.  I'm going to compare CDs, or more precesely the I386 directories as this is all I've copied, at work tomorrow /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> .

Unless of course you or someone else can inform me otherwise.

Starting to get a bit hacked of at this now.  It was so easy with Win2k, almost trivial you might say compared to this.  If it is the fact that the OEM version is different I might go and find a short pier and go for a long walk..... /sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />

Chris[/quote]
 by pass not sure about that   try these :

QMDGV-QRC2B-XF6JB-GRGHK-W9DRC

8VCGK-3GQKD-6Q7X4-4V3MM-9RT8P

WG3MB-JGK6Y-CJKV7-24TXW-RDY7Q
  /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />  /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />  /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />  /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />  /ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' />
Title: Bypassing WinXP serial check
Post by: Guest_Joe on December 01, 2003, 04:32:28 PM
[quote name=\'Guest\' date=\'Oct 20 2003, 05:04 AM\']Dude, you're working with the wrong file...

You have to edit the setupp.ini file in the i386 folder. there should be this line in the file:

Pid=518822 335
 (it's actually one number the space is for clarity)

replace the 335 with 270 for volume licensing, OEM for OEM, and leave as is for normal retail. You will still have to put in the serial.[/quote]
 is there a way using this PID file to allow it to do an upgrade via a corp CD but accept an OEM key. I tried to subst the 335 with OEM but it haults the upgrade.

Thx

Joe
Title: Bypassing WinXP serial check
Post by: Guest on December 06, 2003, 07:34:37 PM
is there a way that i can find out the product cd that i used to this installation of XP.

Its my sisters old computer, the hd needs a complete re format but i have no idea what the cd key. Of course she hasnt a clue where it is so is there a utility that will find out what is being used now?

Its win xp pro.

Thank you for your help.
Title: Bypassing WinXP serial check
Post by: cradle of filth on December 10, 2003, 12:16:24 AM
how do u change the cd key on the setup cd for windows xp. i know u gotta copy the original setup files to your hard disk. wheres the original cd key located on the cd? i want to change it because i've used up my allowed times to use my key. i want to reburn my cd with a new key can anyone help?
Title: Bypassing WinXP serial check
Post by: Jay on December 13, 2003, 04:42:48 PM
[quote name=\'Jason Badon\' date=\'Sep 28 2003, 10:28 PM\'][quote name=\'WhatBackHand\' date=\'Sep 28 2003, 05:36 AM\']
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=No
    TargetPath=\WINDOWS
    ExtendOemPartition=1
    ConfirmHardware=Yes
    OemFilesPath=..\$OEM$

[UserData]
    ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    FullName="PerUser"
    OrgName="MyOrg"
    ComputerName=*[/quote] [/quote]
 unattended mode is easy. the two sections of unattended.txt that make it possible are in the quote, that unattended.txt should work without flaw
Title: Bypassing WinXP serial check
Post by: kkrazyjay on December 14, 2003, 12:43:26 PM
Say a person has the following:

1.) Complete bootable Corp CD w/ "Black-Balled" key  /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />
2.) Complete OEM CD version of Pro (max allowed activations  /mad.gif\' class=\'bbc_emoticon\' alt=\':angry:\' /> )

With the above two CD's is it possible to:  /cool.gif\' class=\'bbc_emoticon\' alt=\'B)\' />

Transfer certain files from both CD's to make one final CD that will "act" like the corp version on "a" computer, but will also "look" or "act" like an OEM/Retail version to M$$$$ while updating and/or anything else?

This information is only for my entertainment and nothing else Bill.  /biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />

Any help would be GREATLY appreciated.
Title: Bypassing WinXP serial check
Post by: smilies on December 18, 2003, 11:22:53 PM
/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
DPCDLL.DL_
EULA.TXT
NT5INF.CA_
OEMBIOS.BI_
OEMBIOS.CA_
OEMBIOS.DA_
OEMBIOS.SI_
PIDGEN.DLL
SETUPP.INI
SETUPREG.HIV
WIN9XUPG\WIN95UPG.INF

The above files are needed to change a Retail, OEM or any other Windows XP CD to a Corporate Version.

Only use easy CD Creator 5 or 6 to make the Image File, from the Retail, OEM or any other Windows XP CD that you want to change to a Corporate Version.

Only use Win ISO to delete the above files from the Retail, OEM or any other Windows XP Image File.

Write down or remember the directories where you are about to delete the above files from the image file.

Delete the above files from the image file.

The above files have to be copied from a Corporate Version of Windows XP Professional Final Release CD.

Insert the above files into the correct directories.

Save the image using Win ISO

Burn the image file using easy CD creator 5 or 6

You will need a Windows XP Professional Corporate CD key that’s compatibale with Service Pack 2 & above.
Title: Bypassing WinXP serial check
Post by: [email protected] on January 29, 2004, 09:43:28 AM
He guys,

Search xp-antispy.exe on internet, and you will be able to install Windows XP
FULLY !!!!!!!! unattend   /wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

Quote of the day: run it during the installation via the cmdlines.txt