0

I'm writing installer for my program with python. When everything is extracted, how can i make my program .exe file to run with Windows startup? I want to make it fully automatic, without any user input.

Thanks.

Зелди
  • 76
  • 1
  • 12

1 Answers1

0

You don't need to use Python for this. You can copy your .exe file and paste it in this directory:

C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

It will run automatically when your computer starts.

LoneLegend
  • 18
  • 13