Created
January 31, 2020 15:52
-
-
Save ddeveloperr/cbad54c6d9185647ff33a4a4527e2e3c to your computer and use it in GitHub Desktop.
FIX Windows 10 error code 0xc000000f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You will need a Windows 10 boot disk; | |
Installing Windows 10 using the media creation tool - create media then | |
boot with it. | |
http://windows.microsoft.com/en-us/windows-10/media-creation-tool-install | |
How to Create a Bootable USB Flash Drive to Install Windows 10 | |
http://www.tenforums.com/tutorials/2376-usb-flash-drive-create-install-windows-10-a.html | |
OR use this method : | |
https://rufus.ie/ | |
https://www.youtube.com/watch?v=gLidIDyTlKI | |
----------------------------------------------------------------------------------------------- | |
Boot with a Installation or Repair disc or USB drive - issue these from the Command | |
Prompt and hit ENTER after each. | |
C: | |
bootrec /fixmbr | |
bootrec /fixboot | |
bootrec /scanos | |
bootrec /rebuildbcd | |
After the above you may need to run Automatic Repair (even 2 or 3 times) - Option 5 | |
here and run StartUp Repair to see if it helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment