Recently, I upgraded my OS to Windows 7, but I found that I could not add Ultraedit to context menu list (i.e. right click context menu) via UltraEdit's own configuration set.

Good news is that I found a way to deal with this issue on the internect, the detail is as following:

  1. Copy following code to a file and save it with .reg as suffix (e.g. uecontext.reg).
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT
    \*\shell]
    [HKEY_CLASSES_ROOT
    \*\shell\UltraEdit]
    @
    ="UltraEdit"
    [HKEY_CLASSES_ROOT
    \*\shell\UltraEdit\Command]
    @
    ="D:\\Green\\UltraEdit\\Uedit32.exe %1"
  2. Hit the file to add the registry configuration to your system.
  3. Bingo!
    Create context menu for Ultraedit in Windows 7

NOTE: You need change the last line as your own Ultraedit start directory.

相关文章:

  • 2021-05-23
  • 2021-05-19
  • 2021-06-11
  • 2021-06-08
  • 2021-12-27
  • 2022-01-20
  • 2021-09-27
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-02-20
  • 2022-12-23
  • 2021-06-21
  • 2021-06-01
相关资源
相似解决方案