Cheers. I was actually checking earlier if there is a way to see if TRIM is enabled or working. Apparently typing the below into cmd prmt will tell you if its enabled too.
Code:
fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

Good to see they agree.