Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Python.File\shell\EditwithIDLE]
@="&Edit with IDLE"

[HKEY_CLASSES_ROOT\Python.File\shell\EditwithIDLE\command]
@="\"C:\\Python37\\pythonw.exe\" \"C:\\Python37\\Lib\\idlelib\\idle.pyw\" -e \"%1\""

根据自己的python安装位置修改

 

保存为aa.reg,双击引入即可

相关文章:

  • 2021-10-11
  • 2021-05-09
  • 2021-10-31
  • 2021-11-11
  • 2021-12-08
  • 2021-10-09
  • 2022-12-23
  • 2022-01-15
猜你喜欢
  • 2021-06-11
  • 2022-12-23
  • 2021-09-28
  • 2021-04-27
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案