11

I would like to manually trim my SSD in Windows 7. Is this possible?

JL.
  • 5,818

3 Answers3

6

I wrote an article about TRIM; it also refers to a tool to manually TRIM your SSD: ForceTrim (download ForceTrim.zip, scan report at VirusTotal).

OCZ's forum is gone, but an archived version of Here's a tool to force-TRIM your entire drive is available. The source code is unfortunately lost.

Lekensteyn
  • 6,982
at0m
  • 81
2

Some SSD manufacturers have provided utilities on their websites that allow you to perform a "TRIM" like function manually. Check yours and see if it has that.

Joshua
  • 4,402
0

It's a bit old but want to add: As an alternative, most tools with a generic "wipe free space" feature will have the same effect that ForceTrim did assuming that the system is properly configured to TRIM files on delete.

Most wipes are implemented by filling up the drive with a file, writing the wipe pattern to it, then deleting it. If your wiping tool of choice does it this way, the delete(s) should trigger a TRIM on all the space the wipe file(s) used.

I know CCleaner does it but you can find other tools on Google or whatever.

Theoretically, this applies to any platform and any drive model, again, assuming TRIM-friendly system configuration.

Jason C
  • 11,385