Skip to content

Instantly share code, notes, and snippets.

@ddeveloperr
Created January 31, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddeveloperr/cbad54c6d9185647ff33a4a4527e2e3c to your computer and use it in GitHub Desktop.
Save ddeveloperr/cbad54c6d9185647ff33a4a4527e2e3c to your computer and use it in GitHub Desktop.
FIX Windows 10 error code 0xc000000f
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