Hi,
Trim should be enabled for SSD, please use the following command to check if Trim is enable:
fsutil behavior query DisableDeleteNotify
If you see DisableDeleteNotify = 1 , TRIM is disabled. This is a problem if you have an SSD.
If TRIM isn’t enabled and you’d like to enable it, you can forcibly do so by running the following command in an Administrator Command Prompt window:
fsutil behavior set DisableDeleteNotify 0
Thanks for your time!
Best Regards,
Anne
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.