Disable Windows TRIM-Feature (Storage Unmap): Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == Get TRIM-Feature == fsutil behavior query DisableDeleteNotify == Disable TRIM-Feature == fsutil behavior set DisableDeleteNotify NTFS 1 Kategor…“) |
Admin (Diskussion | Beiträge) K |
||
(3 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
== Get TRIM-Feature == | == Get TRIM-Feature == | ||
fsutil behavior query DisableDeleteNotify | fsutil behavior query DisableDeleteNotify | ||
− | |||
== Disable TRIM-Feature == | == Disable TRIM-Feature == | ||
fsutil behavior set DisableDeleteNotify NTFS 1 | fsutil behavior set DisableDeleteNotify NTFS 1 | ||
+ | == Enable TRIM-Feature (default) == | ||
+ | fsutil behavior set DisableDeleteNotify NTFS 0 | ||
[[Kategorie:PowerShell]] | [[Kategorie:PowerShell]] | ||
+ | [[Kategorie:Windows]] |
Aktuelle Version vom 16. Juli 2018, 15:36 Uhr
Get TRIM-Feature
fsutil behavior query DisableDeleteNotify
Disable TRIM-Feature
fsutil behavior set DisableDeleteNotify NTFS 1
Enable TRIM-Feature (default)
fsutil behavior set DisableDeleteNotify NTFS 0