To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.3.0.1"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
What's Changed
New Contributors
Full Changelog: v2.2.11.3...v2.3.0.1