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

前端 未结 2 513
孤街浪徒
孤街浪徒 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条回答
  •  旧时难觅i
    2021-01-07 03:19

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

提交回复
热议问题