On my system (Win7 x64, Anaconda2 and Anaconda3 installed), I needed to modify
[HKEY_CLASSES_ROOT\py_auto_file\shell\open\command]
by putting something like
"C:\Anaconda3\python.exe""%1" %*
in the default entry.
By the way, %* is useful for passing optional arguments to your Python scripts.