İşte Python.File(.py) ve Python.NoConFile(.pyw) dosya türleri için IDLE ile düzenleme komutunu eklemek üzere bir reg dosyası . Yüklü Python 2.7 içindir, C:\Python27bu nedenle kurulumunuzla ilgili pythonw.exeve idle.pywbununla ilgili yolları değiştirin . Bir .reg dosyasına kaydedin. Ardından sağ tıklayın ve seçin Merge.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python27\\pythonw.exe\" \"C:\\Python27\\Lib\\idlelib\\idle.pyw\" -e \"%1\""
[HKEY_CLASSES_ROOT\Python.NoConFile\shell\Edit with IDLE\command]
@="\"C:\\Python27\\pythonw.exe\" \"C:\\Python27\\Lib\\idlelib\\idle.pyw\" -e \"%1\""