Check TRIM status
- Use the Windows key + X keyboard shortcut to open the Power User menu and select Command Prompt (Admin).
- Type the following command and press Enter:
fsutil behavior query DisableDeleteNotifyIf after executing the
fsutilcommand with theDisableDeleteNotifyyou get a result of zero (0), then it means that TRIM is enabled, and no further action is required. However, if after running the command you see a result of one (1), then it means that TRIM is disabled.
Enable TRIM
fsutil behavior set DisableDeleteNotify 0
Disable TRIM
fsutil behavior set DisableDeleteNotify 1