If
you've ever experienced a Startup
Repair that
continously loops and fails to fix the problem of not being able to load
windows, even in safe mode, then you'll know that usually the only way to
recover from this when System Restore does not work is to do a clean install of Windows.
Until now.
This
tutorial will show you how to use the System Recovery
Options provided
by Windows to recover your system to a working state so that you don't have to
risk losing data by performing a clean install.
Recovering Your System
- Boot to the System Recovery Options screen.
- If Windows automatically opens Startup Repair, and subsequently fails to fix a problem, you can skip ahead to step 4 below.
- In the System Recovery Options screen, click Startup Repair:
- Windows will search for an attempt to repair startup problems:
- If startup problems could not be repaired, you will receive the message Windows cannot repair this computer automatically. Click View advanced options for system recovery and support:
- Click View advanced options for system recovery and support, which which bring you back to the main System Recovery Options screen.
- Click Command Prompt:
- Command Prompt should open to X:, which is an internal ram disk use by System Repair:
- Now you need to find your system drive. Depending on how your system is setup, this could be either C: or D:.
- Type C: and
press
. - Verify that this is your system drive by typing DIR and
pressing
. If you see the Program Files, Users and Windows folders, then you have found your system drive, and can continue to step 9 below. - If the drive is not your system drive, repeat steps I and II above, changing the drive letter to D, E or some other letter until the system drive is located.
- When you have located your Windows
system drive, type CD
\windows\system32\config and press
: - Type DIR and press
, and verify that the following files and folders exist in the config folder: - RegBack (which is a folder)
- DEFAULT
- SAM
- SECURITY
- SOFTWARE
- SYSTEM
- Type MD mybackup and press
to create a backup folder that you can use incase this procedure does not work as expected. - Type copy *.* mybackup and
press
. - If Now you need to check if you can use the automatic Windows backups to restore your registry:
- Type CD RegBack and press
to go to the RegBack folder. - Type DIR and press
to view the contents of the folder. All the following files must exist: - The DEFAULT, SAM and SECURITY files should each be about 262,000 bytes in size.
- The SOFTWARE file should be about 26,000,000 bytes.
- The SYSTEM file should be about 9,900,000 bytes.
- The file sizes presented here are approximate estimations, and may vary depending on your system. If any one of them are 0 bytes, then you should stop what you're doing now and seek an alternative method of recovering your system, because Windows cannot function with a 0-byte size registry hive.
- If the hive files listed in RegBack are ok, then proceed to step 14 of the tutorial.
- Type copy *.* .. and press
to copy the backup hive files to \Windows\System32\config. - If you are prompted to overwrite existing files, press A to allow all file to be overwritten.
- Type exit and press
to close the command prompt.
- Click the Restart button to reboot your computer. If all goes well, your system will boot normally.
Use Windows 10
Boot Loop Automatic Repair
Windows 10 boot loop automatic repair can appear after
several times boot failure. And from there you can do some rescue for Windows
10 reboot loop. Please try the followings:
Step 1. Power off the PC and then power it on. As soon as you see the
rotating loading circle, press and hold the Power button to shut it off.
Step 2. Repeat this process a few times until you see the "Preparing Automatic Repair" screen.
Step 3. After "Diagnosing
your PC" interface, you will see the
"Automatic Repair" screen. Here you need to select "Advanced options".
Step 4. Select "Troubleshoot"
-> "Advanced
Options" where you get multiple
choices.
Step 5. Select "Command Prompt" and
continue running the following command lines:
- c: (Note that you system drive may be different. You will have to figure it out by yourself by viewing the directory.)
- dir
- cd \windows\system32\config
- MD backup
- copy *.* backup
- CD regback
- dir
- copy *.* ..
- A
- Exit
When you get back to "Choose an option",
click "Continue (exit and continue to Windows 10)" and see if Windows
10 continuous reboot ends.
Source From Internet
No comments:
Post a Comment