skillywilly :
do i need to enable trimming? i did a clean install on a new pc i build win 10 OS 2 months ago
It's recommended to enable trimming for SSD drives.
You can check it by running a command prompt and type the command:
fsutil behavior query DisableDeleteNotify
If DisableDeleteNotify = 1 -> TRIM support disabled
If DisableDeleteNotify = 0 -> TRIM support enabled
If it's disabled and you want to enable it, type the command:
fsutil behavior set DisableDeleteNotify 0