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