Is Windows 10 going into sleep mode after a few minutes?
Even with “High performance” selected as the power option and “Put the computer to sleep: Never”, I found my desktop still going to sleep after a few minutes of inactivity. Here’s how I fixed it:
- Open a command shell (or PowerShell) window with Administrative rights;
- From the command line,
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0" /v Attributes /t REG_DWORD /d 2
- From the Start Menu, go to “Power & Sleep” and click on “Additional power settings”;
- Click “Change Plan Settings” for the current power plan;
- Click “Change Advanced Power Settings”;
- Click on “Sleep”;
- Select the new, visible “System unattended sleep timeout” option and set its value to “0 minutes”;
- Restart the computer.