How check TRIM feature on Windows 10 (Tutorial)
- 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