SSD Tweaks and Optimizations in Windows 7

Hello to all my fellow and future users of SSD drives and Windows 7.
I wanted to set up an area with real-world tips on getting the most out of your SSD and the Windows 7 operating system. I will separate each type of tip to its own message to keep things easier to read and to follow.

All of this has been tested on my laptop system, configured as follows:
HP DV2270us, Core 2 qual 2ghz, 4 Gig RAM.
Disk 0: Patriot M28 64-gig SSD 240MBs (Boot drive), Disk 1: Seagate ST9500420AS 500 Gig 100MBs second drive.
Windows 7 ultimate 64-bit.
Machine is used all day every day at work and home, lots of virtual machines running.

These suggestions are just the way I choose to set things up and get GREAT performance and utilize the SSD to its fullest potential. Your mileage may and probably vary. The tutorials and suggestions are not meant to be debated, its all up to you to decide if you want to try them or not.
All standard disclaimers apply... I am not responsible for breaking your stuff, only mine.
With all that said, on with the tutorials...:party:
FYI, lightningltd here (me) and magic-man on other forums are one in the same, So I am posting this tutorial here with my permission. :what:




This tutorial is for those who are already running Windows 7 on their SSD as a boot drive. If like me, you first installed to hard drive then used an image backup program to put the OS on the SSD, then this step is necessary to allow Windows 7 to set the proper settings for SSD use and set things up for optimizing the OS after burning the firmware and/or cleaning the drive to factory specs. If you installed directly to the your SSD, you don't need to follow this step, but it can be helpful if you followed the XP and vista SSD guides and things just aren't up to snuff.

*** read all the steps first so you can create the images and boot USB and CD/DVD and print the instructions before you start***

FIRST.... MAKE A BACKUP IMAGE just in case!!!!!!!!!!!!!!!!!!! Be sure to create the restore disk, too.

Basically, you need to do a repair install of Windows 7 so Windows can set itself up properly for SSD use. The following link will step you through this step:
http://www.sevenforums.com/tutorials/3413-repair-install.html
When done, we need to verify that TRIM is active. At a command prompt (start/run/cmd), type the following: fsutil.exe behavior query DisableDeleteNotify

It should respond back with DisableDeleteNotify=0 if trim support is ready and active. If it is not, type fsutil.exe behavior set DisableDeleteNotify 0

This will set Windows 7 to use TRIM when the drive and drivers are ready to do so.

Next, we need to make sure our ATA/ATAPI ACHI controller is set to use trim.
EDIT! 3/22/10: The new INTEL chipset drivers 9.6.0.1014 support TRIM! Use these instead of the MS AHCI ones for Intel Chipsets.
RAID: Intel® Rapid Storage Technology Driver for Intel Desktop Boards

For non-intel chipsets:
To see/change it, go to device manager and select IDE ATA/ATAPI controllers. If it says "Standard AHCI 1.0 Serial ATA Controller", you are good to go. If not, double click it and select the driver tab. Click update driver. Select browse. Select let me pick. select Standard AHCI 1.0 Serial ATA Controller.

Once it has reboot and all is fine, then U can go on to the next step (after making an IMAGE backup of the whole SSD with the new changes (I use Windows backup)).

This step is necessary IF you have been using the SSD for a while before updating the firmware and/or want to return performance back to factory fresh (this will fix isues created if you ran 'tony-trim' method on another site). I did it right after the firmware update since it will ERASE the entire SSD, losing all data. It is called an ATA secure erase for a reason.
some of the firmware update tools do not issue the proper ATA secure erase command when they are done (Like the samsung), so the SSD will 'inherit' any performance issues it had before. Using this method resets all the memory cells to factory values.

IF you just pulled the SSD out of the box and updated it, or have never used it, then this step is NOT NEEDED.
Remember! Make sure U have that image backup I keep yelling about, you WILL lose everything on the SSD if you haven't already!

