Registry Importer¶
RegistryImporter ¶
Import a ContextMenu from Registrykey.
import_menu ¶
import_menu(tree: RegistryKey) -> ContextMenu
Import menu from a RegistryKey tree.
Source code in windows_context_menus/registry/importing/registry_importer.py
25 26 27 28 29 30 31 32 | |