Take Command / TCC Help v. 13.03

@REGCOPYKEY

Hide Navigation Pane

@REGCOPYKEY

Previous topic Next topic No directory for this topic No expanding text in this topic  

@REGCOPYKEY

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@REGCOPYKEY[HKEY...\key, targetkey] : Recursively the specified key and all of its subkeys to the target key. Returns 1 if the key was copied, 0 otherwise.  The key names must be enclosed in double quotes if  they contain any separator characters (space, comma, or tab).

 

Both keys must be in the same root (HKCR, HKCU, HKLM, HKU, or HKCC).

 

If you are running a 32-bit version of TCC in a 64-bit version of Windows, you can access the 64-bit registry instead of the 32-bit registry by appending "_64" to the HKEY name.

 

Note: If you are copying a very large tree, this function can take several minutes to finish. (This is a Windows issue, not TCC.)

See @REGCREATE for information on the format of the key name.

Comments (...)