write a powershell script to start a few projects as “start without debugging” in VS2022
I would like to write a powershell script that start a given set of VS projects as if I run “Start without debugging” inside VS2022 for each of those projects. How may I do that?