Skip to content

Small application to prevent sleeping while running another application

License

Notifications You must be signed in to change notification settings

javiercampos/NoSleepRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoSleepRun

Simple console utility to prevent Windows from sleeping while running a process

Usage

nosleeprun [OPTIONS] process [args]

Options

  • --silent: silent output, do not print anything
  • -s|--shellexecute: use ShellExecute
  • -u|--username <username>: execute as <username>
  • -p|--password <password>: use <password>
  • -64|--64bit: disable syswow64 redirection

Remarks:

  • Username and Password cannot be used in conjunction with ShellExecute. This is a Windows restriction.
  • Use the -64 switch only if you need to run a 64 bit process which needs access to 64 bit Windows system libraries.
  • This option is only available if the binary is compiled as AnyCPU and executed on a 64bit system

Report bugs to jcl@javiercampos.info

About

Small application to prevent sleeping while running another application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages