Create context-menu entries for a given extension
问题 It is possibe to create context menu entries for Window's File Explorer for all files by creating registry entries such as [HKEY_CLASSES_ROOT\*\shell\kdb-test] @="Test (*,kdb-test)" [HKEY_CLASSES_ROOT\*\shell\kdb-test\command] @="cmd.exe /c type %1 & pause" It is also possible to create them for a given extension by replacing \* \ by \.extension\ . However, I have found that the latter doesn't work reliably. For instance, [HKEY_CLASSES_ROOT\.regshelltest\shell\kdb-test] @="Test (.regshelltest