CHKDSK, SFC, and DISM don't do the same job. CHKDSK targets the file system, SFC targets protected Windows files, and DISM targets the Windows image and pending package actions. The wrong drive letter or parameter makes the command display its help screen or repair the wrong installation.
Aynı açılış ekranı different nedenlerle oluşabilir. Önce gözlemlenebilir belirtileri kaydedin.
CHKDSK has fixed file system inconsistencies.
SFC found no corruption in protected files.
Incomplete update actions will be rolled back at the next boot.
The parameter format or slash character is incorrect.
Tahminle sürücü silmek veya bölüm biçimlendirmek yerine geri döndürülebilir testler uygulayın.
Typing \f instead of /f produces an invalid parameter.
Passing the C: parameter when Windows is actually on D: in WinRE targets the wrong drive.
Answering Y to CHKDSK's dismount prompt invalidates open handles; this is expected in the recovery environment.
DISM may show a warning; if the operation completes successfully, the result line is what matters.
Her aşamadan sonra sistemi test edin. Birden fazla değişikliği same anda yapmayın.
Run dir C:\Windows and dir D:\Windows; use the path where System32 and WinSxS actually appear.
SFC results may not be reliable while the file system itself is corrupted.
/offbootdir must point to the drive root and /offwindir to the Windows folder.
Use DISM if a restart occurred during an update or installation.
Bad sector count, number of fixes, and the SFC result matter for distinguishing hardware from software causes.
After the commands finish, remove the USB drive and restart the system.
Kurtarma in the environment Windows bölümü C: olmak zorunda değildir. Örneklerdeki D: harfini kendi sisteminize göre değiştirin.
chkdsk D: /f
sfc /scannow /offbootdir=D:\ /offwindir=D:\Windows
dism /image:D:\ /cleanup-image /revertpendingactions
dir D:\Windows\System32 dir D:\Windows\WinSxS
format, clean, delete partition, convert ve rastgele active komutlarını yedek ve disk eşleşmesi olmadan kullanmayın.
At the first stage, /f is faster for logical errors. If you suspect a physical disk problem, consider /r after taking a backup.
It shows that CHKDSK's scan reported no bad sectors; it doesn't replace an SSD health test.
BCD, pending package, driver, or service issues fall outside SFC's scope.
The RevertPendingActions command schedules the rollback; the actual change may only complete during a restart.
WinRE, Startup Repair, Startup Settings, and Command Prompt options.
Safe Mode, boot logging, and low-resolution video options.
Reference for rebuilding EFI and BCD boot files.
File system check and repair parameters.
Offline and online system file verification options.
Bu rehberler formatı ilk seçenek as değil, correctlanmış diagnosisten sonraki son seçenek as ele alır.