优艾设计网

powershell无法调用Path中Program Files (x86)下的程序?

优艾设计网 https://www.uibq.com 2023-04-19 10:27 出处:网络 作者:PS抠图
在Path环境变量加入一个在Program Files (x86)下的路径后,Get-Command可以正常直接获取该路径下的程序,但执行时会因为路径里的“x86”而报错。如下所示: C:> (Get-Command code).Source C:Program Files (x86)

在Path环境变量加入一个在Program Files (x86)下的路径后,Get-Command可以正常直接获取该路径下的程序,但执行时会因为路径里的“x86”而报错。如下所示:

C:> (Get-Command code).Source C:Program Files (x86)Microsoft VS Codeincode.cmd C:> code 警告: Could not find ssh-agent x86 : 无法将“x86”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果 包括路径,请确保路径正确,然后再试一次。 所在位置 行:1 字符: 19 + C:Program Files (x86)优艾设计网_设计客Microsoft VS Codeincode.cmd + ~~~ + CategoryInfo: ObjectNotFound: (x86:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundExceptionC:> $env:PATH C:ProgramDataOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program File sInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSyste m32WindowsPowerShellv1.0;C:Program Files (x86)IntelIntel(R) Management Engine Component sDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86) IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management E ngine ComponentsIPT;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program Files IntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:WINDOWSsystem32;C:WI NDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:Program Files odejs;C:Program Files (x86)scalain;C:Program FilesTortoiseGitin;C:WINDOWSsystem32 configsystemprofile.dnxin;C:Program FilesMicrosoft DNXDnvm;C:Program Files (x86)Win dows Kits8.1Windows Performance Toolkit;C:Program FilesMicrosoft SQL Server120ToolsBi nn;C:Program FilesMicrosoft SQL Server130ToolsBinn;C:Program FilesGitcmd;C:UsersD ustarAppDataLocalMicrosoftWindowsApps;C:UsersDustarAppDataRoamingpm;C:Program File s (x86)Microsoft VS Codein C:>

这个问题在cmd里并不会出现。
请问这是什么原因,该怎么解决?


360U3178697387 2022-07-14 13:20

看样优艾设计网_电脑技术子应该是路径中有空格,导致解析时出错,你可以把路径用引号包起来,避免空格造成歧义。


volker23 2022-07-14 13:38

优艾设计网_PS论坛

后来找到原因是把环境变量里的ComSpec改成powershell就会出这个问题


0

精彩评论

暂无评论...
验证码 换一张
取 消