Windows 7 SSD optimizations applied when?

3

I've got a Windows 7 install running on my laptop, and will be upgrading to an SSD shortly. If I take a Windows system image backup from my current HD, and restore it to my SSD, will I get the SSD optimizations, or does Windows do those checks during the install? If so, is there some way I can force Windows to recheck and/or act accordingly?

Greg Hurlman

Posted 2009-12-02T16:16:10.903

Reputation: 234

Answers

1

I think you can apply the image on the new SSD. Afterwards you can check what Windows think of the drive. Run this from a cmd window...

fsutil behavior query disabledeletenotify

If DisableDeleteNotify = 0 then Windows recognize your SSD.

Here are some links/hints for SSD drives:

berocoder

Posted 2009-12-02T16:16:10.903

Reputation: 134

3

Not quite correct. DisableDeleteNotify should equal 0, if TRIM is enabled by Windows. This should be beneficial if the SSD supports TRIM. See: http://superuser.com/questions/74896/confirming-that-windows-7-is-using-ssd-optimizations/76210#76210

– sblair – 2009-12-12T00:49:06.493