I just installed UltraEdit version 18.20.0.1028 on a fresh install of Windows 8 64-bit. I noticed the UltraEdit context menu in File Explorer was missing. I haven't solved it yet, but I've noticed if I turn UAC on the context menu returns and seems to function fine. With UAC on the 'Integrate with Explorer as:' inside Advanced / Configuration / File Associations works as expected and lets you toggle the context menu on and off. With UAC off that doesn't function and I can't seem to get it to show up. So I thought I would go back to my trusty reg file that I had used with previous versions of UltraEdit and other applications with similar issues.
However with UAC off and my asterisk class registry entry imported there are still problems. For instance if I right click a file that is already registered to AutoIt and select the UltraEdit context menu created from my registry entry, it prompts each time for a program to open the file with. So far, UltraEdit seems to be the only application I'm experiencing this type of issue with. Windows 8 has made some changes with file associations, so I'm guessing it has something to do with this.
By the way I'm disabling Windows 8 UAC with this registry key (0 is off and 1 is on):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
EnableLUA=0
Moving the slider bar down in User Account Control settings doesn't disable UAC in Windows 8, it only hides the prompts which seems to be a horrible setting. In addition, disabling UAC with the registry entry I provided prevents any Metro applications from running.
Any ideas how I can leave UAC off and still have a functioning UltraEdit context menu?
Code: Select all
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"C:\\Program Files (x86)\\IDM Computer Solutions\\UltraEdit-32\\uedit32.exe\" %1"
By the way I'm disabling Windows 8 UAC with this registry key (0 is off and 1 is on):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
EnableLUA=0
Moving the slider bar down in User Account Control settings doesn't disable UAC in Windows 8, it only hides the prompts which seems to be a horrible setting. In addition, disabling UAC with the registry entry I provided prevents any Metro applications from running.
Any ideas how I can leave UAC off and still have a functioning UltraEdit context menu?