SystemIdleCheck Enteprise Overview

By | 2020-03-24

The enterprise version of SystemIdleCheck has been improved over the free version to provide flexibility and ease of management for Windows system administrators.

SystemIdleCheck allows you to set a time limit for “idleness”. When the target idle time is reached, the specified action is performed:

  • Log the current user off
  • Lock the computer
  • Restart the computer
  • Shutdown the computer

Logging via Windows Event Log

By utilizing the built in functionality of the Windows event log, integration with other log aggregation and monitoring applications becomes no problem. You can use your favorite monitoring solution to “watch” as actions are taken across a domain.

Event Descriptions

As of version 1.5, the following are the events currently logged by SystemIdleCheck:

Event IDTypeDescription
1000InfoSIC startup event
1012InfoConfiguration data used
1020InfoIdle detected, logging off current user
1021InfoIdle detected, locking workstation
1022InfoIdle detected, rebooting workstation
1023InfoIdle detected, shutting down workstation

Added Enterprise Version Features

The free version of the program gives you some basic functionality, and if that is what you want to use, more power to you. However, with the enterprise version, you also get the ability to utilize registry settings, which can be distributed via Active Directory Group Policy, to configure the target workstations.

Configuration via Registry

Configuring an application via registry settings is no big deal. Applications have been doing this for many years.

In a domain environment, this becomes a method to configure a large number of computers, quickly. By utilizing Active Directory Group Policy, identical settings can be applied to many machines, with minimal administrative overheard.

With the enterprise version if SystemIdleCheck v1.5, you also have the ability to configure various aspects of the program, including:

  • Title text
  • Body text
  • Colors
  • Actions (Restart, logoff, lock, and shutdown)
  • Warning banner triggering

Sample Registry Settings

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\fortypoundhead]

[HKEY_CURRENT_USER\Software\fortypoundhead\sic]
"TitleText"="! WARNING !"
"BodyText"="Your computer has been idle and will be locked when the timer expires."
"TitleBackgroundColor"="C00000"
"TitleForegroundColor"="FFFFFF"
"BodyForegroundColor"="FFFFFF"
"BodyBackgroundColor"="C00000"
"ExpireAction"="logout"
"ExpireTime"="300"
"ExpireWarningTime"="60"

Note:

I’m pretty much scrapping the separate versions.  All “Enterprise” features are being rolled in to one version.

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.