Skip to content

Releases: DrGennadius/GSimpleWinSleepPreventer

v0.3.4

22 Nov 10:58
Compare
Choose a tag to compare

New quick mode - full:

full - enable full prevent. Uses all modes (display, system, away) in continuous: ES_CONTINUOUS, ES_DISPLAY_REQUIRED, ES_SYSTEM_REQUIRED and ES_AWAYMODE_REQUIRED.

GSimpleWinSleepPreventer.exe -f

v0.3.3

15 Nov 17:53
Compare
Choose a tag to compare

Small changes.
Add bat file for quick create lnk in the startup folder.

v0.2.2

14 Nov 14:19
4414e5b
Compare
Choose a tag to compare

Small fixes and changes. Change the help text.

v0.2.1

14 Nov 13:05
3639724
Compare
Choose a tag to compare

Now you can set the several manual modes of EXECUTION_STATE:

  1. away (ES_AWAYMODE_REQUIRED)
GSimpleWinSleepPreventer.exe -es away
  1. continuous (ES_CONTINUOUS)
GSimpleWinSleepPreventer.exe -es continuous
  1. display (ES_DISPLAY_REQUIRED)
GSimpleWinSleepPreventer.exe -es display
  1. system (ES_SYSTEM_REQUIRED)
GSimpleWinSleepPreventer.exe -es system

You can use multiple modes:

GSimpleWinSleepPreventer.exe -es continuous display system

v0.1

13 Nov 05:22
Compare
Choose a tag to compare

First release GSimpleWinSleepPreventer.

A utility for preventing Windows from falling asleep.

It is possible to set several modes:

  1. Prevent only monitor powerdown.
  2. Prevent Idle-to-Sleep (monitor not affected).
  3. Enable away mode and prevent the sleep idle time-out.

The utility uses SetThreadExecutionState (kernel32).