I've built a Flow that runs OK from within the Power Automate Desktop app.
I want to have this Flow automatically run every time the PC reboots.
I created a BAT file with the command:
START "Power Automate Desktop" "Name of Flow"
But this gives an error and does not run. What am I doing wrong?