While I'm downloading a large file on Windows 7 using Google Chrome, my computer goes to sleep. I could obviously set the computer to not sleep at all (or change the interval before the computer sleeps).

What I want to know is: Is there a way to make Windows 7 not sleep as long as a download is in progress? (perhaps when any network activity is going on?). I've looked in the Advanced Power settings, and haven't seen any obvious setting.

link|improve this question

feedback

5 Answers

up vote 8 down vote accepted

Check this tool: Insomnia which prevent the computer from going into sleep mode while the program is open. Frankly, none of the 3 answers posted before are helpful.

link|improve this answer
This program does exactly what @Ozan's answer suggests doing. Thanks! – Jason Sundram Nov 2 '09 at 14:40
Superb, exactly what I was after. Thank you. – Charles Roper May 8 '11 at 20:21
feedback

It is the duty of the downloading program to reset the system idle timer by calling SetThreadExecutionState with ES_SYSTEM_REQUIRED.

You didn't say what program you use for downloading, the first thing to check is whether the program supports it.

Maybe you are lucky filing a bug/feature request at google code

link|improve this answer
Thanks, Ozan, I've updated the question with the program I'm using (Google Chrome). – Jason Sundram Aug 5 '09 at 3:21
feedback

FlashGet has the option to put the PC in sleep mode after all downloads complete.

link|improve this answer
Thanks, John T. That's a good partial solution. I was hoping for a solution that would work if there were other kinds of network traffic going on, too (scp, ssh). – Jason Sundram Aug 5 '09 at 2:31
feedback

Your best bet would be to file a Chrome bug or send a feature request (although they probably won't listen to the latter). Chrome is still a relatively young browser, and I wouldn't expect Google to have though of minute details like this.

Otherwise, no, there is no global option to do this in Windows, and I doubt there is a utility to do what you want, although maybe something will pop up.

link|improve this answer
Thanks musicfreak. I guess the thing to do is to pull the source for Chromium and make the change myself. But I can be lazy sometimes. – Jason Sundram Aug 5 '09 at 3:37
feedback

" AMP WinOFF " is the best solution I've found It can autoshutdown at certain conditions u specify e.g. CPU load, network activity ....etc

here it is : http://www.softpedia.com/get/System/Launchers-Shutdown-Tools/AMP-WinOFF.shtml

link|improve this answer
feedback

protected by Troggy Feb 11 '11 at 23:34

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.