Powershell Community Extensions on Vista x64

From Birnam Designs Wiki

Jump to: navigation, search

Installing PSCX on 64 bit Windows doesn't fully work -- it works if you run PowerShell in 32bit, but not 64bit version. A workaround is to re-register the dll with the 64 bit version of installutil:

set-alias installutil $env:windir\Microsoft.NET\Framework64\v2.0.50727\installutil
installutil "$env:pscxhome\pscx.dll"
add-pssnapin pscx
Share This!
This page was last modified on 11 February 2010, at 20:13. This page has been accessed 383 times.