Windows 7 SSD TRIM Support Enable or Disable

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1.

Open an elevated command prompt in Windows 7 or Windows 8, and do step 2, 3, or 4


below for what you would like to do.
2. To Check if TRIM Support for SSDs is Enabled or Disabled
A) In the command prompt, copy and paste the command below, and press Enter. (see screenshot
below)

fsutil behavior query disabledeletenotify

B) Compare the results you got to the note box below to see if TRIM support is currently enabled
or disabled, and go to step 5 below.
Note
DisableDeleteNotify = 1 = TRIM support disabled
DisableDeleteNotify = 0 = TRIM support enabled

3. To Enable TRIM Support for SSDs


NOTE: This is the default and recommended setting.
A) In the elevated command prompt, copy and paste the command below, press Enter, and go to
step 5 below. (see screenshot below)
fsutil behavior set disabledeletenotify 0

4. To Disable TRIM Support for SSDs


A) In the elevated command prompt, copy and paste the command below, press Enter, and go to
step 5 below. (see screenshot below)
fsutil behavior set disabledeletenotify 1

5. When finished, you can close the elevated command prompt if you like.

You might also like