Windows 10 2.273 Themen, 29.278 Beiträge

TRIM checken

Andy30 / 2 Antworten / Baumansicht Nickles

Um zu überprüfen, ob TRIM aktiv ist, reicht ein Kommando in der Eingabeaufforderung. 

fsutil behavior query DisableDeleteNotify

Wird als Ergebnis "DisableDeleteNotify = 0" ausgegeben, ist alles prima, und TRIM ist aktiv.

Das ist bei mir der Fall, aber warum wird dann im Ergebnis (und nicht nur bei mir) angezeigt?:

NTFS DisableDeleteNotify = 0  (Deaktiviert)
ReFS DisableDeleteNotify = 0  (Deaktiviert)

bei Antwort benachrichtigen
pappnasen Andy30 „TRIM checken“
Optionen

(This is a little confusing at first glance—with a value of 0, the DisableDeleteNotify option is disabled. That's a double negative, which means “DeleteNotify,” also known as TRIM, is enabled.)

If you see DisableDeleteNotify = 1 , TRIM is disabled. This is a problem if you have an SSD.

bei Antwort benachrichtigen
Andy30 pappnasen „This is a little confusing at first glance with a value of 0, the DisableDeleteNotify option is disabled. That s a double ...“
Optionen

Danke, alles klar!

bei Antwort benachrichtigen