SSD / TRIM

Por admin

Para verificar se TRIM está ativado:
fsutil behavior query DisableDeleteNotify
Se DisableDeleteNotify = 0, o TRIM está habilitado
Se DisableDeleteNotify = 1, o TRIM está desabilitado

1. Para habilitar TRIM no SSD via prompt de comando:
fsutil behavior set DisableDeleteNotify 0
Desativar
fsutil behavior set DisableDeleteNotify 1

2. Com sistema de arquivos NTFS
fsutil behavior set Disabledeletenotify NTFS 0
Desativar
fsutil behavior set Disabledeletenotify NTFS 1

3. Com sistema de arquivos ReFS
fsutil behavior set Disabledeletenotify ReFS 0
Para desativar
fsutil behavior set Disabledeletenotify ReFS 1