Disable Windows TRIM-Feature (Storage Unmap): Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) K |
Admin (Diskussion | Beiträge) |
||
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 == | ||
+ | fsutil behavior set DisableDeleteNotify NTFS 0 | ||
Version vom 28. Juni 2018, 12:33 Uhr
Get TRIM-Feature
fsutil behavior query DisableDeleteNotify
Disable TRIM-Feature
fsutil behavior set DisableDeleteNotify NTFS 1
Enable TRIM-Feature
fsutil behavior set DisableDeleteNotify NTFS 0