Yii2-queue on Windows OS

I am using DB Driver and run yii queue/listen command line, but if the command line closes the process ends.
I am using Windows OS.

From what I read in the documentation I should use “Starting Workers” but the recommended Supervisor and Systemd are for Linux only.
What is the best way to do this on Windows?
It is possible to run this as a service?

Thanks. I will choose to use Windows Task Scheduler.