SSD not recognized by Sandisk Dashboard 1.4.1 -still!

Hello,

TRIM is an Operating System feature and Windows Vista doesn’t support TRIM natively. You can manually enable TRIM using third party software or using the command line.

Open Elevated Command Prompt:

Type fsutil behavior set disabledeletenotify 0

After doing above, please confirm TRIM is enabled using the following command:

fsutil behavior query disabledeletenotify

Results explained below:
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

If this doesn’t work, SanDisk SSDs I believe does come with Garbage Collection which also works almost the same way. Either you can update OS from Vista to Windows 7 or above or probably forget about TRIM and rely on Garbage Collection.  

I hope that helps.

Thanks!!!

1 Like