Enable TRIM on Win7 for SSDs
0 Votes |
Description
This should only be done on computers with SSDs that support TRIM properly. Some older SSDs require firmware updates for TRIM to work properly. This task does not detect if a system has an SSD, so it will be applicable on systems that do not need this setting changed.
http://technet.microsoft.com/en-us/library/cc785435(v=ws.10).aspx
Property Details
1385 | |
Enable TRIM on Win7 for SSDs | |
BESC | |
Internal | |
1/18/2013 12:00:00 AM | |
TRIM SSDs Win7 Some SSD | |
True | |
jgstew on 1/18/2013 10:41:57 AM | |
jgstew on 1/18/2013 10:41:57 AM | |
4661 Views / 8 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
Used in 365 fixlets | * Results in a true/false |
(if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false) AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
isWindows (Relevance 1172)
windows of operating system
Used in 1 fixlet | * Results in a true/false |
0 != value "DisableDeleteNotification" of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" of native registry
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
waithidden fsutil behavior set disabledeletenotify 0Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
|
|
It seems that in windows 8, defrag appears enabled on SSDs, but it is only sending TRIM hints and not reordering data: http://windowssecrets.com/forums/showthread.php/147433-SSD-Defrag-on-Windows-8 |