我正在尝试在cmd中执行Powershell。
powershell.exe -noprofile -command "&{ start-process -FilePath 'powershell.exe' -ArgumentList '-noprofile get-service' -verb RunAs}"
这将再次以管理员身份执行powershell.exe和powershell.exe。
我想要的是来自“第二” powershell.exe的错误代码,而不是来自“第一”的错误代码。