• Home
  • About 404TS
  • Contact

404 Tech Support

Where IT Help is Found

  • Articles
    • Code
    • Entertainment
    • Going Green
    • Hardware, Gadgets, and Products
    • Management
    • Network
    • News
    • Operating Systems
    • Security and Privacy
    • Software
    • System Administration
    • Talking Points
    • Tech Solutions
    • Web
    • Webmaster
  • Reviews
  • Media
    • Infographics
    • Videos
  • Tech Events
  • Tools
    • How do I find my IP address?
    • Browser and plugin tests
  • Get a Technical Consultation
You are here: Home / Articles / Code / Power Manage PC Power Management

Power Manage PC Power Management

2009-03-12 by Jason

With Green Initiatives becoming the norms these days, lots of people are looking for elaborate ways to save electricity and reign in their energy-sucking computers. Looking at the numbers, we can see that just turning off something like a CRT monitor when it’s not in use can save a lot of juice. There are quite a number of elaborate schemes and utilities (both hardware and software) to try to reduce the draw of these necessary components. Windows provides Power Schemes to allow you to control the behavior of computer components when they are not in use and this article will cover a lot of the related tools that can hook into the Window provided components, but make it easier to control from a centralized location with group policies, scripting, or just a change of interface.

Manual

In the Control Panel, you’ll find an entry called Power Options. Here you can change various settings like when to turn off the monitor and/or spin-down the hard drive after so many minutes of being idle. You can see a number of pre-configured power schemes already there for maximum performance or maximum battery life. You can create your own scheme and customize it so that it aligns with your practices.

windowscp

Manually changing the power scheme would only allow you to change those machines you can get your hands on. The amount of money saved by reducing power consumption would be multiplied by how many machines you can set to more energy efficient behaviors. In that case, we want to be able to control the power scheme from a centralized location like a logon script or a group policy.

Group Policy

Windows doesn’t currently have power management built-in to the Group Policy Object Editor, but we can add the functionality by adding a custom template. The EPA actually provides a tool that allows this to be set remotely. It actually comes as part of a whole package. There is a (.msi) tool that will need to be deployed to your machines and then that little agent can read the settings being sent down via GPO and apply them.

ez_gpo

You can find the entire package, EZ GPO, available from the Energy Star website. It also comes with a tool to test that the correct settings are being applied and it can double as an off-line utility in that you can change the settings with this easy tool.

ez_gpo-test-suite

One-click interface

Another utility from the Energy Star website comes in the form of EZ Wizard. Basically, EZ Wizard is a stand-alone executable that you can run that will launch into an application to configure your PC into any of three pre-configured settings. Aggressive, Intermediate, and Modest. The different settings are explained, but with a simple click you can change your power settings to different levels of power consumption. This would be a good tool for stand-alone users that want an easy interface to set and improve their power savings.

ez_gpo-powermgmtwiz

Command Line Scripting

If you’re looking to script the change to a computer, then the Powercfg command is what you’re looking for. In the command prompt, use powercfg /? to get all the details, but here’s a summary example:

POWERCFG /create EnergySave – Create a new power management scheme called EnergySave

POWERCFG /change EnergySave /monitor-time0ut-ac 10 – Set the rule for the EnergySave scheme to turn off the monitor after 10 minutes of being idle.

POWERCFG /setactive EnergySave – Set the EnergySave scheme to be the active, enforced power management scheme.

POWERCFG /query EnergySave – Display the current settings of the power management scheme called EnergySave.

You could put this in a login script or whatever you like to create a new scheme and set it to the one enforced with the rules you want. If the scheme with that name already exists, it will just report that fact and move onto the next command.

powercfg

Infrastructure

If you’re looking for more control and even greater savings, you’re going to want to start looking at your infrastructure. There are a variety of things that can be used to allow users to turn off their computers at the end of the work day and then have them boot up in time for patching and be ready to go the next morning.

