Take Command / TCC Help v. 13.03

@REGBWRITE

Hide Navigation Pane

@REGBWRITE

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

@REGBWRITE

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 (...)

@REGBWRITE[HKEY...\subkey\value,type,handle,length]: Write a value from a binary buffer to the registry.

 

 type : The type of key. @REGBWRITE supports keys of type REG_BINARY and REG_NONE.

 handle : A buffer previously created with @BALLOC.

 length : The length (in bytes) to write to the registry key.

 

If @REGBWRITE succeeds, it returns "0", otherwise it returns the Windows error number.

 

If you are running 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: Remember to use quotes around any entry containing spaces or commas!

 

See @REGBREAD and @BALLOC.

 

Comments (...)