Hello,
Have you already tried this?
Open Settings
Go to System > Power & sleep
Under Screen, change:
On battery power, turn off after
When plugged in, turn off after
Set this to a longer time (e.g., 10, 15, 30 minutes)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I change the amount of time before screen locks?
Hello,
Have you already tried this?
Open Settings
Go to System > Power & sleep
Under Screen, change:
On battery power, turn off after
When plugged in, turn off after
Set this to a longer time (e.g., 10, 15, 30 minutes)
AI answer
To change how long Windows waits before locking the screen, adjust the screen saver and power/display timeouts. There are two main scenarios: when signed in and idle, and when the PC is locked.
powercfg.
powercfg.exe -attributes SUB_VIDEO 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 -ATTRIB_HIDE
powercfg
powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE <time in seconds>
powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK <time in seconds>
powercfg.exe /setactive SCHEME_CURRENT
VIDEOIDLE controls display timeout when unlocked.VIDEOCONLOCK controls display timeout when at the lock screen./setdcvalueindex instead of /setacvalueindex.These settings together control how long the system stays active before the screen saver starts, when it requires sign-in again, and how quickly the display turns off when locked.
References: