If you ever have a problem with the Exchange process not closing from the RPRO Scheduler, create a batch file with the following command to run after exchange is scheduled to force termination, and before it is set to restart.
————————————————–
taskkill /IM exchange.exe /FI “Imagename eq Exchange.exe”
————————————————–
NOTE: the batch file cannot be named “taskkill.bat”, this will cause a never-ending loop.