Disable Windows TRIM-Feature (Storage Unmap)

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

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