Forum Discussion
Sendall
Sep 15, 2025Iron Contributor
How to rebuild corrupted windows?
i have a Windows 10 drive from another PC ( Disk 1, E: ) that only has its Windows files (like the main partition, see pic below) but its original EFI and recovery partition is in another ssd tha...
Fonceca
Sep 25, 2025Copper Contributor
Deployment Image Servicing and Management (DISM).
This tool repairs the Windows image that SFC uses. If SFC fails, run this first and then try SFC again.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth