Hi Fe-0859,
Welcome to the Microsoft Q&A forum.
The message “Windows Resource Protection could not start the repair service” indicates that Windows was unable to start the service needed to repair system files. This can happen when system files, disk structures, or startup components are affected, often following storage or disk‑related errors.
Here are some possible troubleshooting steps that you can consider trying:
Recommended solutions (short and effective)
1, Run Startup Repair
- Boot into Windows Recovery Environment
- Select Troubleshoot > Advanced options > Startup Repair
- Let the process complete and restart the PC
2, Repair the Windows image using DISM
- In Advanced options, open Command Prompt
- Run
DISM /Image:C:\ /Cleanup-Image /RestoreHealth - After it completes, retry
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
3, Check the disk for errors
- From Command Prompt in Recovery, run
chkdsk C: /r - Allow the scan to complete and restart
If repairs don’t complete successfully, this option reinstalls Windows while preserving personal data.
- Troubleshoot > Reset this PC
- Choose Keep my files
If disk checks continue to report storage‑related issues, it may be helpful to consult your device manufacturer for further hardware diagnostics. Persistent storage errors can impact system recovery tools.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.