Hello
Thank you for posting in Q&A forum.
Please try the suggestions below.
- When SFC returns the error "Windows Resource Protection could not start the repair service," it often means that the Windows Modules Installer service isn't running. Please find it in the services list and turn it on manually.
- If DISM can't find the source files, ensure you're using the correct path to the ISO file.
- Error 0x80246019 can occur due to various reasons, including corrupted update files or insufficient disk space. Here are some steps you can try:
- Run the Windows Update Troubleshooter: Go to Settings > System > Troubleshoot > Other troubleshooters.Find Windows Update and click Run.
- Clear the Windows update cache:
Open Command Prompt as an administrator, run the following commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
- Install the update manually.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.