Skip to content

MCE Controller Version 2.2.7

Compare
Choose a tag to compare
@tig tig released this 28 Dec 22:15
  • Augmented User Activity Monitor with more deterministic user presence logic using the WM_POWERBROADCAST API (GUID_SESSION_USER_PRESENCE).

To install, copy and paste the following command into a PowerShell command window.

$mcecv="v2.2.7.67"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"