Hello
I use following command to install vlc as service under windows.
vlc -I ntservice --ntservice-install --ntservice-name="Musicbox" --ntservice-options="--no-qt-privacy-ask --no-qt-error-dialogs --loop D:\musicbox"
The service are installed correct, but after installing the service a process "vlc.exe" still running. (its not the service)
where is my mistake?