Is there a specific version of powershellplus for x64 bit OS's. I have recently run into a problem when reading registry values. It seems that PowerShellPlus starts powershell in 32 bit mode (is there a way to default to 64bit?) and you cannot read certain registry hives. In my case: HKLM:\SOFTWARE\Microsoft\Fusion\PublisherPolicy. In x64 bit mode you can read the values just fine but in x86 mode you get an error.
Thanks