e.g. I need a value of a String value, Named as “Mode” which is under "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo1
and the same string value is under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo2, so I will be requiring output of Mode (string value) from both nodes (EnterprisModo1 & EnterprisModo2)
values "Mode" of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo1" of registry
values "Mode" of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo2" of registry
Here, both need to run separately, but i need a relevance where I can put both nodes (for 32 & 64 OS architecture) or Mode 1 & mode 2 nodes together… and get the output …
e.g. Mode String value under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo1= 10485760
and Mode String value under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo2 = 10485770
So the output, i require would be… as same as given below…
A: EnterprisModo1=10485760 & EnterprisModo1=10485770
This will give you both answer. I don’t know how to put them on the same line:
values "Mode" of keys ("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo1";"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EnterprisModo2") of (x32 registry; x64 registry)
Thanks for replying…
Now need to get string value on 32 & 64 architecture…
In my case it’s showing the same value for both architectures… although the values are not same on both nodes (32 & 64)
My bad… it’s working… thanks