Windows 7 Power Settings less than 1 minute

Thatonegeek

Distinguished
Jun 10, 2010
4
0
18,510
I have been looking to edit windows 7 to let my power settings for turning off the display at a timer of less than one minute. I found some guy briefly talking about changing registry files but it was regarding dimming the display. I understand you should be able to use powercfg.exe in command to manually change these settings but to set a value that is under a minute is beyond me.

Thanks in advance - : ))
 

Thatonegeek

Distinguished
Jun 10, 2010
4
0
18,510
No, because if I am not moving my mouse around for 30 seconds I want my laptop to just turn off the display and I will move my mouse if I feel like doing something else. I have been watching my browsing habits and I think like 35 seconds would be great. Then change to another power setting if I decide to watch something on it. It seems reasonable :whistle:
 

Thatonegeek

Distinguished
Jun 10, 2010
4
0
18,510
Thank's for your opinion everyone ...but I still am sitting here with no guidance on the situation. I would really appreciate a reply on the subject. : | forums here usually do me well I hope that doesn't change on this topic.
 

windows7guy

Distinguished
Feb 9, 2010
164
0
18,710
Hello thatonegeek,

For that power setting and dimming issue:

Microsoft does have an official Windows 7 Support Forum located here http://tinyurl.com/9fhdl5 . It is supported by product specialists as well as engineers and support teams. You may want to check the threads available there for additional assitance and support.

John M
Microsoft Windows Client Team
 

Colgalros

Honorable
May 8, 2013
1
0
10,510
I wanted to do the same thing myself. I found a post on another forum and below is what it said.



Download and install Autohotkey from here: http://www.autohotkey.com/download/
Download a small utility called nircmd from here: http://www.nirsoft.net/utils/nircmd.html Write this script:
_____________________________________
#Persistent
Settimer, Idle, 100
return

idle:
if A_TimeIdlePhysical > <enter your screensaver trigger time in miliseconds>
Run <path to nircmd>\nircmd.exe cmdwait 1000 monitor off
Else
return
_____________________________________

Use the above script.
Don't forget to remove the < and > while inputting time and path to nircmd.

Another alternative:
Download a small utility called MonitorES from here: http://code.google.com/p/monitores/
I will turn off display and pause the music when you lock the PC.
The only problem is that you will need to lock your PC manually.

If you are a coder, you can develop your own utility to achieve this task.
Refer these links:
http://www.codeproject.com/Articles/12794/Complete-Guide-on-How-To-Turn-A-Monitor-On-Off-Sta
http://social.msdn.microsoft.com/Forums/en/winforms/thread/ed5d17c3-ec6a-44e0-ad76-a672f403d8cd