MCE Controller Version 2.2.9
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"