Enable/Disable TRIM Support for Solid State Drives in Windows 10 [Tutorial]

preview_player
Показать описание
Enable/Disable TRIM Support for Solid State Drives in Windows 10 [Tutorial]

Check the status:
fsutil behavior query disabledeletenotify

Enable TRIM with NTFS:
fsutil behavior set disabledeletenotify NTFS 0

Disable TRIM with NTFS:
fsutil behavior set disabledeletenotify NTFS 1

Enable with ReFS file system:
fsutil behavior set disabledeletenotify ReFS 0

Disable with ReFS file system:
fsutil behavior set disabledeletenotify ReFS 1

From Windows 7 and up, the TRIM command is already enabled to help optimize your SSDs by default, so there shouldn’t be any reason for you to need to enable it yourself.

However, if you want to double check that it is working, or disable it for a short period before enabling it again, you can do that using the guide below. Keeping TRIM disabled runs the risk of the sold state drive getting defragged instead of optimized.

SSDs are relatively low maintenance bits of hardware, which is why they’re installed on so many computers. They also travel well since an SSD can take the odd bump and still come out of it OK. The one thing they do need working for them though is TRIM, a command that helps maintain the SSD so they can continue to perform at their optimum level.

Over time, the solid state drive would have no way of erasing a file’s contents if it weren’t for TRIM. However, with TRIM erasing the files once they’ve been deleted, it allows the SSD to continue performing quickly because no files are building up.

Note: You can open Optimize Drives from Search to see if your drives are currently being optimized with TRIM.

This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10, Windows 8/8.1, Windows 7 operating systems.Works for all major computer manufactures (Dell, HP, Acer, Asus, Toshiba, Lenovo, Samsung).
Рекомендации по теме
Комментарии
Автор

I have my nvme ssd divided into two partitions and also use hdd. Do I have to enable trim for both ssd partitions?

DG
Автор

How to enable trim for multiple ssd? Does it only work for C drive?

ankitsmith
Автор

It might help to explain how to tell which [ReFS or NTFS] file system your SSD is using & a more detailed explanation about TRIM and exactly how/why performing this command is beneficial... for dummies like me.

ValdezJu
Автор

So TRIM is enabled by default in a new Win10 install? Ace.

jesuszamora
Автор

Hi, Do you use 2 file system in your pc ( NTFS, REFS)? Or when you write the command so the result would come for both ( NTFS, REFS) regardless what you use in you pc?

khaldoon
Автор

Weird. I followed your CMD commands but couldn’t turn on TRIM. On instinct, I swapped them out and it worked. 0 turns it off; 1 turns it on. Please edit your description.

ChitoLimson
Автор

Hi, mine says access denied. what should i do?

daxbolivar
Автор

I need a how to make a tin foil hat video

johnsenchakinternetsecurit
Автор

C:\Windows\system32>fsutil behavior query disabledeletenotify
NTFS DisableDeleteNotify = 1 (Enabled)
ReFS DisableDeleteNotify = 0 (Disabled)

janX
Автор

do a face reveal mdtech, i reallly want to

theodorelewis
Автор

you can just type defrag in win 10 search bar and then go to defrag section then it will automatically trim a ssd if you click on it

GLIDGaming