I too will never willingly choose multi-rate of spin drives (green drives), because they can and do cause too many issues.
I use either internal SATA III 7,200 rpm drives, internal SATA III SSD's, or external USB 3 7,200 drives (backups) in my system. No green drives anywhere.
I ALWAYS make sure my CPU runs at 100% al the time, and that no hardware goes idle or to sleeo under any circumstances automatically.
BUT, even though when I am actively using my computer everything is running at capacity, I DO have a handful of quick Icon launch buttons to let me do the following to the computer: Lock, Sleep, Restart, Shutdown.
These give me quick control to those functions, as doing them in Windows 8 is a PITA (unless you build little shortcuts like I did). Once you set one or more of the shortcuts up, you may want to browse the web for icons you want to use for the launch shortcuts. I did for some, and I just downloaded them and placed them in a folder in my documents folder and point to that in the path for Change Icon in the shortcut.
As an example, to set up a shortcut on your desktop to do a restart, create a new shortcut called Restart, and fill in the following info:
Shortcut for Restart:
Target: C:\Windows\System32\shutdown.exe /r /t 00
Start In: C:\Windows\system32
(path for changing icon) %SystemRoot%\system32\SHELL32.dll
-------------------------------------
Shortcut for 'Sleep':
Target: C:\Windows\System32\rundll32.exe powrprof.dll,SetSuspendState 0,1,0
Start in: C:\Windows\System32
(path to change icon): D:\Users\Robert\Documents\Windows Icons\sleep_mode.ico
-------------------------------------
Shortcut for Shutdown:
Target: C:\Windows\System32\shutdown.exe /s /t 00
Start In: C:\Windows\system32
Change Icon path: %SystemRoot%\system32\SHELL32.dll
Anyways - hope any of the above helps,
Bob Bone