Sign in with
Sign up | Sign in

Slow SSD boot time (during Windows 7 load)

Last response: in Storage
Share

I bought an Intel 520 60GB SSD and initially it ran fantastically, programs were lightning quick to open and boot times were in the order of 19 seconds. I turned my computer on one day and my boot times were more like 37 seconds, with the majority of that time coming from the Windows 7 splash screen (which initially barely appeared). Once Windows 7 was loaded everything was fine however. I tried re-installing Windows to no avail and my SATA configuration is set to AHCI. I've got some screen shots of benchmarks as well. Any help would be appreciated!



Windows 7 Expert
Storage Expert

Your ATTO results are excellent.

Your AS-SSD Sequential Reads should be closer to 500MB/s and your Sequential Writes should be closer to 300MB/s.

Your drive should be connected to one of the 2 Intel 6Gb/s ports, not one of the 2 ASMedia 6Gb/s ports.

U have to check whether TRIM function is turned on in win 7.

To enable or disable TRIM Command, you will need to open an Elevated Command Prompt window.

How To Open an Elevated Command Prompt window: Click on Start Orb > Type "CMD.exe" in Search box > Right click on "CMD" and select "Run as Administrator" (If you receive a prompt confirmation, click YES)

How to Enable TRIM Command

In the Elevated command Prompt windows, type the following:

fsutil behavior set disabledeletenotify 0

How to Disable TRIM Command

In the Elevated command Prompt windows, type the following:

fsutil behavior set disabledeletenotify 1

How do I know if TRIM is working in Windows 7?

In the Elevated command Prompt windows, type the following:

fsutil behavior query disabledeletenotify
Results explained below:
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
Ask the community
!