vl-registry-read binary data

vl-registry-read binary data

Anonymous
Not applicable
553 Views
1 Reply
Message 1 of 2

vl-registry-read binary data

Anonymous
Not applicable

Hello All,

Question:
It is possible to read binary registry values?
If is possible, how?

For example, for an registry value type REG_BINARY with value data

C0 FE 67 FC C9 00 00 C9 00 00 00 00 60 84 E4 40 00 00 00 00 20 B0 BO E4 40
the vl-registry-read return me only:
(3)

Any indication in this sense will help me. Thankyou in advance.

PS This registry value data was also written by me using other applications

0 Likes
Accepted solutions (1)
554 Views
1 Reply
Reply (1)
Message 2 of 2

hmsilva
Mentor
Mentor
Accepted solution

Try using 'WScript Object'

i.e.

Command: (setq WScr (vlax-create-object "WScript.Shell"))
#<VLA-OBJECT IWshShell3 149e07b0>
Command: (vlax-invoke WScr 'RegRead "HKEY_CURRENT_USER\\Software\\7-Zip\\FM\\Columns\\RootFolder")
(1 0 0 0 0 0 0 0 1 0 0 0 4 0 0 0 1 0 0 0 100 0 0 0)

 

HTH

Henrique

 

 

EESignature