engineering:computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
engineering:computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1engineering:computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader [2024/08/16 13:56] (current) – ↷ Page moved from refractor_computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader to engineering:computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader carlossousa
Line 1: Line 1:
 +====== Uninstall GRUB and use / fix Windows Bootloader ======
 +
 +To restore Win 10 default bootloader follow these steps:
 +
 +  * Log into Win 10
 +  * Open Command Prompt (Admin)
 +  * ''c:\> bootsect /nt60 <drive name>: /mbr''
 +''<drive name>''  is the drive letter where the Master Boot Record (MBR) will be updated
 +
 +For example to update **C**  master boot record this is the command:
 +
 +''c:\> bootsect /nt60 c: /mbr''
 +
 +For more help about bootsect command see here - [[https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bootsect-command-line-options|https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bootsect-command-line-options]]
 +