Arama Yap Mesaj Submit
Request a Callback
+90
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro

Contact Us

Location Halkali merkez neighborhood fatih st ozgur apt no 46 , Kucukcekmece , Istanbul , 34303 , TR
Windows Teknik Solution Merkezi

Windows CHKDSK, SFC, and DISM: The Correct Order and Offline Commands

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.

CHKDSKNTFS and disk logical structure
SFCProtected system files
DISMWindows image and package actions
OFFLINEWorking on a Windows install that won't boot
01
TEŞHİS

Belirtileri correct katmana ayırın

Aynı açılış ekranı different nedenlerle oluşabilir. Önce gözlemlenebilir belirtileri kaydedin.

Windows made corrections

CHKDSK has fixed file system inconsistencies.

No integrity violations

SFC found no corruption in protected files.

Revert pending actions

Incomplete update actions will be rolled back at the next boot.

SFC shows its help screen

The parameter format or slash character is incorrect.

02
KÖK WHY

En olası nedenleri risk sırasıyla inceleyin

Tahminle sürücü silmek veya bölüm biçimlendirmek yerine geri döndürülebilir testler uygulayın.

High

Using the wrong slash

Typing \f instead of /f produces an invalid parameter.

High

Wrong offline Windows drive letter

Passing the C: parameter when Windows is actually on D: in WinRE targets the wrong drive.

Medium

Volume in use

Answering Y to CHKDSK's dismount prompt invalidates open handles; this is expected in the recovery environment.

Medium

Insufficient scratch space

DISM may show a warning; if the operation completes successfully, the result line is what matters.

03
GÜVENLİ ÇÖZÜM AKIŞI

Adımları sırayla ve tek değişkenle uygulayın

Her aşamadan sonra sistemi test edin. Birden fazla değişikliği same anda yapmayın.

01

Verify the Windows folder

Run dir C:\Windows and dir D:\Windows; use the path where System32 and WinSxS actually appear.

02

Run CHKDSK first

SFC results may not be reliable while the file system itself is corrupted.

03

Run offline SFC

/offbootdir must point to the drive root and /offwindir to the Windows folder.

04

Revert pending packages

Use DISM if a restart occurred during an update or installation.

05

Save the result text

Bad sector count, number of fixes, and the SFC result matter for distinguishing hardware from software causes.

06

Test a normal boot

After the commands finish, remove the USB drive and restart the system.

04
KOMUTLAR

Komutları real Windows harfine göre çalıştırın

Kurtarma in the environment Windows bölümü C: olmak zorunda değildir. Örneklerdeki D: harfini kendi sisteminize göre değiştirin.

CHKDSK
chkdsk D: /f
Offline SFC
sfc /scannow /offbootdir=D:\ /offwindir=D:\Windows
DISM pending actions
dism /image:D:\ /cleanup-image /revertpendingactions
Verify the Windows path
dir D:\Windows\System32
dir D:\Windows\WinSxS
Yüksek riskli komutlar

format, clean, delete partition, convert ve rastgele active komutlarını yedek ve disk eşleşmesi olmadan kullanmayın.

05
SIK SORULAN SORULAR

Kritik karar noktaları

Should I use CHKDSK /r?

At the first stage, /f is faster for logical errors. If you suspect a physical disk problem, consider /r after taking a backup.

What does "0 KB in bad sectors" mean?

It shows that CHKDSK's scan reported no bad sectors; it doesn't replace an SSD health test.

SFC came back clean, so why won't Windows boot?

BCD, pending package, driver, or service issues fall outside SFC's scope.

Does DISM fix things immediately after the operation?

The RevertPendingActions command schedules the rollback; the actual change may only complete during a restart.

07
İLGİLİ REHBERLER

Sonraki correct adıma geçin

EKA SUNUCU TEKNİK BİLGİ MERKEZİ

Önce veriyi koruyun, sonra sistemi onarın.

Bu rehberler formatı ilk seçenek as değil, correctlanmış diagnosisten sonraki son seçenek as ele alır.

Technical support
Top