I use this script.bat as Launch After to make sure any external process is clossed
The script contains this:
powershell -Command "Start-Process 'taskkill' '/IM UltraVPServer.exe /T /F' -WindowStyle hidden -Verb runAs"
powershell -Command "Start-Process 'taskkill' '/IM B2SBackglassServerEXE.exe /T /F' -WindowStyle hidden -Verb runAs"
powershell -Command "Start-Process 'taskkill' '/IM UltraDMD.exe /T /F' -WindowStyle hidden -Verb runAs"
powershell -Command "Start-Process 'taskkill' '/IM pinupplayer.exe /T /F' -WindowStyle hidden -Verb runAs"
How can you force to close the old VPserver B2S, although I no longer use any of these.
It also forces the Direct B2S to close, although these do not usually cause problems.
It also forces Ultra DMD and PinUp Player to close.
Kill.bat