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

前端 未结 2 511
孤街浪徒
孤街浪徒 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:24

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

提交回复
热议问题