Original post : Fixing the Windows Bootloader via the setup DVD.
If you don't have the original installation DVD or can't boot into Windows, go to Attempt Four: Easy Recovery Essentials for Windows.
If you can boot into Windows, we highly recommend using our Recovering the Windows Bootloader with EasyBCD guide instead.
If you're on an EFI/UEFI machine or have GPT disks, you will need to use Easy Recovery Essentials (one-click Windows recovery CD) instead.
If you can't get these instructions to work for you, don't have the Windows setup CD/DVD, are worried something might go wrong, or are just looking for a safe & reliable way of fixing your boot problems with just a single click, download a copy of Easy Recovery Essentials (our recovery discs) and use it to get your PC back up and running in five minutes. It supports Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP and Windows Server editions.
chkdsk C: /f exit
C:
bootrec.exe /fixmbr bootsect.exe /nt60 all /force
bootrec.exe /rebuildbcd
attrib -h -s C:\boot\BCD del C:\boot\BCD bcdedit /createstore c:\boot\bcd.temp bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager" bcdedit.exe /import c:\boot\bcd.temp bcdedit.exe /set {bootmgr} device partition=C: bcdedit.exe /timeout 10 attrib -h -s C:\boot\bcd.temp del c:\boot\bcd.temp
bcdedit.exe /create /d "Microsoft Windows" /application osloader
The entry
{c0dfc4fa-cb21-11dc-81bf-005056c00008}
was successfully created.
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} device partition=C: bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} osdevice partition=C: bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} path \Windows\system32\winload.exe bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} systemroot \Windows
bcdedit.exe /displayorder {c0dfc4fa-cb21-11dc-81bf-005056c00008}