Previous Topic: ApplySubKeysNext Topic: BINARY


ApplyValue

ApplyValue

Applies a registry key value from the source to the destination computer. This command takes four parameters. Only values that were stored can be applied.

First parameter:

The Key path (string value)

Second parameter:

The Value name (string value)

Third parameter:

The new Key path (string value)

Fourth parameter:

The new Value name (string value)

Usage:
ApplyValue(<Key path>, <Value name>, [new Key path], [new Value name]);
Example:
ApplyValue("HKCU\\Software\\Microsoft\\Office\\8.0\\Common\\Toolbar", "Tooltips");