Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
Customizing power settings in Windows is an essential task for optimizing the performance and energy consumption of your computer. Whether you're looking to extend battery life on a laptop or ensure your desktop is always ready for heavy workloads, understanding how to adjust power settings can make a significant difference. This article will guide you through the process of customizing power settings in Windows, providing practical examples and commands to help you achieve the best configuration for your needs.
Examples:
Accessing Power Options via Control Panel:
Control Panel
in the Windows search bar and pressing Enter.Hardware and Sound
> Power Options
.Create a power plan
.Creating a Custom Power Plan:
Create a power plan
.Turn off the display
and Put the computer to sleep
according to your preferences.Create
to save your new power plan.Using PowerShell to Customize Power Settings:
Windows PowerShell (Admin)
.powercfg /list
powercfg /duplicate scheme_GUID
Replace scheme_GUID
with the GUID of the power plan you want to duplicate.
powercfg /change setting_GUID value
Replace setting_GUID
with the GUID of the setting you want to change and value
with the desired value.
Adjusting Power Settings via Command Prompt (CMD):
cmd
in the Windows search bar, right-clicking Command Prompt
, and selecting Run as administrator
.powercfg /setactive SCHEME_MAX
powercfg /change monitor-timeout-ac 10
powercfg /change standby-timeout-ac 30