Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
Sleep settings are crucial for managing power consumption and ensuring the longevity of your Windows device. Configuring sleep settings allows your computer to enter a low-power state when it's not in use, which can save energy and extend battery life. This article will guide you through the process of configuring sleep settings in Windows using both the graphical user interface (GUI) and command line methods.
Examples:
Open Settings:
Win + I
to open the Settings app.System > Power & sleep
.Adjust Sleep Settings:
Save Changes:
Open PowerShell:
Win + X
and select Windows PowerShell (Admin)
.Set Sleep Timeout for Battery:
powercfg /change standby-timeout-dc 30
This command sets the sleep timeout to 30 minutes when on battery.
Set Sleep Timeout for Plugged In:
powercfg /change standby-timeout-ac 60
This command sets the sleep timeout to 60 minutes when plugged in.
Open Command Prompt:
Win + X
and select Command Prompt (Admin)
.Set Sleep Timeout for Battery:
powercfg /change standby-timeout-dc 30
This command sets the sleep timeout to 30 minutes when on battery.
Set Sleep Timeout for Plugged In:
powercfg /change standby-timeout-ac 60
This command sets the sleep timeout to 60 minutes when plugged in.