I'm running some servers on my Ubuntu instance on WSL through windows 11. For those servers to run, I need to mount a hard drive, which i do with the command
wsl --mount //./PHYSICALDRIVE0
The above command needs to be run from the PowerShell as Administrator
After that i need to launch my default instance
Is there a way to automate this process so it happens silently when i boot windows?