Windows 10 Update problem with 22H2 - DISM & SFC not working

Anonymous
2023-01-13T12:27:18+00:00

Hello,

since last week im trying to update my system to the latest 22H2 but neither the windows-update, nor the media creation tool worked for me - they got stuck at 100% and even after 24h nothing happened - so then i found a guide on how to reset the windows update components and in the tutorial they asked to use SFC via command prompt - but when i try to use it i get an error message :
"Windows Resource Protection could not perform the requested operation"

I checked if the TrustedInstaller-service is active but its not and i cannot start it (via services.msc) i get an error message:

"System Error 3: ...could not find path"

what can i do now? please advise

thanks!
I.

Windows for home | Windows 10 | Install and upgrade

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.

0 comments No comments
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2023-01-30T12:48:35+00:00

FYI, the failed upgrade should have reverted to the original configuration automatically. It doesn't uninstall any driver.

The upgrade failed because it could not migrate a driver to the new installation, as denoted by the MIGRATE_DATA error. The setup logs will tell what caused that.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2023-01-30T12:36:34+00:00

Not sure which update you uninstalled in Safe mode. Maybe you can clarify that point.

As said in my previous post, simply run SetupDiag again and upload the latest logs.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2023-01-18T19:28:45+00:00

Ok, but setups shouldn't take this long. It's really weird!

  1. Run chkdsk c: /f
  2. Disconnect all hardware peripherals except your kbd/mouse,
  3. Clean up every unwanted driver using the driver assessment tool and pnputil.
  4. Uninstall optional features like unneeded FODs and language packs.
  5. Delete unwanted user profile folders.

Run Setup.

Disable dynamic updates in the initial Setup screen.

And, pls note that the logs will give meaningful information only when the setup fails gracefully/installs successfully.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2023-01-17T17:16:46+00:00

Looks like SetupDiag was unable to collect the logs. Please upload the logs manually..

Log file Description
C:$WINDOWS.~BT\Sources\Panther\setupact.log Contains information about setup actions during the installation.
C:$WINDOWS.~BT\Sources\Panther\setuperr.log Contains information about setup errors during the installation.
C:$WINDOWS.~BT\Sources\Panther\miglog.xml Contains information about the user directory structure. This information includes security identifiers (SIDs).
C:$WINDOWS.~BT\Sources\Panther\PreGatherPnPList.log Contains information about the initial capture of devices that are on the system during the downlevel phase.

Additionally, please attach the mdmp file mentioned in that SetupDiagResults.log file.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2023-01-17T02:01:09+00:00

That's great.

You could have run SetupDiag to collect the logs. SetupDiag collects the setup logs and saves them into a zip file named Logs.zip on your desktop. Upload the file to your OneDrive, Dropbox, or any other cloud hosting account and share the link here.

Edit: Please try the ISO method the next time.

  • Download the 22H2 ISO using Media Creation Tool.
  • Double-click the ISO to mount it to a drive letter.
  • Run Setup.exe and complete the repair/upgrade.

Disable dynamic updates and switch off your internet connection.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

63 additional answers

Sort by: Newest
  1. Ramesh 181.8K Reputation points Volunteer Moderator
    2023-01-14T12:23:16+00:00

    The TrustedInstaller registry key can be fixed by starting Regedit.exe under the LocalSystem account. Follow these steps:

    1. Download TrustedInstaller.reg and save it to the desktop.
    2. Download AdvancedRun from Nirsoft.
    3. Start AdvancedRun.
    4. In the Program to Run text box, type c:\windows\regedit.exe

    1. In the "Run As..." box, select SYSTEM user.
    2. Click the "Run" button located at the bottom of the AdvancedRun window. This will start the Registry Editor.
    3. In the Registry Editor window, click on the File menu, choose Import...

    1. Browse and select the file "TrustedInstaller.reg" which you downloaded to your desktop, and import it.
    2. Exit the Registry Editor.

    (If you get an error at step #8, please post the exact error message here.)

    Restart Windows and see if you can start TrustedInstaller/DISM/SFC.

    Was this answer helpful?

    0 comments No comments