Skip to content

MCE Controller Version 2.2.5

Compare
Choose a tag to compare
@tig tig released this 20 Apr 03:23
  • Fixed <SetForeGroundWindow/> to work even if an app has multiple processes running. Fixed related documentation. Added example to .commands.

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

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