Support #821
Repair Corrupted System Files on Windows 7
Description
I recently had a Windows 7 machine start acting up (in the usual Windows way). After running a sfc /scannow
the output only stated that it has found corrupted files that Windows could not fix.
To resolve this I booted off of a Windows 7 install disc, entered a recovery prompt, and ran an offline chkdsk
.
Offline chkdsk¶
- Boot from Windows 7 DVD.
- Select a language.
- Select Repair Your Computer.
- Choose your target system, in my case Windows 7.
- In the recovery tool panel, choose Command Prompt.
- Run chkdsk:
chkdsk C: /F /R
Offline sfc¶
- Boot from Windows 7 DVD.
- Select a language.
- Select Repair Your Computer.
- Choose your target system, in my case Windows 7.
- In the recovery tool panel, choose Command Prompt.
- Run sfc:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
Resources¶
Updated by Daniel Curtis over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Daniel Curtis over 8 years ago
- Subject changed from Repair Corrupted System Files on Windows 7 Using Offline chkdsk to Repair Corrupted System Files on Windows 7
- Description updated (diff)