|
大佬们 在pe中安装了powershell和net运行库后 在批处理中执行powershell命令后会报错是啥情况呢使用“1”个参数调用“ProcessRecord”时发生异常:“Could not load file or assembly 'Microsoft.Management.Infrastructure.N
ative, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的
文件。”
所在位置 行:251 字符: 5
+ $__cmdletization_objectModelWrapper.ProcessRecord($__cmdletizatio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : FileNotFoundException 怎么处理呢 |
|