SystemIdleCheck Command Line Usage

By | 2022-07-22

SystemIdleCheck is very straightforward to use. The current version switches are show below.

All switches are case sensitive, but the value of the switch is not. All switches have default values, and can appear in any order on the command line.

Switches

SwitchNameDescription
TTimeOutSets the number of seconds the system should be idle for. Default is 300 seconds, or five minutes.
IIdleWarningTimeDefines when the warning prompt will appear, in seconds. For example, if you set it to 360, the warning will appear 3 minutes prior to log off. Defaults to 60 seconds.
LidLeActionDetermines the action to be carried out upon timer expiration. Valid values are LogOff, Lock, or Nothing. The default action is LogOff.

Examples

Command LineExplanation
sic T:600 I:120 L:lockLocks the current user session after 10 minutes of inactivity, with a warning at 2 minutes.
sic T:600 I:120 L:logoutLogs out the current user session after 10 minutes of inactivity, with a warning at 2 minutes.
sic T:600 I:120 L:rebootRestarts the workstation after 10 minutes of inactivity, with a warning at 2 minutes.
sic T:600 I:120 L:shutdownShuts down the workstation after 10 minutes of inactivity, with a warning at 2 minutes.
sic T:600 I:120 L:nothingShows a warning after 8 minutes of idle, exits with no action. Handy for testing.
sicRuns with defaults, Logs off the current user after five minutes, with a warning at one minute prior to logoff.
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.