Jump to content

Alright guys, I'm just gonna cut it short, I've been trying to enable TRIM in Windows 10, i got the following result. The thing is if the numbers come out 0 its enabled they say, my numbers are 0 but it says disabled in parenthesis.

What should i do?

Thank you in advance.

 

(Sorry about my bad english btw.)

Ekran Alıntısı.PNG

Link to comment
https://linustechtips.com/topic/942255-trim/
Share on other sites

Link to post
Share on other sites

Hello talhakbayrak,

 

If the hard drive does not support TRIM check to see if a firmware update with this feature is available. Not only the operating system must have TRIM enabled but both the SSD and operating system must support TRIM. The lithography of the SSD is also related to TRIMing, 50 nm SSDs do not support TRIM, it has to be 34 nm (G2) or newer if I am not mistaken.

 

You run the following command line on a elevated CMD in order to check if TRIM is enabled:

  1. Open a Command Prompt as Administrator.

    1. Go to Start > All Programs > Accessories.
    2. Right-click Command Prompt and click Run as Administrator.
  2. At the prompt, type %root%:\>fsutil behavior query disabledeletenotify.

    DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
    DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

In your case it seems to be enabled already regardless the word "disabled" next to it, there is a bug since the feature was implemented in Windows 7. Eventhough it is enabled by default in Windows 7* Windows 8* Windows 8.1* Windows® 10 Windows Server 2008* Windows Server 2012* and Windows Server 2016* you can run the following to enable TRIM "fsutil behavior set DisableDeleteNotify 0" and If you’d like to disable TRIM afterwards for some reason, run the command with a 1 in place of the 0:

fsutil behavior set DisableDeleteNotify 1

 

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
https://linustechtips.com/topic/942255-trim/#findComment-11487926
Share on other sites

Link to post
Share on other sites

7 hours ago, seagate_surfer said:

Hello talhakbayrak,

 

If the hard drive does not support TRIM check to see if a firmware update with this feature is available. Not only the operating system must have TRIM enabled but both the SSD and operating system must support TRIM. The lithography of the SSD is also related to TRIMing, 50 nm SSDs do not support TRIM, it has to be 34 nm (G2) or newer if I am not mistaken.

 

You run the following command line on a elevated CMD in order to check if TRIM is enabled:

  1. Open a Command Prompt as Administrator.

    1. Go to Start > All Programs > Accessories.
    2. Right-click Command Prompt and click Run as Administrator.
  2. At the prompt, type %root%:\>fsutil behavior query disabledeletenotify.

    DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
    DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

In your case it seems to be enabled already regardless the word "disabled" next to it, there is a bug since the feature was implemented in Windows 7. Eventhough it is enabled by default in Windows 7* Windows 8* Windows 8.1* Windows® 10 Windows Server 2008* Windows Server 2012* and Windows Server 2016* you can run the following to enable TRIM "fsutil behavior set DisableDeleteNotify 0" and If you’d like to disable TRIM afterwards for some reason, run the command with a 1 in place of the 0:


fsutil behavior set DisableDeleteNotify 1

 

Alright thank you so much.

By the way, I have a Seagate BarraCuda HDD and it is fragmented as hell. Is there any software u suggest me to use to defrag it?

Link to comment
https://linustechtips.com/topic/942255-trim/#findComment-11489175
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×