okay I made a simple batch file that you can place in the startup folder so that it will be executed when you start windows:

Assuming that python is configured in the PATH

Code: 
python /path/to/the/script.py
save it as execute.bat and put it in startup folder.. should solve the problem.. do tell how it goes

Regards,

gunda316