Do you want to make WSL (Windows Subsystem for Linux) automatically start all your Nginx, MySQL, apache2… etc. services at startup? It is a common requirement for a developer.
With WSL, Microsoft enables you to run Linux distros directly on Windows 10 without using any Virtual machine platforms(VMWare, VirtualBox..). Once you setup your development environment in Linux distros, the next step is auto-start services on Windows 10 reboot. This post will explain the steps to do that.