Skip to content

MCE Controller Version 2.2.9

Compare
Choose a tag to compare
@tig tig released this 06 Feb 20:43

Fixes Issue #22 - Overriding TimeOut on Shutdown Command doesn't seem to work

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

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