Allows you to import registry entries to a file.
Example
Running this code will import the registry file path "export0.reg".
plugin command("OS Automation.dll", "registry import", "{$special folder("Application")}\\export0.reg", "True")
Allows you to import registry entries to a file.
Running this code will import the registry file path "export0.reg".
plugin command("OS Automation.dll", "registry import", "{$special folder("Application")}\\export0.reg", "True")
Was this helpful?