Everyone knows the Run window that you can open with the shortcut Windows+R or directly in the Windows menu then Run.
I\'m wondering how to open this Run window programmatic
If you mean that it could open say at 8:00 am, then you can use autohotkey and simply write
SendInput {Raw}{Lwin}{R}
and then compile it as an .exe and put it as a cron job