Deploying SystemIdleCheck via GPO

Some users of SystemIdleCheck (SIC) have been confused as to how to deploy the program in large, complex environments, so I’ve put together this guide which details how to deploy the program through Group Policy Objects (GPO). Overview If you manage an Active Directory domain, there are several ways to deploy SIC: In my opinion, the easiest, most reliable, and… Read More »

Get Window Handlle from Process ID

A module for retrieving the handle number (hWnd) of a window providing only the process id number (PID). This code is seeking handles that match the given PID and returns the hanlde that refers to a visible window. But, since not all the processes running are windowed or some processes may have multiple windows, may not work for… Read More »