将以下代码保存到扩展名为 .reg 的文件中,双击打开
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows Terminal Here"| # | |
| # script to register Python 2.0 or later for use with win32all | |
| # and other extensions that require Python registry settings | |
| # | |
| # written by Joakim Loew for Secret Labs AB / PythonWare | |
| # | |
| # source: | |
| # http://www.pythonware.com/products/works/articles/regpy20.htm | |
| # | |
| # modified by Valentine Gogichashvili as described in http://www.mail-archive.com/distutils-sig@python.org/msg10512.html |