Reg Values not found 64bits hosts

(imported topic written by khanand91)

hi,

just noticed that one of our RP’s does not work on 64 bits machines …

values of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Powershell\1” of registry

does not show any results on all our 64 bit machines ( hundreds ) but works perfectly on 32 bit machines … is there a know bug with this …?

thanks Andy

(imported comment written by SystemAdmin)

Hi Andy,

If that key is located in the x64 space of the registry on the 64bit machines then that might be the problem. The BES Client accesses the x32 space of the registry by default.

You can specify which part of the registry using:

x64 registry - look in the x64 branch

native registry - look in the x32 branch on 32bit machines, look in the x64 branch on 64bit machines

x32 registry - look in the x32 branch

registry - look in the x32 branch

(imported comment written by mvmora91)

How can i access the registry to get X64 values?

(imported comment written by BenKus)

Try this:

values of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Powershell\1” of x64 registry

Ben