Hello ALL,
I was wondering if there is a way to run a python program at windows startup, without running the script as a windows service?
I have a python program which runs a bunch of functions & then sometimes restarts the computer. At startup I want my script to run automatically till all the functions are executed.
Is there an easy way to implement this? Thanks in advance for your help.
Regards