I think that Windows binary doesn't have any switches. It just launches the java.exe process hosting the server process. You can use:
taskkill /IM java.exe
to kill that other process window with the name "Openfire". Of course, if you are not running any other java applications.