- Thread Author
- #1
User can check if the "trim" function for the SSD is currently enabled by entering the following command:
If I enter this command in my Win10 then the following result is shown:
I am confused. According to docs the "0" means trim is ENABLED.
But why is "(Disabled)" written after it?
By the way: I have an SSD AND a hard disk in my computer.
Does the command always automatically refer to the SSD?
Or do I have to enter the command from Command Prompt Terminal with path C:\ (= SSD)?
Code:
fsutil behavior query DisableDeleteNotify
If I enter this command in my Win10 then the following result is shown:
Code:
C:\Users\pet>fsutil behavior query DisableDeleteNotify
NTFS DisableDeleteNotify = 0 (Disabled)
ReFS DisableDeleteNotify = 0 (Disabled)
I am confused. According to docs the "0" means trim is ENABLED.
But why is "(Disabled)" written after it?
By the way: I have an SSD AND a hard disk in my computer.
Does the command always automatically refer to the SSD?
Or do I have to enter the command from Command Prompt Terminal with path C:\ (= SSD)?