MPC Software & MPC Beats Forum: Bug reports, feature suggestions and discussion for the MPC Software and the free 'MPC Beats' application for Mac/PC. If you have hardware-specific questions, please post in the relevant MPC sub-forum.
By figgsonerik Sat Aug 24, 2024 8:41 am
I downloaded the 2.15.0.18 update release for windows, but cannot run the installer. There is a mpc.exe application running in the background (suspended), but I cannot end the process (it says access is denied). Any tips on how to close the program?
User avatar
By chilom Sat Aug 24, 2024 10:41 am
As administrator : force kill the process
if still access denied, try out administrator shell :
wmic process where "name='mpc.exe'" delete

pay attention of the quoting here.