Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vl-registry-read binary data

1 REPLY 1
SOLVED
Reply
Message 1 of 2
aosrom
401 Views, 1 Reply

vl-registry-read binary data

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

Tags (1)
1 REPLY 1
Message 2 of 2
hmsilva
in reply to: aosrom

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

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost