Here is what I have done. I have made a VBS script that stops and starts Sonar Platinum. Note: Only do this if Splat will not shut down normally. The script contains the forwarding VBS command. Note: this is on Windows 10 64bit but should work on Windows 7 as well. Note, if you run this while Sonar Platinum is visibly open (IE you can see the GUI) , it will still close and restart.
Dim oShell : Set oShell = CreateObject("WScript.Shell")
oShell.Run "taskkill /im SONARPLT.exe /F", , True
oShell.exec "C:\Program Files\Cakewalk\SONAR Platinum\SONARPLT.exe"