How can you read a 64 bit registry key from ISE(X86)? It took me a while to figure out until I saw X86 then realized that powershell (X86) is reading the 32 bit registry ( or saying it differently - reads under Wow6432Node registry keys instead
of the standard keys) on my 64 bit system. My script works if I run it from powershell, not powershell ISE (x86). Is there a way to read from the 64 bit side using ISE (X86)?
↧