Changes

Jump to navigation Jump to search
4 bytes added ,  16:26, 4 August 2014
Line 30: Line 30:  
Check the Handlers by opening the Windows registry editor.
 
Check the Handlers by opening the Windows registry editor.
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
    
  [HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
 
  [HKEY_CLASSES_ROOT\Python.CompiledFile\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
    
  [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
 
  [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
    
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.CompiledFile\shell\open\command]
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
 
  @="\"C:\\Python27\\python.exe\" \"%1\" %*"
   −
Windows Registry Editor Version 5.00
+
Windows Registry Editor Version 5.00
    
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Python.File\shell\open\command]

Navigation menu