*** We shall not be liable for any loss or damage of whatever nature (direct, indirect, consequential, or other) whether arising in contract, tort or otherwise, which may arise as a result of your use of (or inability to use) this website, or from your use of (or failure to use) the information on this site.*** 3ds max AutoCAD & Computer repairs and programs I find useful and or free.
Wednesday, January 30, 2013
Saturday, January 26, 2013
See if trim is enabled in windows7 Command prompt disabledeletenotify fsutil
Cmd
fsutil behavior query DisableDeleteNotify
C:\Windows\system32>fsutil
---- Commands Supported ----
8dot3name 8dot3name managment
behavior Control file system behavior
dirty Manage volume dirty bit
file File specific commands
fsinfo File system information
hardlink Hardlink management
objectid Object ID management
quota Quota management
repair Self healing management
reparsepoint Reparse point management
resource Transactional Resource Manager management
sparse Sparse file control
transaction Transaction management
usn USN management
volume Volume management
C:\Windows\system32>fsutil behavior query disabledeletenotify
DisableDeleteNotify = 0
fsutil behavior query DisableDeleteNotify
It will give you one of two results, either a
0
or a 1
. A zero indicates that TRIM is enabled correctly, a one means that it is not. If you have a TRIM-compatible SSD, but find that Windows 7 hasn't enabled the command, you can easily do so by running this command:C:\Windows\system32>fsutil
---- Commands Supported ----
8dot3name 8dot3name managment
behavior Control file system behavior
dirty Manage volume dirty bit
file File specific commands
fsinfo File system information
hardlink Hardlink management
objectid Object ID management
quota Quota management
repair Self healing management
reparsepoint Reparse point management
resource Transactional Resource Manager management
sparse Sparse file control
transaction Transaction management
usn USN management
volume Volume management
C:\Windows\system32>fsutil behavior query disabledeletenotify
DisableDeleteNotify = 0
Subscribe to:
Posts (Atom)