Windows 10: Trim Enabled Setting - ReFS What Should I Do Here?

Discus and support Trim Enabled Setting - ReFS What Should I Do Here? in Windows 10 Drivers and Hardware to solve the problem; On a current Windows 10 Build, recently restored an acronis backup to a swapped out Samsung 860 EVO ssd (lightly used on a nvidia shield). The restore... Discussion in 'Windows 10 Drivers and Hardware' started by sjf99, May 10, 2019.

  1. sjf99 Win User

    Trim Enabled Setting - ReFS What Should I Do Here?


    On a current Windows 10 Build, recently restored an acronis backup to a swapped out Samsung 860 EVO ssd (lightly used on a nvidia shield). The restore with the OS to the 860 worked successfully, booting up just fine, everything seems good.

    I did want to check the optimization of the ssd and this is where my question lies and based on the research I have done to date. So, looked at the TRIM setting by running the following at an elevated command prompt:

    fsutil behavior query disabledeletenotify

    Returning:

    NTFS DisableDeleteNotify = 0 (Disabled)
    ReFS DisableDeleteNotify = 0 (Disabled)

    From my research, If the command returns 0 (zero), then I should be good. Despite the fact that I see “(Disabled),” TRIM is enabled on the computer, and there’s nothing else I have to do (luv the old double negative meaning).

    Anways, the heart of my question, ReFS is typically reserved for Server based computers/OS. ReFS, also known as Resilient File System, is a Microsoft proprietary file system that is not commonly used on Windows home PCs. You can read more about it on Wikipedia.

    Shouldn't the ReFS line read "ReFS DisableDeleteNotify is not currently set"? Or should I set it to '1' or something else? Anything to be worried about?

    Thanks in advance.

    Scott

    :)
     
    sjf99, May 10, 2019
    #1

  2. Ensure Trim is Enabled?

    I have read several articles on Trim and it seems like my settings are opposite of what the articles say. All articles say the setting should be "0" for Trim to be enabled.

    I followed the steps to verify the status and below is what my system reports.

    C:\WINDOWS\system32>fsutil behavior query DisableDeleteNotify

    NTFS DisableDeleteNotify = 0 (Disabled)

    ReFS DisableDeleteNotify = 0 (Disabled)

    so I went through the steps to enable Trim and got this message-

    C:\WINDOWS\system32>fsutil behavior set DisableDeleteNotify 0

    NTFS DisableDeleteNotify = 0 (Disabled)

    I then went through the steps to disable Trim and got this message-

    C:\WINDOWS\system32>fsutil behavior set DisableDeleteNotify 1

    NTFS DisableDeleteNotify = 1 (Enabled)

    What should I actually be looking at to enable Trim??

    Thanks!
     
    Thirst4Christ, May 10, 2019
    #2
  3. lx07 Win User
  4. DaveM121 Win User

    Trim Enabled Setting - ReFS What Should I Do Here?

    Ensure Trim is Enabled?

    Hi Thirst4Chris4, Trim is by defult turned on in Windows 10 for SSD's

    Check if Trim is Enabled:

    fsutil behavior query DisableDeleteNotify

    Turn Trim On:

    fsutil behavior set DisableDeleteNotify 0

    Check if Trim is Enabled again:

    fsutil behavior query DisableDeleteNotify

    If that command returns DisableDeleteNotify = 0 then Trim is turned on (it is counter intuitive, 0 means trim is on and 1 means it is disabled) . . .
     
    DaveM121, May 10, 2019
    #4
Thema:

Trim Enabled Setting - ReFS What Should I Do Here?

Loading...
  1. Trim Enabled Setting - ReFS What Should I Do Here? - Similar Threads - Trim Enabled Setting

  2. Should I trim my ssd?

    in Windows 10 Gaming
    Should I trim my ssd?: Should I trim my ssd? https://answers.microsoft.com/en-us/windows/forum/all/should-i-trim-my-ssd/0898d751-6e4a-4fa1-8601-ea358aa1b52e
  3. Should I trim my ssd?

    in Windows 10 Software and Apps
    Should I trim my ssd?: Should I trim my ssd? https://answers.microsoft.com/en-us/windows/forum/all/should-i-trim-my-ssd/0898d751-6e4a-4fa1-8601-ea358aa1b52e
  4. What do Windows audio and surround sound setting actually do and which ones should I enable?

    in Windows 10 Gaming
    What do Windows audio and surround sound setting actually do and which ones should I enable?: I am using a stereo gaming headset if it matters.1. Windows has an "Enhance Audio" setting. I don't know what it does.2. My motherboardand I presume most motherboards came with access to a Realtek Microsoft store app which has a setting titled "Virtual Surround". 3. Because...
  5. What do Windows audio and surround sound setting actually do and which ones should I enable?

    in Windows 10 Software and Apps
    What do Windows audio and surround sound setting actually do and which ones should I enable?: I am using a stereo gaming headset if it matters.1. Windows has an "Enhance Audio" setting. I don't know what it does.2. My motherboardand I presume most motherboards came with access to a Realtek Microsoft store app which has a setting titled "Virtual Surround". 3. Because...
  6. What does "Loudness Equalization" do and what should I set it to?

    in Windows 10 Customization
    What does "Loudness Equalization" do and what should I set it to?: The Properties Enhancement tab says "Loudness Equalization uses understanding of human hearing to reduce perceived volume differences, can someone explain to me what this means exactly? I have tried using my headphones with and without it on and I just notice volume changes...
  7. What should I do here, I formatted Partition 2 as I should but it says this. Should I...

    in Windows 10 Ask Insider
    What should I do here, I formatted Partition 2 as I should but it says this. Should I...: [ATTACH] submitted by /u/KLolisTsiros [link] [comments] https://www.reddit.com/r/Windows10/comments/fuz611/what_should_i_do_here_i_formatted_partition_2_as/
  8. settings does not open what should i do ?

    in Windows 10 Customization
    settings does not open what should i do ?: settings does not open what should i do ? it opens for just few scounds https://answers.microsoft.com/en-us/windows/forum/all/settings-does-not-open-what-should-i-do/b0e46aa8-3a38-4547-8ede-c3390c87920f
  9. Trim Enabled Setting - ReFS What Should I Do Here?

    in Windows 10 Support
    Trim Enabled Setting - ReFS What Should I Do Here?: On a current Windows 10 Build, recently restored an acronis backup to a swapped out Samsung 860 EVO ssd (lightly used on a nvidia shield). The restore with the OS to the 860 worked successfully, booting up just fine, everything seems good. I did want to check the...
  10. Is Trim Enabled ?

    in Windows 10 Performance & Maintenance
    Is Trim Enabled ?: Checking a few things I ran the command to check if Trim is enabled and got this: C:\WINDOWS\system32>fsutil behavior query DisableDeleteNotify NTFS DisableDeleteNotify = 0 (Disabled) ReFS DisableDeleteNotify = 0 (Disabled) I thought if it showed 0 it meant it's enabled....