我使用PowerShell 64位成功使用WASP,但我需要使用PowerShell 32位OCR MODI.Document。
但我的PowerShell x86无法加载我的WASP模块: See when I am trying to reach WASP module 这怎么可能?我用管理员帐户运行了两个......
我从未见过 - 我向所有人授予权利,但我无法访问我的文件夹Right for folder WASP
答案 0 :(得分:1)
对于可从x86和x64 PS访问的模块,它应位于:
$Home\Documents\WindowsPowerShell\Modules (%UserProfile%\Documents\WindowsPowerShell\Modules)
$Env:ProgramFiles\WindowsPowerShell\Modules (%ProgramFiles%\WindowsPowerShell\Modules)
您不应在
中安装模块$PSHome\Modules (%Windir%\System32\WindowsPowerShell\v1.0\Modules)
,因为
此位置保留给Windows附带的模块。不要 将模块安装到此位置。
请参阅此文档:Installing a PowerShell Module。
以下是ProcMon的屏幕截图,显示x86 PS在尝试导入模块时没有查看x64模块目录: