Windows 7 Error Recovery Using System Recovery Options
Windows 7 comes with an extended and more powerful System Recovery than those found in Windows XP and Windows Vista. Windows 7 System Recovery is your emergency disk when you need to restore your computer configuration or when you need to perform Windows 7 error recovery such as fix master boot record and boot sector. The system recovery disk is bundled with the Windows installation DVD.
Here Are A List Of What System Recovery Options Does In Windows 7
Startup Repair
Repairs specific computer issues, like missing or corrupt Windows system files, which may stop Windows from operating properly.
System Image Recovery
A system image is a customized backup of the partition which contains Windows, and also consists of programs and user data, like files, images, and music. You need to create a system image prior to using this feature.
System Restore
Restores your computer configuration and system files to a previous state without harming your files, such as email, files, or images. If you are using System Restore from the System Recovery Options menu, you will not be able to undo the restore operation. Nevertheless, you may run System Restore again and pick an alternative restore point, if there is any.
Windows Memory Diagnostic Tool
Scans your computer’s memory for errors.
Command Prompt
This feature is mostly used by experienced computer users to carry out windows error recovery in Windows 7 operations as well as run other command line tools to diagnose and troubleshoot computer problems.
Recover Windows 7 and Fix Windows Errors Using System Recovery Command Prompt Line Tools
- Now assume that you already have the recovery disk and you want to run the System Recovery disk using command prompt line tools.
- To begin with this you can get started by booting your computer and quickly hitting the F8 or F12 keys on the keyboard. You need to do this before the Windows logo appears.
- Insert your Windows 7 installation DVD. You will be prompted with several menus, just click on System Recovery and select Command prompt Menu a shown bellow.
Several Command Lines To Fix Your Windows 7 Computer Error Using System Recovery
BootRec / RebuildBcd : This will automatically rebuild the Windows 7 boot menu if there are corrupt systems files
BootRec / fixmbr : this command line will fix the master boot record (MBR) on your hard drive.
BootRec / fixboot : this will write a new boot sector on your hard drive. This is useful if you have a corrupt or damaged boot sector.
BootRec / ScanOs : This command will move the hard disk to the operating system that may not currently appear in the boot menu. This command line is useful if you have two operating systems installed on your computer
Example : The following command lines is used if you want to delete the boot menu and rebuild the boot menu from scratch
Bcdedit / export c: \ BCD_Backup
c:
boot cd
BCD attrib-s-h-r
ren c: \ boot \ BCD bcd.old
BootRec / RebuildBcd
Reference: http://windows.microsoft.com/en-US/windows7/What-are-the-system-recovery-options-in-Windows-7





