Uninstall fails to remove rightclick menu items
Status: Inactive
Brought to you by:
violent_ken
The program worked fine, but since french as the default and only language available isn't exactly what I had in mind, I ran the "unregister files.bat" and removed the files.
However, it seems the added menu items on the right click menu are still there.
Logged In: NO
By searching the sources trough the following lines can be found in mdlOther.bas:
Line 155 : cReg.WriteValue HKEY_CLASSES_ROOT, "*\Shell\hexeditShellMenu", "", "Ouvrir avec HexEditor", REG_SZ
Line 160 : cReg.WriteValue HKEY_CLASSES_ROOT, "Folder\Shell\hexeditShellMenu", "", "Ouvrir avec HexEditor", REG_SZ
.
So there are the keys, which are located quite unusually I might add.