How check TRIM feature on Windows 10 (Tutorial)

Words
23
Reading
1 min
Listen
Play
9y
  1. Run PowerShell

2.Type:

fsutil behavior query DisableDeleteNotify

If the command returns "DisableDeleteNotify = 0", then TRIM is running. If not, you can turn it on by executing:

fsutil behavior set disabledeletenotify 0
How check TRIM feature on Windows 10 (Tutorial) | Ecency