how do i do that?
Feature update to Windows 10, version 1709 fails to install
Hi, I am trying to install the Creators Update on my computer, but it fails and has to recover every time I try. What system information should I post to help troubleshoot why the update continues to fail?
Thanks!
-Andrew
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
153 answers
Sort by: Newest
-
Anonymous
2018-02-16T02:53:01+00:00 -
Anonymous
2018-02-16T02:47:36+00:00 Still seems weird, maybe just half as much, though.
You did get output of the {badmemory} entry, & it shows no badmemorylist item. Still - better do the full enum & examine it. If it looks just like in your picture (minus the error message), then all is well regarding that issue.
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Anonymous
2018-02-15T23:37:38+00:00 You've got some kind of abnormality, beerus_king - or it could be you need Windows version 10.0.16299 for it. The worst I can get at a Command Prompt is...
That will happen when the Prompt is not an administrator.
So - try: BCDEdit -enum all
Then look carefully for the {badmemory} entry. Or, click the Prompt's icon in the header for its find box...
Edit: It's a good idea to backup the BCD before making changes to it...
MD C:\BU //Create a BU folder on C:.
BCDEdit /Export "C:\BU\BCD Backup" //Backup the BCD into the file "BCD Backup"..
//
The BU subfolder is auto-created, if necessary.If necessary, it can be restored with: BCDEdit /Import "C:\BU\BCD Backup"