How to write a python program that automatically starts when windows start?

前端 未结 2 510
孤街浪徒
孤街浪徒 2021-01-07 03:12

I\'m writing a program using python 2.6 and pyqt4. I want this program to automatically start whenever windows stars (something like uTorrent client). How do I make this wor

相关标签:
2条回答
  • 2021-01-07 03:19

    You can just place a shortcut in the "Startup" folder, in the windows start menu.

    0 讨论(0)
  • 2021-01-07 03:24

    You can compile your python script into an exe and add it to your startup items: Start > Programs > Accessories > System Tools > Scheduled Tasks

    0 讨论(0)
提交回复
热议问题