With BaseExtensions, we are able to execute a registry key silently.
CMD
<Cmd case="BaseExtensions:execute-reg" path="x"/>
Define the path for the registry key. The path supports environment variables, e.g. %appdata%
and %programdata%
. Here is an example:
<Cmd case="BaseExtensions:execute-reg" path="%programdata%/OfficeExtensions/Content/HKCU_Global.reg"/>
Comments
0 comments
Article is closed for comments.