Skip to content

Commit 1a4f950

Browse files
authored
Clarify lock screen behavior for PowerToys Awake
Added information about lock screen behavior and its impact on PowerToys Awake functionality. Added specific notes about security considerations from using Awake instead of customizing a Power Plan (as Awake cannot be used while the device is locked).
1 parent 0c112ab commit 1a4f950

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

hub/powertoys/awake.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ PowerToys Awake is a Windows utility that keeps your computer awake without modi
1616
You can use PowerToys Awake directly from PowerToys Settings or as a standalone executable (`PowerToys.Awake.exe` in the PowerToys installation folder).
1717

1818
> [!NOTE]
19+
> PowerToys Awake is active only when you are logged in and it is enabled. **Awake does not function when the lock screen is displayed.** Your normal power plan is active at other times.
20+
>
1921
> PowerToys Awake does not modify any of the Windows power plan settings and does not depend on a custom power plan configuration. Instead, it spawns background threads that tell Windows that they require a specific state of the machine. Once PowerToys Awake exits, the threads are terminated and the computer will resume its standard power plan behavior.
2022
23+
> [!IMPORTANT]
24+
> PowerToys Awake temporarily overrides your power plan choices and is intended for use while you are at your computer or in private environments. For persistent keep-awake needs, especially when stepping away in shared environments, configure your Windows power plan settings directly and lock your computer for security.
25+
2126
## Settings
2227

2328
In the PowerToys Settings, start PowerToys Awake by toggling **Enable Awake** on. Once enabled, the application will manage the power and screen state of the computer.
@@ -42,6 +47,11 @@ While PowerToys Awake can keep the computer awake indefinitely or temporarily, i
4247

4348
This feature only works when PowerToys Awake is enabled and has one of the custom power states selected. It also does not prevent any user-initiated actions, such as manually putting the computer to sleep or hibernating it.
4449

50+
## Lock screen behavior
51+
PowerToys Awake does not function when the lock screen is displayed. This is because the lock screen operates in a separate security context from the user session. When you lock your computer, Windows transitions to this secure context, and user-mode applications like PowerToys Awake cannot maintain their power requests.
52+
53+
If you need your computer to stay awake while locked, modify your Windows power plan settings directly instead of using PowerToys Awake.
54+
4555
## System tray
4656

4757
To manage the execution of the tool from the system tray, right-click on the PowerToys Awake icon.

0 commit comments

Comments
 (0)