Software: Windows 8 & 10 | Last modified on 2018-06-19
Enabling this feature allows the SSD to last much longer, while also increasing the writing and reading speed. It achieves the increase in lifespan and speed by letting the SSD know which blocks of data are no longer in use and can be safely erased, allowing the SSD to spend less time on calcuting which blocks of data it can erase.
[Solution 1] Enable TRIM
- Open the Command Prompt (Admin) or PowerShell (Admin).
- Execute fsutil behavior set DisableDeleteNotify NTFS 0.
- Restart the computer.
[Solution 2] Disable TRIM
- Open the Command Prompt (Admin) or PowerShell (Admin).
- Execute fsutil behavior set DisableDeleteNotify NTFS 1.
- Restart the computer.