Hello DeanHinson,
Thank you for posting in Microsoft Community forum.
This could be due to a misconfiguration or corruption in the system settings. Here are a few steps you can try to resolve this issue:
- Check Drive Letters:
Ensure that the drive letters haven't been switched or misconfigured. You can do this by going to Disk Management (press Win + X and select Disk Management) and verify the drive letters.
- Run System File Checker (SFC):
This tool can help fix corrupted system files. Open Command Prompt as an administrator and run the following command:
sfc /scannow
This will scan for and attempt to repair any corrupted files.
- Run DISM Tool:
The Deployment Imaging Service and Management Tool can help fix Windows image corruption. Open Command Prompt as an administrator and run the following command:
DISM.exe /Online /Cleanup-image /Restorehealth
This will take some time to complete.
- Check Registry Settings:
Sometimes, the registry might have incorrect paths. Open Registry Editor (regedit) and navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
Ensure that the ProgramFilesDir and Windows values point to the correct drive (C:).
- Windows Update Troubleshooter:
Use the built-in Windows Update Troubleshooter to diagnose and fix update issues. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters, and run the Windows Update troubleshooter.
- Reinstall WinRE:
If the above steps don't work, you might need to reinstall the Windows Recovery Environment. You can use the Windows Media Creation Tool to create a bootable USB drive and reinstall Windows, which should also reinstall WinRE.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan