Turn Windows Hybernate state on/off by using the powercfg tool. If you have to run a download for the next 5 hours and the OS sets the computer after 20 minutes automatically into the hybernate state powercfg MS-DOS command is quite handy.
Turn the hybernate state off
1 2 3 4 5 | C:\Users\run> powercfg -H off OK. C:\Users\run> |
Turn the hybernate state on
1 2 3 4 5 | C:\Users\run> powercfg -H on OK. C:\Users\run> |