zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Windows seven SSD Trim

July 26, 2013 by Igor Drobot Leave a Comment

Windows seven

After installing a Solid State Drive in a Windows 7 machine to improve performance in contrast to a normal hard disk drive. I spend some time to find information about the TRIM-support.

A TRIM command allows an operating system to inform a solid-state drive about blocks of data that are no longer considered in use and can be wiped internally.
This technique improves the performance of a ssd drastically.

execute from (CMD) command line with Administrator privileges:

1
fsutil behavior query DisableDeleteNotify

fsutil behavior query DisableDeleteNotify

DisableDeleteNotify = 0 will mean that TRIM is activated
DisableDeleteNotify = 1 TRIM is deactivated

TRIM

Filed Under: Linux Tagged With: SSD, TRIM