Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
Configuring sleep settings in Windows is essential for optimizing power consumption and ensuring that your system is ready when you need it. This article will guide you through the steps to configure sleep settings using both the graphical user interface (GUI) and the Command Prompt (CMD).
Open Power Options:
Win + X
and select Power Options
.Settings
> System
> Power & sleep
.Adjust Sleep Settings:
Power & sleep
settings, you can adjust the time after which the PC goes to sleep. You can set different times for Screen
and Sleep
under When plugged in
and On battery power
.Advanced Power Settings:
Additional power settings
on the right side.Power Options
window, click on Change plan settings
next to your selected power plan.Change advanced power settings
.Power Options
dialog, expand the Sleep
tree and configure Sleep after
, Allow hybrid sleep
, Hibernate after
, and Allow wake timers
as needed.Open Command Prompt:
Win + R
, type cmd
, and press Enter
.Check Current Sleep Settings:
powercfg /query
Set Sleep Timeout:
powercfg /change standby-timeout-dc <minutes>
powercfg /change standby-timeout-ac <minutes>
Disable Sleep:
powercfg /change standby-timeout-dc 0
powercfg /change standby-timeout-ac 0
Example 1: Setting Sleep Timeout to 30 Minutes When on Battery
powercfg /change standby-timeout-dc 30
Example 2: Disabling Sleep When Plugged In
powercfg /change standby-timeout-ac 0
Example 3: Checking Current Power Scheme Settings
powercfg /query
By following these steps, you can effectively manage your Windows system's sleep settings to suit your needs, whether you prefer using the GUI or the CMD.