> For the complete documentation index, see [llms.txt](https://docs.primelister.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primelister.com/faq/how-do-i-disable-sleep-mode-on-windows.md).

# How do I Disable Sleep Mode on Windows?

**Note: You must disable Sleep mode on the computer in order for Schedules Tasks to operate properly.**

**Turning Off Sleep Settings:**&#x20;

1. Go to Power Options in the Control Panel. In Windows 10, you can get there by right-clicking on. the start menu and click on Power Options.&#x20;
2. Click Change plan settings next to your current power plan.&#x20;
3. Change "Put the computer to sleep" to never.&#x20;
4. Click "Save Changes"

{% hint style="info" %}
Here is further information: \
<https://stacksportsportal.force.com/customersupport/s/article/Turning-Off-Sleep-Settings>
{% endhint %}

This article shows how to turn off the sleep settings for different Windows versions (Windows 10, 8, 7) and Mac OS X.

**To disable automatic Sleep on Windows 10**

1. Go to Power Options in the Control Panel. In Windows 10, you can get there by right-clicking on the start menu and clicking on Power Options.
2. Click Change plan settings next to your current power plan.
3. Change "Put the computer to sleep" to never.
4. Click "Save Changes"

**To disable automatic Sleep on windows 8**

1. Bring up the Charms bar by pressing the Windows key and C together/swiping in from the right on a touchscreen.
2. Click or tap on Settings and then choose Change PC Settings at the bottom.
3. Go to Power & sleep in the left-hand menu and click 'Never'.

**To disable automatic Sleep on windows 7**

1. Open Power Options by clicking the Start button Picture of the Start button, clicking Control Panel, clicking System and Security, and then clicking Power Options.
2. On the Select a power plan page, click Change plan settings next to the selected plan.
3. On the Change settings for the plan page, click Change advanced power settings.
4. On the Advanced settings tab, double-click Sleep, double-click Sleep after, and then do one of the following: a. If you're using a laptop, click On battery or Plugged in (or both), click the arrow, and then click Never. b. If you're using a desktop computer, click Setting, click the arrow, and then click Never.
5. Double-click Hibernate after, and then do one of the following: a. If you're using a laptop, click On battery or Plugged in (or both), click the arrow, and then click Never. b. If you're using a desktop computer, click Setting, click the arrow, and then click Never.
6. If you also want the display to stay turned on, double-click Display, double-click Turn off display after, and then do one of the following: a. If you're using a laptop, click On battery or Plugged in (or both), click the arrow, and then click Never. b. If you're using a desktop computer, click Setting, click the arrow, and then click Never.
7. Click OK, and then click Save changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.primelister.com/faq/how-do-i-disable-sleep-mode-on-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
