You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
The way this can be handled is, the helper program will accept a file path as an argument after /export, and the UI will offer a file browse dialog to select a folder to export to.
There can also be a /import command which also accepts a file path (with a file browse dialog provided by the UI for ease of use), and this one directly applies a Registry key value from a properly-formatted file as long as it has permission to do so.
These UI menu items can be Import directly to Registry from file and Export current Registry key value to file. Maybe adding a submenu for Import and Export would help it be a little less cluttered.
The way this can be handled is, the helper program will accept a file path as an argument after
/export, and the UI will offer a file browse dialog to select a folder to export to.There can also be a
/importcommand which also accepts a file path (with a file browse dialog provided by the UI for ease of use), and this one directly applies a Registry key value from a properly-formatted file as long as it has permission to do so.These UI menu items can be
Import directly to Registry from fileandExport current Registry key value to file. Maybe adding a submenu forImportandExportwould help it be a little less cluttered.