When I am not using my computer, I like to put it into standby mode. This helps save power and cuts down on the heat output when I am not using the computer. A shortcut (literally) that I use is a command line batch script to put the system into standby.
From this Microsoft article, the command is simply:
%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState
The article states that if hibernation is enabled on the machine, running the above command will hibernate the system instead of putting it into standby (so make sure you have the power settings how you want them).
You could also use this command to put your system into standby/hibernation after running nightly scheduled tasks. This would ensure your computer stays in lower power mode while you are away.

Like what you read?
If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:







