Hi,
I am using an application that is compiling a BATCH into an EXE.
The problem is that this compilation makes the EXE to use the REG.EXE that is in SYSWOW64 folder and not the one that is in System32.
Why when I execute the REG from one directory or another one, I dont have the same output ? Some registry entries are not visible when using the REG.Exe located in Syswow64.
I tried to enforce the full path of the reg.exe that I wanted to use in my script but it didn't work.
Can I copy the reg.exe from Windows directly to my script and execute it on different windows platform ?
Otherwise is there any other standalone EXE that I can use to query the registry to find a specific value ?
Thank you