meta data for this page
  •  

This is an old revision of the document!


NTFS

Trim

  • Check if TRIM is enabled:
    fsutil behavior query DisableDeleteNotify
  • Enable TRIM:
    fsutil behavior set DisableDeleteNotify 0
  • Disable TRIM:
    fsutil behavior set DisableDeleteNotify 1