C:\Windows\system32>powershell get-process tibcohost -fileversioninfo
Get-Process : Cannot enumerate the file version information of the "tibcohost" process.
At line:1 char:12
+ get-process <<<< tibcohost -fileversioninfo
+ CategoryInfo : PermissionDenied: (System.Diagnostics.Process (tibcohost):Process) [Get-Process], Proces
sCommandException
+ FullyQualifiedErrorId : CouldnotEnumerateFileVer,Microsoft.PowerShell.Commands.GetProcessCommand
Hello PPl,我正在执行此命令,当我使用-fileversioninfo
时,我得到权限被拒绝错误。
但是当我在没有-fileversioninfo
的情况下使用时,我得到了输出:
C:\Windows\system32>powershell get-process tibcohost
Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName
576 32 145224 102084 326 7772 tibcohost
你能帮忙吗?