Launch a command prompt.
Associate the correct file group with .py scripts:
assoc .py=Python.FileRedirect all Python files to the new executable:
ftype Python.File=C:\Path\to\pythonw.exe "%1" %*
Launch a command prompt.
Associate the correct file group with .py scripts:
assoc .py=Python.FileRedirect all Python files to the new executable:
ftype Python.File=C:\Path\to\pythonw.exe "%1" %*