Windows10 to see if SSD TRIM is enabled method

  

If your TRIM function is disabled in Windows 10, when the disk file is deleted, the master will not know that the corresponding data block is useless because of the flash memory feature. When new data is written, the product may be redundant. The data movement operation will greatly affect the performance and life of the SSD disk.
By default, Windows 10 has TRIM enabled for SSD disks. If you are not sure, you can view it by the following command:
fsutil behavior query disabledeletenotify
If the return status of the DisableDeleteNotify value is 0, then Indicates that the SSD TRIM is enabled, and if it is disabled, the return value is 0.
If it is disabled, in order to improve performance and extend the service life, it is recommended that you enable the SSD TRIM function of Windows 10, you can use the following command:
fsutil behavior set disabledeletenotify 0

Copyright © Windows knowledge All Rights Reserved