First, open an Elevated Command Prompt window.
To open an Elevated Command Prompt window: Click on Start Orb > Type "CMD.exe" in Search box > Right click on "CMD" and select "Run as Administrator" (If you receive a prompt confirmation, click YES)
To verify that the TRIM command is enabled, type the following and press enter in the Elevated command:
fsutil behavior query disabledeletenotify
The results will be as follows:
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
To enable the TRIM command, type the following and press enter in the Elevated command:
fsutil behavior set disabledeletenotify 0
To disable the TRIM command, type the following and press enter in the Elevated command:
fsutil behavior set disabledeletenotify 1
FAQ: KSD-072211-GEN-18