Changes

Jump to navigation Jump to search
71 bytes added ,  10:10, 31 July 2015
Line 92: Line 92:     
Check the Handlers by opening the Windows registry editor.
 
Check the Handlers by opening the Windows registry editor.
 +
 +
<syntaxhighlight lang="Registry" overflow:auto;">
    
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
Line 108: Line 110:  
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 +
 +
</syntaxhighlight>
    
=== Python DLL Files ===
 
=== Python DLL Files ===
733

edits

Navigation menu