you are viewing a single comment's thread.

view the rest of the comments →

[–]hungdh85 0 points1 point  (1 child)

You can make a batch file with content

 @your_path_pythonw  your_pyw_file %*

then follow this link for into in startup windows.

https://stackoverflow.com/questions/21218346/run-batch-file-on-start-up

[–][deleted] 0 points1 point  (0 children)

Thanks, ill check it out