É possível aplicar um período de tempo às configurações de energia do Windows 7?
powercfg
pode ser usado a partir da linha de comando para definir o esquema de energia ativo.
Alto desempenho:
powercfg -s SCHEME_MIN
Economia de energia:
powercfg -s SCHEME_MAX
Para aplicar esses esquemas em determinados momentos, use o Agendador de Tarefas.
Programar uma tarefa
You must be logged on as an administrator to perform these steps. If you aren't logged on as an administrator, you can only change settings that apply to your user account.
...
Open Task Scheduler by clicking the Start button Picture of the Start button, clicking Control Panel, clicking System and Security, clicking Administrative Tools, and then double-clicking Task Scheduler. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
Click the Action menu, and then click Create Basic Task.
Type a name for the task and an optional description, and then click Next.
Do one of the following:
To select a schedule based on the calendar, click Daily, Weekly, Monthly, or One time, click Next; specify the schedule you want to use, and then click Next.
To select a schedule based on common recurring events, click When the computer starts or When I log on, and then click Next.
To select a schedule based on specific events, click When a specific event is logged, click Next; specify the event log and other information using the drop-down lists, and then click Next.
To schedule a program to start automatically, click Start a program, and then click Next.
Click Browse to find the program you want to start, and then click Next.
Click Finish.
Nota:
- A execução máxima do programa pode ser um arquivo em lote contendo um dos comandos
powercfg
mencionados anteriormente.
Fonte Agendar uma tarefa
Outras leituras
- Um índice A-Z da linha de comando do Windows CMD - Uma excelente referência para todas as coisas relacionadas à linha do Windows cmd.
- powercfg - Controle as configurações de energia, configure os modos de hibernação / espera.
- schtasks - Crie / edite um trabalho / tarefa agendados. O trabalho pode ser criado no computador local ou remoto.