I just got a new computer and decided to upgrade my UltraEdit -- which I've been using since version 3.0 -- to UEStudio while I was at it. I was very unhappy to see that the right-click menu integration that I've come to know and love has broken. I suspect it is due to a Windows 10 change, but I'm not sure. However, I made a couple registry entries to address the problem. Hopefully this will help others as well.
To be able to open any file in UEStudio:
To open a folder in UEStudio:
Registry files attached.
To be able to open any file in UEStudio:
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UEStudio
(Default) REG_EXPAND_SZ Open w&ith UEStudio
Icon REG_EXPAND_SZ C:\Program Files\IDM Computer Solutions\UEStudio\UEStudio.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\UEStudio\command
(Default) REG_EXPAND_SZ "C:\Program Files\IDM Computer Solutions\UEStudio\UEStudio.exe" "%1"
Code: Select all
HKEY_CLASSES_ROOT\Directory\shell\UEStudio
(Default) REG_EXPAND_SZ Open w&ith UEStudio
Icon REG_EXPAND_SZ C:\Program Files\IDM Computer Solutions\UEStudio\UEStudio.exe
HKEY_CLASSES_ROOT\Directory\shell\UEStudio\command
(Default) REG_EXPAND_SZ "C:\Program Files\IDM Computer Solutions\UEStudio\UEStudio.exe" "%V"
- UEStudio Open File.reg (1.77 KiB) 26
- UEStudio Open Directory.reg (2.23 KiB) 25