- 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
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