Run this elevated command to find out;
powercfg /requests
Daz's bits and bobs …bytes bits
Run this elevated command to find out;
powercfg /requests
Want to move your current disk image onto a SSD drive?
Quick, easy and free. Also aligns disk sectors :)
Done.
Quick way to check that TRIM has also been enabled;
fsutil behavior query DisableDeleteNotify
If the result is ‘0’ TRIM is enabled.
This command will confirm if TRIM has been auto-enabled by windows 7
fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
If you would like to force it on;
fsutil behavior set disabledeletenotify 0