This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
microsoft:recover_boot_windows_7 [2018/04/25 17:25] admin created |
microsoft:recover_boot_windows_7 [2018/04/25 17:29] (current) admin |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| you can also substitue the /fixmbr with thes commands: | you can also substitue the /fixmbr with thes commands: | ||
| - | /FixBoot. Writes a boot sector onto the system partition to start Windows | + | **/FixBoot**. Writes a boot sector onto the system partition to start Windows |
| - | /ScanOs. Scans all disks for Windows installations and displays them to you. | + | **/ScanOs**. Scans all disks for Windows installations and displays them to you. |
| + | |||
| + | **/RebuildBcd**. Scans all disks for Windows installations and prompts you to pick the ones you want to add to the BCD. | ||
| + | |||
| + | ===== Procedure for Windows 7 : ===== | ||
| - | /RebuildBcd. Scans all disks for Windows installations and prompts you to pick the ones you want to add to the BCD. | ||
| - | Procedure for Windows 7 : | ||
| <code bash> | <code bash> | ||
| BootRec.exe /fixmbr | BootRec.exe /fixmbr | ||
| </code> | </code> | ||
| - | <code bash> | ||
| - | BootRec.exe /fixmbr | ||
| - | </code> | ||
| <code bash> | <code bash> | ||