BIOS Power-on options – One simple thing to look into and start off with would be the BIOS Power-On option. You can set this configuration to power on the computer at a specific time for certain days of the week. See the screenshot below. Monday through Friday, the computer will power on at 1 am. You could set this to any time to allow plenty of time for patching to complete but also leverage no power being drawn from 5pm – 1am if the employee turns off the computer when they leave at 5.

bios1

Wake-on-LAN – WoL has always been the pipe dream of system administrators. A machine is able to be turned on, on-demand just by sending it a message across the network. Unfortunately, it’s turned out to be relatively unreliable and encounter errors on complicated networks where the wake-up packets (the MAC address of the machine repeated 4 times) have to cross routers, VLANs, and subnets.

Intel AMT / vPro – Intel’s vPro, the marketing name for AMT, has answered the call in an attempt to provide a more reliable Wake-on-demand. vPro is better integrated with other management tools like the Altiris tools. You would be able to send this system a series of commands like: Wake up, patch, Shutdown gracefully to a batch of computers. I haven’t been able to get this part to work as promised, so I’ve saved that for another post. You can provision your computers easily in a Small Business Mode. This allows you to visit machines individually through a web interface. You can then remotely power them on or off, get inventory information, or filter malicious network traffic.

amt

Green Snapper – Green Snapper is an interesting system from a company based in Finland along the lines of WoL that promises to save you a lot of green by cutting your energy costs. The company is definitely in the preliminary stages of rolling out their product, but their website talks a big game and it will be something to keep your eyes on. I contacted them but haven’t heard back yet in an attempt to learn more about their offerings. I guess it will be a waiting game to see when and what they might start offering state-side.

Filed Under: Code, Going Green, Software, System Administration

Trending

  • Microsoft releases EMET 5.5
    In Security and Privacy, Software
  • DVI-A, DVI-D, DVI-I – pinning down the differences
    In Hardware, Gadgets, and Products
  • KeySweeper USB wall charger could be keylogging you
    In Security and Privacy

Latest Media Posts

Find Out Where To Download SNES ROMs

Find Out Where To Download SNES ROMs

Multifunctional Video Conversion Tools – Wondershare Video Converter

Multifunctional Video Conversion Tools – Wondershare Video Converter

  • Popular
  • Latest
  • Today Week Month All
  • Access to the resource [servershare] has been disallowed Access to the resource [servershare] has been disallowed
  • What is the AllJoyn Router Service on Windows 10? What is the AllJoyn Router Service on Windows 10?
  • Read the Event Logs on Windows Server Core Read the Event Logs on Windows Server Core
  • How a DirecTV bill really works in 2015 How a DirecTV bill really works in 2015
  • SOLVED: “This modification is not allowed because the selection is locked.” SOLVED: "This modification is not allowed because the selection is locked."
  • How Virtual Reality Supports Mental Health Therapy How Virtual Reality Supports Mental Health Therapy
  • Key Strategies of Successful Coin Listing on Exchange Key Strategies of Successful Coin Listing on Exchange
  • Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting
  • Making Distributed Software Development Work: Strategies and Best Practices for Managing Remote Teams Making Distributed Software Development Work: Strategies and Best Practices for Managing Remote Teams
  • customer contactless payment for drink with mobile phon at cafe counter bar,seller coffee shop accept payment by mobile.new normal lifestyle concept The Latest Innovations In Payment Technology
Ajax spinner

Elevator Pitch

404 Tech Support documents solutions to IT problems, shares worthwhile software and websites, and reviews hardware, consumer electronics, and technology-related books.

Subscribe to 404TS articles by email.

Recent Posts

  • How Virtual Reality Supports Mental Health Therapy
  • Key Strategies of Successful Coin Listing on Exchange
  • Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting

Search

FTC Disclaimer

404TechSupport is an Amazon.com affiliate; when you click on an Amazon link from 404TS, the site gets a cut of the proceeds from whatever you buy. This site also uses Skimlinks for smart monetization of other affiliate links.
Use of this site requires displaying and viewing ads as they are presented.

Copyright © 2025 · Magazine Pro Theme on Genesis Framework · WordPress · Log in