标签: powershell
$start =([wmiclass]"win32_process").Create($PathForExe)
上面的命令只在PowerShell环境中启动exe。 如何在PowerShell脚本中从其父环境启动可执行文件。