open
https://gitlab.synchro.net/main/sbbs/-/issues/856
When closing SCFG ungracefully (e.g. using the red 'x' icon or the "Close window" popup menu option from the taskbar), can leave an invisible instances of scfg.exe running:
```
tasklist | findstr scfg
scfg.exe 36668 Console 1 34,216 K scfg.exe 36088 Console 1 34,048 K ```
taskkill (or similar) must be used to terminate them, e.g.
```
taskkill /f /im scfg.exe
SUCCESS: The process "scfg.exe" with PID 36668 has been terminated.
SUCCESS: The process "scfg.exe" with PID 36088 has been terminated.
```
--- SBBSecho 3.23-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)