Windows System32 Config System Fix Without Cd

  

HELP - As per above title i have done this:-

To complete part one, follow these steps:

I entered '1' for the system, but nothing happened and I was afraid to hit 'enter' because it said that would cancel my repair. Am I doing it wrong or is it because I'm using the XP Home disk when I should be using the XP Professional disk? Some instructions say to simply change the name of my WINDOWS SYSTEM32 CONFIG SYSTEM file. Oct 21, 2007  WINDOWSSYSTEM32CONFIGSYSTEM or WINDOWSSYSTEM32CONFIGSOFTWARE” But we have a easy fix for this. Lets check the steps to be performed if we face that problem in our system. Step 1: Insert and boot from your Windows XP CD. Step 2: At the first R=Repair option, press the R key. If you’ve received the message below when trying to boot into windows then it’s more than likely that something has happened to corrupt the file or it’s missing from the System32 config folder. Windows XP could not start because the following file is missing or corrupt: WINDOWSSYSTEM32CONFIGSYSTEMYou can attempt to repair this file by starting windows setup using the original setup CD-Rom.

  1. Insert the Windows XP startup disk into the floppy disk drive, or insert the Windows XP CD-ROM into the CD-ROM drive, and then restart the computer.
    Click to select any options that are required to start the computer from the CD-ROM drive if you are prompted to do so.
  2. When the 'Welcome to Setup' screen appears, press R to start the Recovery Console.
  3. If you have a dual-boot or multiple-boot computer, select the installation that you want to access from the Recovery Console.
  4. When you are prompted to do so, type the Administrator password. If the administrator password is blank, just press ENTER.
  5. At the Recovery Console command prompt, type the following lines, pressing ENTER after you type each line:
    md tmp
    copy c:windowssystem32configsystem c:windowstmpsystem.bak
    copy c:windowssystem32configsoftware c:windowstmpsoftware.bak
    copy c:windowssystem32configsam c:windowstmpsam.bak
    copy c:windowssystem32configsecurity c:windowstmpsecurity.bak
    copy c:windowssystem32configdefault c:windowstmpdefault.bak
    delete c:windowssystem32configsystem
    delete c:windowssystem32configsoftware
    delete c:windowssystem32configsam
    delete c:windowssystem32configsecurity
    delete c:windowssystem32configdefault
    copy c:windowsrepairsystem c:windowssystem32configsystem
    copy c:windowsrepairsoftware c:windowssystem32configsoftware
    copy c:windowsrepairsam c:windowssystem32configsam
    copy c:windowsrepairsecurity c:windowssystem32configsecurity
    copy c:windowsrepairdefault c:windowssystem32configdefault
  6. Type exit to quit Recovery Console. Your computer will restart.

Note This procedure assumes that Windows XP is installed to the C:Windows folder. 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:

Windows System32 Config System Fix Without Cd

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.

Part two

To complete the procedure described in this section, you must be logged on as an administrator, or an administrative user (a user who has an account in the Administrators group). If you are using Windows XP Home Edition, you can log on as an administrative user. If you log on as an administrator, you must first start Windows XP Home Edition in Safe mode. To start the Windows XP Home Edition computer in Safe mode, follow these steps.
Note Print these instructions before you continue. You cannot view these instructions after you restart the computer in Safe Mode. If you use the NTFS file system, also print the instructions from Knowledge Base article KB309531. Step 7 contains a reference to the article.

  1. Click Start , click Shut Down (or click Turn Off Computer ), click Restart , and then click OK (or click Restart ).
  2. Press the F8 key.
    On a computer that is configured to start to multiple operating systems, you can press F8 when you see the Startup menu.
  3. Use the arrow keys to select the appropriate Safe mode option, and then press ENTER.
  4. If you have a dual-boot or multiple-boot system, use the arrow keys to select the installation that you want to access, and then press ENTER.

