Can I automatically start Windows and Linux containers at system login

I have both Windows and Linux containers running on my Windows 10 system with Docker Desktop. All my containers are set to automatically start. I spend most of my time using Windows containers so I find that when I restart my machine and login, only my Windows containers start and my Linux ones do not start up until I switch to Linux container mode. The opposite happens if I rest my machine and I’m already in Linux mode.

Is there a way so that I can have all of my Windows and Linux containers start up without having to switch modes in Docker Desktop?