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:

9,825

Downloads of v 5.33:

168

Last Update:

13 Jun 2019

Package Maintainer(s):

Software Author(s):

  • Nenad Hrg

Tags:

dontsleep.portable computer sleep control

Don't Sleep (Portable)

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

  • 1
  • 2
  • 3

5.33 | Updated: 13 Jun 2019

Downloads:

9,825

Downloads of v 5.33:

168

Maintainer(s):

Software Author(s):

  • Nenad Hrg

Don't Sleep (Portable) 5.33

This is not the latest version of Don't Sleep (Portable) 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 (Portable), run the following command from the command line or from PowerShell:

>

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

>

To uninstall Don't Sleep (Portable), 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.portable -y --source="'INTERNAL REPO URL'" --version="'5.33'" [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.portable -y --source="'INTERNAL REPO URL'" --version="'5.33'" 
$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.portable
  win_chocolatey:
    name: dontsleep.portable
    version: '5.33'
    source: INTERNAL REPO URL
    state: present

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


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

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


cChocoPackageInstaller dontsleep.portable
{
    Name     = "dontsleep.portable"
    Version  = "5.33"
    Source   = "INTERNAL REPO URL"
}

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


package { 'dontsleep.portable':
  ensure   => '5.33',
  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 13 Jun 2019.

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_Portable.zip
   x64: https://www.softwareok.com/Download/DontSleep_x64_Portable.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: 3EA4D009FA0F60D562BC0683282A55603B109571FE649EF7137ACC83A89D2359
   checksum64: 87A6B745A158246DAD01410F171123A6C05211072AB887C9899F0B1B17E75152
 
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_Portable.zip"
  file64        = "$toolsDir\DontSleep_x64_Portable.zip"  
}

Get-ChocolateyUnzip @packageArgs
    
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
if (Get-OSArchitectureWidth -Compare "32") { $exe_file = "DontSleep_p.exe" } else { $exe_file = "DontSleep_x64_p.exe" }
$shortcutFilePath = Join-Path $programs "Dont Sleep.lnk"
$targetPath = Join-Path $toolsDir $exe_file
Install-ChocolateyShortcut -RunAsAdmin -shortcutFilePath $shortcutFilePath -targetPath $targetPath
tools\chocolateyuninstall.ps1
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Dont Sleep.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
tools\DontSleep_Portable.zip
md5: FB1CA869D3D79EC6278E673288C035F9 | sha1: 247867203D9166D3D1DDC3FA74F96FE1AF411EF5 | sha256: 3EA4D009FA0F60D562BC0683282A55603B109571FE649EF7137ACC83A89D2359 | sha512: 958D6DB6E0137F6C51A0540CDF41921AE3863F1FFD0364F7FD0D62FD85C11594F750BE1608EB758DD1AA0D8EC8523B34AD511EA84D98BE9DD71C576F282F57F4
tools\DontSleep_x64_Portable.zip
md5: F18A9172BDB9462AF411294FAE53B727 | sha1: 9ACD465C40046F1744AD393AEAA2AC7BC59F8818 | sha256: 87A6B745A158246DAD01410F171123A6C05211072AB887C9899F0B1B17E75152 | sha512: 1933CBAF66EC6C0549B6FCA5FA330AAE9D907F77A7BE73898D4301113C338A3F5ADDD7509310160BB1B2C0ADA9B5A8EB648BD6A65239C2F2494606E8167FD4B1

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 (Portable) 9.45 89 Friday, September 22, 2023 Approved
Don't Sleep (Portable) 9.44 47 Sunday, September 10, 2023 Approved
Don't Sleep (Portable) 9.41 55 Sunday, July 30, 2023 Approved
Don't Sleep (Portable) 9.31 90 Friday, April 14, 2023 Approved
Don't Sleep (Portable) 9.29 107 Thursday, February 23, 2023 Approved
Don't Sleep (Portable) 9.21 67 Saturday, January 21, 2023 Approved
Don't Sleep (Portable) 9.17 66 Thursday, December 8, 2022 Approved
Don't Sleep (Portable) 9.11 100 Friday, September 30, 2022 Approved
Don't Sleep (Portable) 9.09 44 Wednesday, September 28, 2022 Approved
Don't Sleep (Portable) 9.01 72 Monday, September 5, 2022 Approved
Don't Sleep (Portable) 8.91 72 Thursday, August 11, 2022 Approved
Don't Sleep (Portable) 8.88 70 Wednesday, July 13, 2022 Approved
Don't Sleep (Portable) 8.81 141 Monday, June 6, 2022 Approved
Don't Sleep (Portable) 8.77 88 Saturday, April 23, 2022 Approved
Don't Sleep (Portable) 8.73 84 Monday, April 4, 2022 Approved
Don't Sleep (Portable) 8.71 68 Monday, March 21, 2022 Approved
Don't Sleep (Portable) 8.61 101 Saturday, February 5, 2022 Approved
Don't Sleep (Portable) 8.51 111 Monday, November 1, 2021 Approved
Don't Sleep (Portable) 8.48 113 Wednesday, August 25, 2021 Approved
Don't Sleep (Portable) 8.44 119 Tuesday, June 29, 2021 Approved
Don't Sleep (Portable) 8.32 90 Thursday, June 17, 2021 Approved
Don't Sleep (Portable) 8.28 94 Saturday, May 29, 2021 Approved
Don't Sleep (Portable) 8.18 90 Sunday, May 9, 2021 Approved
Don't Sleep (Portable) 8.11 92 Wednesday, April 14, 2021 Approved
Don't Sleep (Portable) 8.08 134 Friday, March 12, 2021 Approved
Don't Sleep (Portable) 8.02 85 Monday, March 8, 2021 Approved
Don't Sleep (Portable) 8.01 92 Sunday, March 7, 2021 Approved
Don't Sleep (Portable) 7.91 121 Thursday, February 11, 2021 Approved
Don't Sleep (Portable) 7.89 125 Wednesday, January 27, 2021 Approved
Don't Sleep (Portable) 7.88 101 Wednesday, January 27, 2021 Approved
Don't Sleep (Portable) 7.81 136 Monday, January 25, 2021 Approved
Don't Sleep (Portable) 7.77 120 Sunday, January 10, 2021 Approved
Don't Sleep (Portable) 7.71 122 Friday, December 18, 2020 Approved
Don't Sleep (Portable) 7.67 100 Tuesday, December 8, 2020 Approved
Don't Sleep (Portable) 7.55 98 Wednesday, December 2, 2020 Approved
Don't Sleep (Portable) 7.51 102 Friday, November 20, 2020 Approved
Don't Sleep (Portable) 7.44 119 Sunday, November 15, 2020 Approved
Don't Sleep (Portable) 7.33 125 Sunday, October 18, 2020 Approved
Don't Sleep (Portable) 7.31 121 Thursday, October 15, 2020 Approved
Don't Sleep (Portable) 7.22 128 Tuesday, September 29, 2020 Approved
Don't Sleep (Portable) 7.21 119 Sunday, September 27, 2020 Approved
Don't Sleep (Portable) 7.17 110 Friday, September 25, 2020 Approved
Don't Sleep (Portable) 7.13 128 Monday, September 7, 2020 Approved
Don't Sleep (Portable) 7.01 171 Wednesday, August 5, 2020 Approved
Don't Sleep (Portable) 6.81 148 Friday, July 31, 2020 Approved
Don't Sleep (Portable) 6.77 154 Wednesday, July 1, 2020 Approved
Don't Sleep (Portable) 6.71 163 Sunday, May 24, 2020 Approved
Don't Sleep (Portable) 6.65 133 Sunday, May 17, 2020 Approved
Don't Sleep (Portable) 6.51 158 Sunday, May 3, 2020 Approved
Don't Sleep (Portable) 6.41 153 Tuesday, April 14, 2020 Approved
Don't Sleep (Portable) 6.36 203 Tuesday, March 17, 2020 Approved
Don't Sleep (Portable) 6.31 202 Wednesday, February 19, 2020 Approved
Don't Sleep (Portable) 6.22 188 Friday, December 13, 2019 Approved
Don't Sleep (Portable) 6.21 137 Tuesday, December 3, 2019 Approved
Don't Sleep (Portable) 6.11 171 Wednesday, November 13, 2019 Approved
Don't Sleep (Portable) 6.06.1 141 Wednesday, November 6, 2019 Approved
Don't Sleep (Portable) 6.02 130 Saturday, November 2, 2019 Approved
Don't Sleep (Portable) 6.01.6 142 Thursday, October 31, 2019 Approved
Don't Sleep (Portable) 6.01 145 Thursday, October 31, 2019 Approved
Don't Sleep (Portable) 5.71 161 Monday, October 7, 2019 Approved
Don't Sleep (Portable) 5.66 166 Saturday, September 14, 2019 Approved
Don't Sleep (Portable) 5.61 219 Friday, August 23, 2019 Approved
Don't Sleep (Portable) 5.57 210 Friday, August 9, 2019 Approved
Don't Sleep (Portable) 5.55 197 Friday, July 26, 2019 Approved
Don't Sleep (Portable) 5.51 196 Monday, July 8, 2019 Approved
Don't Sleep (Portable) 5.45 168 Thursday, June 20, 2019 Approved
Don't Sleep (Portable) 5.44 174 Wednesday, June 19, 2019 Approved
Don't Sleep (Portable) 5.41 158 Monday, June 17, 2019 Approved
Don't Sleep (Portable) 5.33 168 Thursday, June 13, 2019 Approved
Don't Sleep (Portable) 5.25.0.20190612 202 Wednesday, June 12, 2019 Approved
Don't Sleep (Portable) 5.25 159 Tuesday, June 11, 2019 Approved
Don't Sleep (Portable) 5.21 172 Friday, May 31, 2019 Approved
Don't Sleep (Portable) 5.16.0.20190508 209 Wednesday, May 8, 2019 Approved
Don't Sleep (Portable) 5.16 177 Wednesday, May 1, 2019 Approved
Don't Sleep (Portable) 5.15 203 Sunday, April 7, 2019 Approved

This package has no dependencies.

Discussion for the Don't Sleep (Portable) Package

Ground Rules:

  • This discussion is only about Don't Sleep (Portable) and the Don't Sleep (Portable) 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 (Portable), 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