Is there another key that could be overriding it?

Ganesh Ujwal

Banned
Local time
3:48 PM
Messages
43
I used the ShellMenuView utility to find the registry keys associated with the .js extension and changed this key:

HKEY_CLASSES_ROOT\JSFile\Shell\Edit\Command
from a path to notepad.exe to the notepad++.exe path.

For some reason though the edit context menu still opens with notepad. I did the same thing for .bat files and it worked fine. Is there another key that could be overriding it?
 

My Computer My Computer

At a glance

Windows 7 Ultimate x32
Computer type
PC/Desktop
OS
Windows 7 Ultimate x32
A couple possible places. HKEY_CLASSES_ROOT\* applies to all files regardless of its type, if it hhas the same "edit" command there will be a conflict (I'm not sure which one takes precedence here).

Also, the route you pointed to are the global settings. There is also a per-user file associations located at HKEY_CURRENT_USER\Software\Classes. From there the very same structure follows. Entries from both places are considered to build the context menu, but for those that are duplicated, the per-user settings override the global ones, could be another place to look.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel Core i7-740QM8 GB DDR3NVIDIA GeForce 330GT
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Back
Top