Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

27,515

Downloads of v 7.01:

491

Last Update:

05 Aug 2020

Package Maintainer(s):

Software Author(s):

  • Nenad Hrg

Tags:

dontsleep.install computer sleep control

Don't Sleep (Install)

This is not the latest version of Don't Sleep (Install) available.

  • 1
  • 2
  • 3

7.01 | Updated: 05 Aug 2020

Downloads:

27,515

Downloads of v 7.01:

491

Maintainer(s):

Software Author(s):

  • Nenad Hrg

Don't Sleep (Install) 7.01

This is not the latest version of Don't Sleep (Install) available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Don't Sleep (Install), run the following command from the command line or from PowerShell:

>

To upgrade Don't Sleep (Install), run the following command from the command line or from PowerShell:

>

To uninstall Don't Sleep (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade dontsleep.install -y --source="'INTERNAL REPO URL'" --version="'7.01'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade dontsleep.install -y --source="'INTERNAL REPO URL'" --version="'7.01'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install dontsleep.install
  win_chocolatey:
    name: dontsleep.install
    version: '7.01'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'dontsleep.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.01'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller dontsleep.install
{
    Name     = "dontsleep.install"
    Version  = "7.01"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'dontsleep.install':
  ensure   => '7.01',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 05 Aug 2020.

Description

Especially when old Programs run on Windows-10 or Windows 8.1 / 7. Here's more aggressive power-saving features with new rules.

But not only that, it also prevents login off the computer, and the deactivation of the monitor or activation of the screen saver.

Of course you can also manually disable all the options and then activate again, but with Don't Sleep one can save now many hand moves and also save time! And it's easier than ever.

Apart from the fact Don't Sleep has a timer that allows time control unblock, or shutdown the computer for a specified time.

Key Features in Don't Sleep

  • Don't Sleep don't change the power saving options on the system
  • From-Tray feature: power off, reboot, log off, restart ...
  • Schedule computer to shut down at a certain time
  • Set the timer to prevent standby in windows!
  • Please Sleep Feature in Don't Sleep!
  • Start parameter in Don't Sleep!

Other features and specifications:

  • Portable Windows Program!
  • Does not burden the CPU
  • Extreme tiny size
  • Easy to use
  • Multilingual

For what! Prevent system shutdown, Standby, Hibernate, Turn Off and Restart?

The reason for the development of the program is that some programs with a longer runtime have not considered this new power-saving features on the windows OS.

You can also manually customize the window power saving features or disable all the options and then reactivate them again, but you can save the time when use Don't Sleep. Don't Sleep can also serve as a general protection if you have started a background service or application and want to prevent turn off of the computer by itself, or other persons ergo accounts.

Don't Sleep has a timer that allows you to disable blocking with a timed manner, or to shut down the computer at a certain time. This is a practical function that prevents the PC to running unnecessarily, since not every PC is equipped with a quality power supply that consumes 1Watt in standby mode.

How does the program work?

Depending on the setting, Don't Sleep reports to the operating system that it has very important tasks to do if the screen saver is to be activated or the monitor is to be deactivated. Likewise, it notifies the system that it has the highest shutdown priority to prevent other programs from receiving the shutdown command before Don't

screenshot


legal\LICENSE.txt

From: http://www.softwareok.com/?seite=Microsoft/DontSleep/Eula

LICENSE

End User License Agreement
==========================

LICENSE HRG NENAD (SOFTWAREOK.COM)
THIS SOFTWARE IS FREEWARE


This software is the property of Hrg Nenad (softwareok.com) and its suppliers and is protected by copyright law and international treaty provisions.

You may distribute an unlimited number of unmodified , copies of the software to anyone you wish !

You are not allowed to sell this software!

You may not decompile, reverse engineer or disassemble this software and any executable part of this software.

THE SOFTWARE PROVIDED TO YOU AS IS WITHOUT WARRANTY OF ANY KIND, ANY SPECIAL,INCIDENTAL,EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. YOU ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THIS SOFTWARE.

HRG NENAD (SOFTWAREOK.COM) SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING OUT OF THE USE OF OR INABILITY TO USE OF THIS SOFTWARE, EVEN IF HRG NENAD (SOFTWAREOK.COM) HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NON-ACCEPTANCE OR VIOLATION OF ANY OF THE ABOVE TERMS IMMEDIATELY AND UNCONDITIONALLY WILL TERMINATE YOUR LICENSE.
legal\VERIFICATION.txt
VERIFICATION
 
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Package can be verified like this:
 
1. Download:
 
   x32: https://www.softwareok.com/Download/DontSleep.zip
   x64: https://www.softwareok.com/Download/DontSleep_x64.zip
  
2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'
 
   checksum type: sha256
   checksum32: 9DC0B49FEF1F817F48C6649BE3B71524ADED0062E8E5A4B213ABA6336F52D6EB
   checksum64: AAFE5ED114A36C30695AE612B19C3585584D97FFD25F65AEEC958DB3A8A87931
 
File 'LICENSE.txt' is obtained from:
   http://www.softwareok.com/?seite=Microsoft/DontSleep/Eula
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  destination   = "$toolsDir"  
  file          = "$toolsDir\DontSleep.zip"
  file64        = "$toolsDir\DontSleep_x64.zip"
}

Get-ChocolateyUnzip @packageArgs

#Install start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
if (Get-OSArchitectureWidth -Compare "32") { $exe_file = "DontSleep.exe" } else { $exe_file = "DontSleep_x64.exe" }

$shortcutFilePath = Join-Path $programs "Dont Sleep.lnk"
$targetPath = Join-Path $toolsDir $exe_file
Install-ChocolateyShortcut -RunAsAdmin -shortcutFilePath $shortcutFilePath -targetPath $targetPath
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)

$shortcutFilePath = Join-Path $programs "Dont Sleep.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
tools\DontSleep.zip
md5: 0436DD8E1D03CB6973B52850C81536AF | sha1: E2BC72D5B453CDC9F018E09F893D9BD0373D5BB2 | sha256: 9DC0B49FEF1F817F48C6649BE3B71524ADED0062E8E5A4B213ABA6336F52D6EB | sha512: 40ECB60F99CD2E69F539E18CB08E698C49FFD4FAA7EFF3E09B5AEB207E894B26FE21C48D70007BE5E486CFA85B2E0C333B1E8285C49A28751EC15978E3D99F4D
tools\DontSleep_x64.zip
md5: 51E1526CEA7221204A29757A66F46CB6 | sha1: D270888E7C73A2F47B03F248198FA5947349BA73 | sha256: AAFE5ED114A36C30695AE612B19C3585584D97FFD25F65AEEC958DB3A8A87931 | sha512: 8A39BA3B681C277AD72B2D686E4A3AF14860CFDCA77688537AC7D7853F620B83286F35703A8C1EAF6BD4F046C66EFE10F67205659252D26068F5B2A5C0DB03D9

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Don't Sleep (Install) 9.45 645 Friday, September 22, 2023 Approved
Don't Sleep (Install) 9.44 272 Sunday, September 10, 2023 Approved
Don't Sleep (Install) 9.41 420 Sunday, July 30, 2023 Approved
Don't Sleep (Install) 9.31 707 Friday, April 14, 2023 Approved
Don't Sleep (Install) 9.29 530 Thursday, February 23, 2023 Approved
Don't Sleep (Install) 9.21 422 Saturday, January 21, 2023 Approved
Don't Sleep (Install) 9.17 493 Thursday, December 8, 2022 Approved
Don't Sleep (Install) 9.11 639 Friday, September 30, 2022 Approved
Don't Sleep (Install) 9.09 120 Wednesday, September 28, 2022 Approved
Don't Sleep (Install) 9.01 481 Monday, September 5, 2022 Approved
Don't Sleep (Install) 8.91 473 Thursday, August 11, 2022 Approved
Don't Sleep (Install) 8.88 456 Wednesday, July 13, 2022 Approved
Don't Sleep (Install) 8.81 496 Monday, June 6, 2022 Approved
Don't Sleep (Install) 8.77 578 Saturday, April 23, 2022 Approved
Don't Sleep (Install) 8.73 340 Monday, April 4, 2022 Approved
Don't Sleep (Install) 8.71 491 Monday, March 21, 2022 Approved
Don't Sleep (Install) 8.61 581 Saturday, February 5, 2022 Approved
Don't Sleep (Install) 8.51 839 Monday, November 1, 2021 Approved
Don't Sleep (Install) 8.48 602 Wednesday, August 25, 2021 Approved
Don't Sleep (Install) 8.44 567 Tuesday, June 29, 2021 Approved
Don't Sleep (Install) 8.32 347 Thursday, June 17, 2021 Approved
Don't Sleep (Install) 8.28 452 Saturday, May 29, 2021 Approved
Don't Sleep (Install) 8.18 438 Sunday, May 9, 2021 Approved
Don't Sleep (Install) 8.11 427 Wednesday, April 14, 2021 Approved
Don't Sleep (Install) 8.08 493 Friday, March 12, 2021 Approved
Don't Sleep (Install) 8.02 224 Monday, March 8, 2021 Approved
Don't Sleep (Install) 8.01 149 Sunday, March 7, 2021 Approved
Don't Sleep (Install) 7.91 487 Thursday, February 11, 2021 Approved
Don't Sleep (Install) 7.89 483 Wednesday, January 27, 2021 Approved
Don't Sleep (Install) 7.88 122 Wednesday, January 27, 2021 Approved
Don't Sleep (Install) 7.81 158 Monday, January 25, 2021 Approved
Don't Sleep (Install) 7.77 463 Sunday, January 10, 2021 Approved
Don't Sleep (Install) 7.71 472 Friday, December 18, 2020 Approved
Don't Sleep (Install) 7.67 349 Tuesday, December 8, 2020 Approved
Don't Sleep (Install) 7.55 317 Wednesday, December 2, 2020 Approved
Don't Sleep (Install) 7.51 394 Friday, November 20, 2020 Approved
Don't Sleep (Install) 7.44 258 Sunday, November 15, 2020 Approved
Don't Sleep (Install) 7.33 484 Sunday, October 18, 2020 Approved
Don't Sleep (Install) 7.31 251 Thursday, October 15, 2020 Approved
Don't Sleep (Install) 7.22 434 Tuesday, September 29, 2020 Approved
Don't Sleep (Install) 7.21 285 Sunday, September 27, 2020 Approved
Don't Sleep (Install) 7.17 242 Friday, September 25, 2020 Approved
Don't Sleep (Install) 7.13 397 Monday, September 7, 2020 Approved
Don't Sleep (Install) 7.01 491 Wednesday, August 5, 2020 Approved
Don't Sleep (Install) 6.81 287 Friday, July 31, 2020 Approved
Don't Sleep (Install) 6.77 413 Wednesday, July 1, 2020 Approved
Don't Sleep (Install) 6.71 441 Sunday, May 24, 2020 Approved
Don't Sleep (Install) 6.65 270 Sunday, May 17, 2020 Approved
Don't Sleep (Install) 6.51 320 Sunday, May 3, 2020 Approved
Don't Sleep (Install) 6.41 346 Tuesday, April 14, 2020 Approved
Don't Sleep (Install) 6.36 346 Tuesday, March 17, 2020 Approved
Don't Sleep (Install) 6.31 359 Wednesday, February 19, 2020 Approved
Don't Sleep (Install) 6.22 413 Friday, December 13, 2019 Approved
Don't Sleep (Install) 6.21 229 Tuesday, December 3, 2019 Approved
Don't Sleep (Install) 6.11 250 Wednesday, November 13, 2019 Approved
Don't Sleep (Install) 6.06.1 210 Wednesday, November 6, 2019 Approved
Don't Sleep (Install) 6.02 242 Saturday, November 2, 2019 Approved
Don't Sleep (Install) 6.01.6 189 Thursday, October 31, 2019 Approved
Don't Sleep (Install) 6.01 160 Thursday, October 31, 2019 Approved
Don't Sleep (Install) 5.71 260 Monday, October 7, 2019 Approved
Don't Sleep (Install) 5.66 255 Saturday, September 14, 2019 Approved
Don't Sleep (Install) 5.61 301 Friday, August 23, 2019 Approved
Don't Sleep (Install) 5.57 256 Friday, August 9, 2019 Approved
Don't Sleep (Install) 5.55 256 Friday, July 26, 2019 Approved
Don't Sleep (Install) 5.51 290 Monday, July 8, 2019 Approved
Don't Sleep (Install) 5.45 234 Thursday, June 20, 2019 Approved
Don't Sleep (Install) 5.44 169 Wednesday, June 19, 2019 Approved
Don't Sleep (Install) 5.41 202 Monday, June 17, 2019 Approved
Don't Sleep (Install) 5.33 252 Thursday, June 13, 2019 Approved
Don't Sleep (Install) 5.25.0.20190612 202 Wednesday, June 12, 2019 Approved
Don't Sleep (Install) 5.25 181 Tuesday, June 11, 2019 Approved
Don't Sleep (Install) 5.21 194 Friday, May 31, 2019 Approved
Don't Sleep (Install) 5.16.0.20190508 197 Wednesday, May 8, 2019 Approved
Don't Sleep (Install) 5.16 197 Wednesday, May 1, 2019 Approved
Don't Sleep (Install) 5.15 240 Sunday, April 7, 2019 Approved

This package has no dependencies.

Discussion for the Don't Sleep (Install) Package

Ground Rules:

  • This discussion is only about Don't Sleep (Install) and the Don't Sleep (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Don't Sleep (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus