Windows Shell Extension: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
(taking this down until more research is done)
Line 1: Line 1:
In Windows you can right-click a file to show a context-menu and choose from various options.
In Windows you can right-click a file to show a context-menu and choose from various options.


There can be customized options for specific file types if you add registry keys to both '''HKEY_CLASSES_ROOT''' and '''HKEY_LOCAL_MACHINE'''.
There can be customized options for specific file types if you add registry keys to both '''HKEY_CLASSES_ROOT''' (or '''HKEY_LOCAL_MACHINE''').


Originally, [http://oni.bungie.org/forum/viewtopic.php?pid=10487#p10487 Gumby wrote such shell extension] but it refuses to work on some systems. Either Windows 10 needs HKEY_LOCAL_MACHINE as well or other registry settings of other programs are interfering.
Originally, [http://oni.bungie.org/forum/viewtopic.php?pid=10487#p10487 Gumby wrote such shell extension] but it refuses to work on some systems. <!--Either Windows 10 needs HKEY_LOCAL_MACHINE as well or other registry settings of other programs are interfering.




Line 82: Line 82:


Perhaps "Vago" and "Simple Onisplit GUI" could be adapted to do that.
Perhaps "Vago" and "Simple Onisplit GUI" could be adapted to do that.
-->


[[Category:Modding information]]
[[Category:Modding information]]

Revision as of 19:41, 6 May 2019

In Windows you can right-click a file to show a context-menu and choose from various options.

There can be customized options for specific file types if you add registry keys to both HKEY_CLASSES_ROOT (or HKEY_LOCAL_MACHINE).

Originally, Gumby wrote such shell extension but it refuses to work on some systems.