In part two, you copy the registry files from their backed up location by using System Restore. This folder is not available in Recovery Console and is generally not visible during typical usage. Before you start this procedure, you must change several settings to make the folder visible:

  1. Start Windows Explorer.
  2. On the Tools menu, click Folder options .
  3. Click the View tab.
  4. Under Hidden files and folders , click to select Show hidden files and folders , and then click to clear theHide protected operating system files (Recommended) check box.
  5. Click Yes when the dialog box that confirms that you want to display these files appears.
  6. Double-click the drive where you installed Windows XP to display a list of the folders. If is important to click the correct drive.
  7. Open the System Volume Information folder. This folder is unavailable and appears dimmed because it is set as a super-hidden folder.
    Note This folder contains one or more _restore {GUID} folders such as '_restore{87BD3667-3246-476B-923F-F86E30B3E7F8}'.
    Note You may receive the following error message:
    C:System Volume Information is not accessible. Access is denied.
    If you receive this message, see the following Microsoft Knowledge Base article to gain access to this folder and continue with the procedure:
    309531(http://support.microsoft.com/kb/309531/ ) How to gain access to the System Volume Information folder
  8. Open a folder that was not created at the current time. You may have to clickDetails on the View menu to see when these folders were created. There may be one or more folders starting with 'RPx under this folder. These are restore points.
  9. Open one of these folders to locate a Snapshot subfolder. The following path is an example of a folder path to the Snapshot folder:
    C:System Volume Information_restore{D86480E3-73EF-47BC-A0EB-A81BE6EE3ED8}RP1Snapshot
  10. From the Snapshot folder, copy the following files to the C:WindowsTmp folder:
    • _REGISTRY_USER_.DEFAULT
    • _REGISTRY_MACHINE_SECURITY
    • _REGISTRY_MACHINE_SOFTWARE
    • _REGISTRY_MACHINE_SYSTEM
    • _REGISTRY_MACHINE_SAM
  11. Rename the files in the C:WindowsTmp folder as follows:
    • Rename _REGISTRY_USER_.DEFAULT to DEFAULT
    • Rename _REGISTRY_MACHINE_SECURITY to SECURITY
    • Rename _REGISTRY_MACHINE_SOFTWARE to SOFTWARE
    • Rename _REGISTRY_MACHINE_SYSTEM to SYSTEM
    • Rename _REGISTRY_MACHINE_SAM to SAM

These files are the backed up registry files from System Restore. Because you used the registry file that the Setup program created, this registry does not know that these restore points exist and are available. A new folder is created with a new GUID under System Volume Information and a restore point is created that includes a copy of the registry files that were copied during part one. Therefore, it is important not to use the most current folder, especially if the time stamp on the folder is the same as the current time.
The current system configuration is not aware of the previous restore points. You must have a previous copy of the registry from a previous restore point to make the previous restore points available again.
The registry files that were copied to the Tmp folder in the C:Windows folder are moved to make sure that the files are available under Recovery Console. You must use these files to replace the registry files currently in the C:WindowsSystem32Config folder. By default, Recovery Console has limited folder access and cannot copy files from the System Volume folder.
Note The procedure described in this section assumes that you are running your computer with the FAT32 file system. For more information about how to access the System Volume Information Folder with the NTFS file system, click the following article number to view the article in the Microsoft Knowledge Base:

309531(http://support.microsoft.com/kb/309531/ ) How to gain access to the System Volume Information folder
Part Three

Dell Windows System32 Config System

In part three, you delete the existing registry files, and then copy the System Restore Registry files to the C:WindowsSystem32Config folder:

  1. Start Recovery Console.
  2. At the command prompt, type the following lines, pressing ENTER after you type each line:
    del c:windowssystem32configsam
    del c:windowssystem32configsecurity
    del c:windowssystem32configsoftware
    del c:windowssystem32configdefault
    del c:windowssystem32configsystem
    copy c:windowstmpsoftware c:windowssystem32configsoftware
    copy c:windowstmpsystem c:windowssystem32configsystem
    copy c:windowstmpsam c:windowssystem32configsam
    copy c:windowstmpsecurity c:windowssystem32configsecurity
    copy c:windowstmpdefault c:windowssystem32configdefault
    Note Some of these command lines may be wrapped for readability.
  3. Type exit to quit Recovery Console. Your computer restarts.

Note This procedure assumes that Windows XP is installed to the C:Windows folder. 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 two, and then create a text file called 'Regcopy2.txt' (for example). To use this file, run the following command when you start in Recovery Console:

Part Four
  1. Click Start , and then click All Programs .
  2. Click Accessories , and then click System Tools .
  3. Click System Restore , and then click Restore to a previous RestorePoint .

Windows System32 Config System Repair Xp Without Cd

and now when I go to part four and try to log on it says that I have to activate windows in order to log on. If I click yes, the computer just hangs at my background picture, if I click no it chucks me back to the log in page...what is going wrong with this blooming thing

PLEASE HELP - it's taken three days of messing around and effectively Ive got nowhere!!

If your Windows 10/8 fails to boot, it will launch Automatic Startup Repair, in order to attempt to repair Windows. If Automatic Repair also fails, you will want to use the Refresh your PC or Reset your PC option. To do so, you will select Advanced options > Troubleshoot > Reset or Refresh.

Windows 10 fails to boot

Now even if Refresh your PC or Reset your PC options fail, you will be returned to the WinRE screen. Such a situation could arise if your Windows Registry hive has been badly damaged or corrupted.

Refresh or Reset PC fails after Automatic Startup Repair fails

In such a case, KB2823223 recommends that you try the following:

From the WinRE screen, select Troubleshoot > Advanced options.

Under Advanced options > Command Prompt.

Use the CD command and change the directory to WindowsSystem32config folder as follows:

  • Type cd %windir%system32config and hit Enter.

Now you should rename the System and Software registry hives to System.001 and Software.001. To do so type the following command one after the other and hit Enter: Cannot delete folder windows 10.

If you want to use Refresh your PC, rename ONLY the System hive. But in such a case, if your Software hive is also corrupt, you may not be able to use the Refresh your PC option. In such a case you may have to rename the Software hive too. When you rename the Software hive, you will not be able to use Refresh your PC, but only the Reset your PC option.

Finally, type Exit to close the Command Prompt.

Reboot the PC back to the Automatic Repair screen.

May 10, 2016  Kumkum Bhagya - 28 September 2019 Latest Updates Zee TV Serials News 2019 #KumkumBhagya #KKB #Abhi #AbhiGya #Pragya #Kundlibhagya #pressnewstv - first hand account of news videos in Hindi. Kumkum bhagya kikuyu version.

Select > Advanced options > Troubleshoot > “Reset your PC” or “Reset your PC”, as you wish.

It should work.

This procedure will also help you if you receive a There was a problem resetting your PC error message when you use the Reset This PC option.

If the commands to rename the software hives fail and you receive The process cannot access the file because it is being used by another process error, then I suggest that you boot from your Installation media and run the commands. Once you reach the Repair your computer screen, select Troubleshoot > Advanced options > Command Prompt and then run the commands.

Automatic Startup Repair couldn’t repair your PC

If Automatic repair fails, and you get an error message Automatic Repair couldn’t repair your PC, you may need to check the log file at:

This post will help you if your Windows is stuck in an endless reboot loop.

TIP: Read about the Advanced Startup options and how to boot Windows 10 directly to Advanced Startup Settings screen.

Share your screen to make travel plans with your friends or present your designs to your team.Be more productive – See all your @mentions and get back to people in the notification center. Send messages to your friends, grab someone’s attention with @ mentions, liven up conversations with emoticons, or create a group chat to plan a family reunion.Share – Drag and drop to easily send photos, videos, documents, and files up to 300 MB. .Chat – Reach people instantly. Make voice calls to anyone in the world on Skype. Quickly find shared files, links, and photos in the chat media gallery.Voice calls – Camera shy? Install skype on windows 8.

TIP: Download this tool to quickly find & fix Windows errors automatically

Related Posts: