# Example nethalt.ini file # Lines beginning with # or ; are ignored # Configuration values: # # Shutdown # Sets the daily system shutdown time in 24-hour format, any ommited # fields are treated as zero, to disable shutdown set to "off". # (Default is off) # # Warning # Number of seconds before shutdown to display shutdown warning window, # this is not visible from the login screen. (Default is 30) # # DelaySeconds # Number of seconds to allow delaying the shutdown by, if set to zero, # the "Delay shutdown" button is disabled. (Default is zero) # # AllowAbort # Enable/disable the "Abort shutdown" button, if the shutdown is when the # shutdown is aborted it will be postponed until the daily shutdown time # is reached the next day. (Default is zero) # Each section should begin with a NetBIOS name, which may use the *, ? or # # wildcards, so this section will affect any machine with NetHalt installed. # # Later lines take priority, so you should define globals/defaults before # per-machine options # [*] Shutdown = 18:30 Warning = 60 DelaySeconds = 300 AllowAbort = 0 # This section will affect a machine with the NetBIOS name "Some hostname", it # will overrule options in the earlier global section. # [Some hostname] Shutdown = off