Download and print the instructions from http://ata.wiki.kernel.org/index.php/ATA_Secure_Erase
Get the lin*x boot image from http://partedmagic.com/ and burn it to a CD/DVD.
Boot to the CD/DVD and click the bottom where it looks like a black window (prompt).
Follow the instructions you just printed. On my laptop, I had to unplug the SSD while the OS was running and plug it back in real quick to make it not be frozen as in the instructions.

When all done, you have a nice empty clean SSD to restore your image to!
Restore the image to the drive and boot up.

See U at the next part... Optimizing Windows 7 for the SSD!




Now that you have gotten everything done as far as firmware, and image restored and have a working Windows 7, we can do some things to make Windows 7 a bit 'friendlier' to your SSD and make things faster to boot.

FWIW, Microsoft did a great job in pre-optimizing Windows 7 for SSD use. Except for installation, over 95% of Windows 7 operations are READS, perfect for your SSD. You COULD just use it as is and things would be fantastic. BUT, there are some things to verify first.....

1: Verify that TRIM is enabled as in the prior messages.
2: Make sure your AHCI controller is using a TRIM compliant driver as in the prior messages.
3: Make sure the defrag program is disabled for the SSD... Admin tools/Services set Disk Defragmenter to disabled. I use auslogics disk defrag (free) for my other drives manually. U almost never have to defrag an SSD. It can lower its life expectancy.
4: Page File. There has been much debate about this. The idea that no one needs a page file is a bunch of crap. I have tried it both ways, moitoring writes and reads, and YES, it IS used even with 8 Gigs of RAM. I left mine at 2 Gigs, but it is just fine at 1 Gig. Writes to the page file are sequential now. Page file is also read at boot time to speed things. Keep it on your SSD where it belongs.
5: Superfetch/prefetch/bootfetch: Windows 7 does not always turn it all off as it should. The purpose of these things are to pre-load the programs you load from slow hard drive to fast memory (cache) in case you want to run them. With your SSD, there is no need. We will disable them and free up some memory and resources and stop a LOT of writes to the SSD.
To disable Superfetch, etc: Admin tools/Services. Select superfetch and set to disabled.
Run regedit and change the following values: HKLM/System/CurrentControlset/Control/Session Manager/Memory Management/Prefetch Parameters and change the key valus of Enableboottrace, enableprefetcher, enablesuperfetch all to 0 and exit regedit.

This will disable MOST of the superfetch/prefetch stuff... The boot prefetch will get disabled in the next part along with some un-necessary logging that is done (and writes a lot).




Now on to some things we can do to reduce some on the unnecessary writes to the SSD. Windows 7 has the most event logs that I have seen of any OS. If you are having issues, then I would not change the logging options. If not, then we can stop a lot of writes that frankly, only an engineer would need (we leave the basic event logs alone).
Go to start/admin tools and select performance monitor. Expand data collector sets. Click on Startup Event Trace Sessions.
With the exception of the following NECESSARY logs (Application, Security, System, Security Essentials) we can stop them from starting. To do so, right click on each one that has a status of Enabled (except the ones mentioned above) and select Properties. Click the Trace Session tab. Unselect Enabled. Click Ok. Repeat for the others (including readyboot).
After your next boot, you will have a lot less writes going to the SSD that are not needed.

Write caching... Enable on the SSD: http://www.sevenforums.com/tutorials/10392-write-caching-enable-disable.html
TEMP FILES... IF you have another NON SSD drive installed, I would move the TEMP and temporary internet files to them (next message(tutorial page)).

Since I have Windows 7 make an image backup of the SSD to my other drive every day (only takes a few minutes and very little resources), I completely turn off system protection (system restore).

You can also turn off Windows reliability monitor. I will post a short tutorial if you want. It does quite a bit of writing too, but only every few hours.

There are some other more advanced things I do, but to be honest, they result in very little speed increase (less than 5%).
how do you "TEMP FILES... IF you have another NON SSD drive installed, I would move the TEMP and temporary internet files to them."
another question: doesn't superfetch run in the ram?
one more question: what do you find you need the paging file for with 8 gb ram? i have found ive never needed it for anything just curious why you think this or what you have found that needs it
Changing location of temp files: http://ask-leo.com/how_do_i_change_the_location_of_windows_temporary_files.html
Changing location of IE temp files: Move Temporary Internet Files Folder - Internet Explorer 7 Misc
Superfetch does run in Ram, but it also does a lot of reading and writing. Remember, the object of superfetch is to copy program stubs from SLOW hard disk to fast RAM. With an SSD, this is not needed, since the SSD reads so fast. I recommend you try it with it on, then try it with the service disabled. You likely will not see any slow down, actually a speed up since more RAM is available for other things and there will be a marked decrease in disk writes/accesses.

Windows 7 does use the page file IF PRESENT to keep things effecient. Several programs use it like VMWARE, some games, graphics software, MS office, etc... It will only use it when it is effecient to do so. With 8 Gigs of RAM a 1 GIG page file is plenty. Remember: the page file in Windows 7 is more sequential now, and therefore much more efficient. One of my MS sources also told me that there is some cached boot code in it to speed up boot, but to be honest, I haven't seen a difference. I can tell you that it IS smoother with even a 512 Meg page file on the SSD.
Try it both ways with your read-world load and decide for yourself. There is no bench-mark for it other than your gut. That is why it is so debated.

could you also explain: You can also turn off Windows reliability monitor

Admin tools, open task scheduler. expand task scheduler library, then Microsoft, then Windows. Scroll down and click on RAC. Go to the top and select View then show hidden tasks IF RACTASK is not showing. Right click on RacTask and select disable. To re-enable it, you right click it and select enable.
Here is the good part.... disabling it stops it from PROCESSING reliability data and errors for reliability viewer. The data is still collected in the logs, just stored effeciently. You can re-enable it and see the reliability stuff when U wish. Disabling it saved RAM and some drive churning until U need to look at it.

There are some other more advanced things I do, but to be honest, they result in very little speed increase (less than 5%).
please share

Some of what I do is not limited to SSD, but overall OS optimization...
Services... I used the black viper guide and got mine trimmed down some without losing functionality of Win 7... I like it the way it is (almost). U can read up on what each service does and decide for yourself...
http://www.blackviper.com/Windows_7/servicecfg.htm

However, here are the services on my machine (laptop):

View attachment w7srvcs.txt
Tab separated file with MY service config...
 
Last edited by a moderator:
Dude is on the money here mate and don't forget this for the freshest version - might save a bit of updating:)
http://www.sevenforums.com/tutorials/219487-clean-reinstall-factory-oem-windows-7-a.html#post1839164
Gracias Amigo! I already have the newest w7 Ultimate on USB ready for that just incase
but good news is a friend brought me a laptop last night that was buggered up with JUNK!! it kept popping up reg clean pro (spyware/ransomware obviously) and every time we would click a link it would not even go to the page we clicked on it went to some kinda websites that of course wanted us to purchase something...
Come to find out someone previously (her dumb brother) installed a hacked version of Win 7 on it,,, I just so happened to pick up a 40 dollar Scandisk Ultra 120 refurbished SSD the day before (40 bucks I couldn't pass it up), Since she already had the Win 7 OEM key I cloned over to the SSD from a spare HDD that I installed win 7 ultimate on last week from the link in the image you show,,, After I partitioned and set up the SSD drive the clone took all of 9mins to copy over and be set up on the desktop! Before antivirus and spywares I installed for her protection I was having 19 second boot times! now im around 35 but all is good and this laptop now rocks! Still finishing up with it but now I know when I do my system I think the clone should go well. Thanks appreciate your info!
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
JRockZ
OS
Win 7 64 Ultimate
CPU
AMD 8350 Bulldozer 4ghz
Motherboard
Asus M5a97 R2
Memory
6gb
Graphics Card(s)
ATI Radeon HD 5770 X 2
Sound Card
Board
Monitor(s) Displays
Dual Gateway 19" and 32" TV 3 displays at once :D
Screen Resolution
1440X900
Hard Drives
OCZ Agility SSD Patriot Blaze 120
PSU
750 Watt Thermaltake Tough Power
Case
Diablotek EVO Mid Tower Case CPA-6170 - 8X 120mm case fans
Cooling
Corsair Liquid Cooled
Antivirus
NAV
Browser
Always IE
That's good just be careful with cloning I have cloned quite a few of my drives and some have had to be redone but only I think because I am a bit of a want it done yesterday person:)

I use Macrium Macrium Reflect FREE Edition - Information and download (I have the paid for and free versions because I cannot afford all paid for on five machines) for my stuff as with it you can clone partitions by drag / drop when cloning from a large to a small drive - something that cannot usually be done easily or at all.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Own build (new) Desk1 / Asus ROG Win 7 / Desk2 1st build
OS
Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
CPU
Desk1 i5 3750K / Laptop i7 GTX 860M / Desk2 i5 2500
Motherboard
Desk1 Asus P877-V / Desk2 Gigabyte H67 UD3H / Laptop ?
Memory
Desk1 8GB (1866) / Desk2 16GB (1333) / Laptop 8Gb DDR3
Graphics Card(s)
Desk 1& 2NVidia GTX 650 & Laptops on board Intel
Sound Card
Desk 1 & 2 -XONAR DG Realtek High Def audio Laptop
Monitor(s) Displays
Desk 1 Benq HD 2450 / Desk2 Philips 24" / Laptop 17.5"
Screen Resolution
1920x1080 D1 & D2 & Laptop 1
Hard Drives
Desk1 Samsung 120GB 830 SSD
Asus ROG 256GB 850 Pro SSD
Desk2 Samsung 840 256 SSD
Toshiba 120GB EVO
PSU
Desk 1 Corsair HX 1050/ Laptop ? / Desk 2 Corsair HX 650
Case
Desk 1 Cooler HAF XM ? Toshiba laptop / Desk2 Coolermaster
Cooling
Fans on all Desk1 -2 Desk2 - all Coolermasters 5 Laptop ?
Keyboard
Desk 1 MS Sidewinder X6 Desk 2 MS Sidewinder X 4
Mouse
Desk 1&2 - Gigabyte MS 900 gamer - laptop - Logitec wireless
Internet Speed
ADSL2+
Other Info
One other Desktop (tester) and spare Toshba laptop both with SSD's
Running Kaspersky 2016 ISS on all machines config'd identically
Logitec audio stereo systems on each machine (x3)
Canon MG5250MFC
Router/modem TP-Link running WPA2SK
That i like! I made an old laptop drive that i put a 38gb partition on so i can clone to anything! I have an old version of acronis but never had luck with it. Also a 7+yr old copy of farstone drive clone it works perfect!! The ssd clone for my system went well so so far so good! Wish i could clone it all to a dvd and park it away! Lol
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
JRockZ
OS
Win 7 64 Ultimate
CPU
AMD 8350 Bulldozer 4ghz
Motherboard
Asus M5a97 R2
Memory
6gb
Graphics Card(s)
ATI Radeon HD 5770 X 2
Sound Card
Board
Monitor(s) Displays
Dual Gateway 19" and 32" TV 3 displays at once :D
Screen Resolution
1440X900
Hard Drives
OCZ Agility SSD Patriot Blaze 120
PSU
750 Watt Thermaltake Tough Power
Case
Diablotek EVO Mid Tower Case CPA-6170 - 8X 120mm case fans
Cooling
Corsair Liquid Cooled
Antivirus
NAV
Browser
Always IE
EDIT! 3/22/10: The new INTEL chipset drivers 9.6.0.1014 support TRIM! Use these instead of the MS AHCI ones for Intel Chipsets.
RAID: Intel® Rapid Storage Technology Driver for Intel Desktop Boards

Altought it says desktop, this laptop board driver appears to be available, but I never installed this driver:Intel Rapid Storage Technology Driver Driver Details | Dell US
and then of course there are these drivers from the intel site: (apparently my havendale/clarkdale chipset falls under the series 5 family which is one of the requirments, but these appear to be RAID ie. multiple hard drive set ups, which I only have one)
https://downloadcenter.intel.com/Det...ng&ProdId=2101

So I'm a bit confused on what to do or use, if I should do anything at all as I'm going to be wiping the SSD clean upon the reinstall

Put a pic of CPU-Z info for motherboard and chipset
 

Attachments

  • cpu.png
    cpu.png
    11.7 KB · Views: 707
Last edited:

My Computer My Computer

Computer type
PC/Desktop
OS
Microsoft Windows 7 Professional 64-bit SP1
CPU
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
Motherboard
Dell Inc. 0K42JR
Memory
8.00 GB
Graphics Card(s)
NVIDIA NVS 3100M
Sound Card
(1) NVIDIA High Definition Audio (2) IDT High Definition A
Monitor(s) Displays
1
Screen Resolution
1440 x 900 x 32 bits (4294967296 colors) @ 59 Hz
Hard Drives
Samsung SSD 840 PRO Series ATA Device
After reading my last post I think it reads a little too confusing, sorry about that:p

I guess in a simple question is:

I'd like to reinstall (64bit) with my Samsung SSD 840 PRO and would like to know if doing so with the Intel Rapid Storage Tech would be possible? if so where to look for the correct tutorial as I do not have the drivers installed currently so I've never had any real experience with them

I think that is simpler than my previous post
 

My Computer My Computer

Computer type
PC/Desktop
OS
Microsoft Windows 7 Professional 64-bit SP1
CPU
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
Motherboard
Dell Inc. 0K42JR
Memory
8.00 GB
Graphics Card(s)
NVIDIA NVS 3100M
Sound Card
(1) NVIDIA High Definition Audio (2) IDT High Definition A
Monitor(s) Displays
1
Screen Resolution
1440 x 900 x 32 bits (4294967296 colors) @ 59 Hz
Hard Drives
Samsung SSD 840 PRO Series ATA Device

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ignatz Special; 4 speed manual gearbox; factory air conditioning; one of one
OS
Windows 7 Home Premium SP1, 64-bit
CPU
Intel Skylake i5-6600K, not overclocked
Motherboard
AsRock Z170M Extreme 4, micro ATX
Memory
8 GB HyperX DDR4-2666 (2 x 4 GB)
Graphics Card(s)
none; graphics are integrated on CPU
Sound Card
onboard: Realtek ALC1150; external: USB Behringer UF0-202
Monitor(s) Displays
Dell S2340M 23 inch IPS
Screen Resolution
1600 x 900
Hard Drives
System: Crucial MX100 series SSD, 128 GB;
Data: Samsung Spinpoint 103SJ, 1 TB;
Backup: WD Caviar Green WD30EZRX-00D8PB0, 3 TB
PSU
Rosewill SilentNight 500 watt fanless, semi-modular
Case
Antec Solo II
Cooling
Noctua NH-U12S; Noctua F12 intake, Noctua S12A exhaust
Keyboard
Microsoft 200 6JH-00001 USB
Mouse
Dell or Microsoft optical wired; USB
Antivirus
Microsoft Security Essentials and Malwarebytes Premium
Browser
Pale Moon
Other Info
All fans PWM; speeds at idle: CPU circa 500 rpm; intake circa 600 rpm; exhaust circa 600 rpm; CPU temps 27 idle and 47 C load in a warm room (27 C/81 F) when running Intel Extreme Tuning Utility stress test.
yes, I have seen those links. I was reading the requirements for the Rapid storage, which was were my initial confusion arose from, as I believe I meet the requirements (Mobile Intel Chipset series 6 (havendale/clarkdale) and apparently also the proper AHIC from the two pics I've posted, so I believe I can use the drivers.

My real confusion comes from seeing a few threads and a tutorial about how to begin the process; weather or not to install the drivers after installation, or if they need to be loaded during in order to switch the SATA to the proper setting. So the specs don't seem to be the trouble any longer, more so just how I should go about the process from where I am now
 

Attachments

  • drive.png
    drive.png
    12.4 KB · Views: 678

My Computer My Computer

Computer type
PC/Desktop
OS
Microsoft Windows 7 Professional 64-bit SP1
CPU
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
Motherboard
Dell Inc. 0K42JR
Memory
8.00 GB
Graphics Card(s)
NVIDIA NVS 3100M
Sound Card
(1) NVIDIA High Definition Audio (2) IDT High Definition A
Monitor(s) Displays
1
Screen Resolution
1440 x 900 x 32 bits (4294967296 colors) @ 59 Hz
Hard Drives
Samsung SSD 840 PRO Series ATA Device

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ignatz Special; 4 speed manual gearbox; factory air conditioning; one of one
OS
Windows 7 Home Premium SP1, 64-bit
CPU
Intel Skylake i5-6600K, not overclocked
Motherboard
AsRock Z170M Extreme 4, micro ATX
Memory
8 GB HyperX DDR4-2666 (2 x 4 GB)
Graphics Card(s)
none; graphics are integrated on CPU
Sound Card
onboard: Realtek ALC1150; external: USB Behringer UF0-202
Monitor(s) Displays
Dell S2340M 23 inch IPS
Screen Resolution
1600 x 900
Hard Drives
System: Crucial MX100 series SSD, 128 GB;
Data: Samsung Spinpoint 103SJ, 1 TB;
Backup: WD Caviar Green WD30EZRX-00D8PB0, 3 TB
PSU
Rosewill SilentNight 500 watt fanless, semi-modular
Case
Antec Solo II
Cooling
Noctua NH-U12S; Noctua F12 intake, Noctua S12A exhaust
Keyboard
Microsoft 200 6JH-00001 USB
Mouse
Dell or Microsoft optical wired; USB
Antivirus
Microsoft Security Essentials and Malwarebytes Premium
Browser
Pale Moon
Other Info
All fans PWM; speeds at idle: CPU circa 500 rpm; intake circa 600 rpm; exhaust circa 600 rpm; CPU temps 27 idle and 47 C load in a warm room (27 C/81 F) when running Intel Extreme Tuning Utility stress test.
I can't answer directly from personal knowledge, but I'd probably download the RST package from Intel and then unzip it and look for a readme file.

Intel is usually quite thorough in its documentation and it may well answer your "when" questions.

For all I know, the when doesn't matter.

Did you see this:

http://www.sevenforums.com/drivers/...ge-technology-pre-os-driver-installation.html

Thank you for the link ignatzatsonic, I'll take a look. Thanks for your time and Happy Holidays :)
 

My Computer My Computer

Computer type
PC/Desktop
OS
Microsoft Windows 7 Professional 64-bit SP1
CPU
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
Motherboard
Dell Inc. 0K42JR
Memory
8.00 GB
Graphics Card(s)
NVIDIA NVS 3100M
Sound Card
(1) NVIDIA High Definition Audio (2) IDT High Definition A
Monitor(s) Displays
1
Screen Resolution
1440 x 900 x 32 bits (4294967296 colors) @ 59 Hz
Hard Drives
Samsung SSD 840 PRO Series ATA Device
Force a TRIM cleanup?

Many months ago I replaced my W7HPx64 C: drive with a Kingston SSD, and did the stuff on Page 1 and thought I was good to go. Today I learned that for this motherboard with nVidia chipset, having left the Controller drivers as nVidia, I have not had working TRIM, despite that fsutill behavior query disabledeletenotify comes up as Enabled i.e.

DisableDeleteNotify = 0

The reason for this I discovered was that NVIDIA DRIVERS DON'T SUPPORT IT! They ignore W7 trim stuff, and I learned this by running trimcheck-0.7.

After lotsa work I discovered I could "Update" the nForce drivers (two of them) and force-select instead the Windows "Standard Dual Channel PCI IDE Controller" for each and trimcheck now reports IT WORKS!

But while my Intel PC with Intel SSD Toolbox has an "SSD Optimizer" which "Optimizes Intel SSDs using Trim functionality", there seems to be no such utility for this Kingston.

Does this mean my SSD has bits & bytes on it that will never be cleaned-up? Any way to force a cleanup given I've run this way for many months?

EDIT: Well I found a utility called ForceTrim and after it ran the Free Space on my SSD increased by maybe 3MB so maybe it did work, I dunno for sure. If anyone here has better ideas please tell.
 
Last edited:

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell Latitude E6540 Laptop
OS
Windows 7 Professional 64bit
CPU
Intel Core i7 4600M @ 2.90GHz
Motherboard
Dell Inc. 0CYT5F (SOCKET 0)
Memory
16.0GB Dual-Channel DDR3 @ 797MHz (11-11-11-28)
Graphics Card(s)
Intel HD Graphics 4600 (Dell) 2048MB ATI AMD Radeon HD 8790M
Sound Card
Realtek High Definition Audio
Monitor(s) Displays
HP ZR30w (2560x1600@60Hz)
Hard Drives
256GB LITEONIT LMT-256M6M-41 mm SATA (SSD)
1TB Samsung SSD 860 EVO mSATA SATA (SSD)
2TB USB 3.0 USB Device
115GB SanDisk Ultra Fit USB
Other Info
Multiple Dell E-Port Plus II Port Replicator/Docking Stations 0Y72NH USB 3.0 + 130W AC Adapters
Here is a Kingston site that has a lot of Q & A that you might find your answer.

products
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
Thanks LB. I had downloaded their SSD Toolbox before but AFAICT it did not have any trim or garbage collection features, but in any case required AHCI and I'm using IDE mode with this older motherboard.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell Latitude E6540 Laptop
OS
Windows 7 Professional 64bit
CPU
Intel Core i7 4600M @ 2.90GHz
Motherboard
Dell Inc. 0CYT5F (SOCKET 0)
Memory
16.0GB Dual-Channel DDR3 @ 797MHz (11-11-11-28)
Graphics Card(s)
Intel HD Graphics 4600 (Dell) 2048MB ATI AMD Radeon HD 8790M
Sound Card
Realtek High Definition Audio
Monitor(s) Displays
HP ZR30w (2560x1600@60Hz)
Hard Drives
256GB LITEONIT LMT-256M6M-41 mm SATA (SSD)
1TB Samsung SSD 860 EVO mSATA SATA (SSD)
2TB USB 3.0 USB Device
115GB SanDisk Ultra Fit USB
Other Info
Multiple Dell E-Port Plus II Port Replicator/Docking Stations 0Y72NH USB 3.0 + 130W AC Adapters
Your welcome.
IDE mode only sounds like a great reason to build a new system.

I did use IDE on a old system for a short time and found that SSD speeds where still great doing everyday things.
You will recognize the speed change when you go back to a hard drive.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
IDE mode only sounds like a great reason to build a new system.
Nah, the system was fine before, but I had the SSD laying around and now it's even better and until it dies AHCI sure ain't enough to inspire me to go thru the mountains of work that it would take to build this system-up from scratch again.

I even have the parts in-hand to build a new system but there's not enough wrong with this PC to shoot it in the head yet.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell Latitude E6540 Laptop
OS
Windows 7 Professional 64bit
CPU
Intel Core i7 4600M @ 2.90GHz
Motherboard
Dell Inc. 0CYT5F (SOCKET 0)
Memory
16.0GB Dual-Channel DDR3 @ 797MHz (11-11-11-28)
Graphics Card(s)
Intel HD Graphics 4600 (Dell) 2048MB ATI AMD Radeon HD 8790M
Sound Card
Realtek High Definition Audio
Monitor(s) Displays
HP ZR30w (2560x1600@60Hz)
Hard Drives
256GB LITEONIT LMT-256M6M-41 mm SATA (SSD)
1TB Samsung SSD 860 EVO mSATA SATA (SSD)
2TB USB 3.0 USB Device
115GB SanDisk Ultra Fit USB
Other Info
Multiple Dell E-Port Plus II Port Replicator/Docking Stations 0Y72NH USB 3.0 + 130W AC Adapters
Back
Top