Is there a way to run my python 3 script at system boot on windows 7?
I know this has been asked a couple of times, but none of the solutions really filled my needs, because I prefer to stay with the free python interpreter rather than switching to ActivePython.
I have installed the Python for Windows extensions and would use py2exe, but it does not support Python 3.
You can also use the Windows Task Scheduler using the following steps (skip quotes when typing):
Assuming that you have a fully woking stand alone exe file that's been generated from your python script using py2exe
, you can just add a new string with some random key and value as the absolute path
of your exe file under HKLM\Software\Microsoft\Windows\CurrentVersion\Run
of windows registry
(accessible by running regedit
from Window's run
prompt). This will run the exe file whenever your Windows 7 boots up !
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With