Fix Window Xp Activation Loop [With 3 Simple Methods]
0
Fix Window Xp Activation Loop [With 3 Simple Methods]
I have Three methods to solve this Problem:
- Method 1:
- Method 2:
I always encounter this problem everytime I repair-install a Windows XP system. So here is what I did to fix the problem. First restart your PC then
1.) Log onto Windows using SAFEMODE with command prompt.
2.) Wait until the windows boot then Type "explorer" in the command prompt.
3.) Explore Windows XP CD and copy the TOOLS folder (located at support folder) to C:\
4.) In the TOOLS folder extract the DEPLOY.cab (this will create a new folder called deploy).
5.) Open the DEPLOY folder and run SYSPREP.
6.) Click FACTORY button. Notice that your PC will shut down.
7.) Power on your PC and wait till the windows desktop screen appear.
8.) Once finish Click RESEAL button and wait. Notice that your PC will shut down again.
9.) Power on again your PC and your done.
- Method 3: (Try this method at your own risk )
- Insert the Windows XP startup disk into the floppy disk drive, or insert the
- Click to select any options that are required to start the computer from the
- When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
- If you have a dual-boot or multiple-boot computer, select the installation that
- When you are prompted to do so, type the Administrator password.
- If the administrator password is blank, just press ENTER.
- At the Recovery Console command prompt, type the following lines,
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
- Type exit to quit Recovery Console. Your computer will restart.
Make sure to change C:\Windows to the appropriate windows_folder if it is a different location.
If you have access to another computer, to save time, you can copy the text in step five, and then
create a text file called "Regcopy1.txt" (for example). To use this file, run the following command
when you start in Recovery Console:
batch regcopy1.txt
With the batch command in Recovery Console, you can process all the commands in a text file sequentially.
When you use thebatch command, you do not have to manually type as many commands.