gpt4 book ai didi

powershell - 使用 -NoExit 启动 PowerShell 不起作用

转载 作者:行者123 更新时间:2023-12-04 00:11:32 24 4
gpt4 key购买 nike

需要在 PowerShell 中启动多个作业,但它们应该在不同的 session 中。因此,要启动一个,可以使用:

Start-Process powershell -ArgumentList "-command &{Get-Process}","-noexit","-noprofile"

但是一旦命令完成,新窗口就会关闭。即使我使用的是 -NoExit 参数。根据 this articlethis question ,这应该有效。甚至试图通过等待用户输入来阻止窗口,但它只是关闭了。

最佳答案

虽然命名了命令参数,但位置仍然很重要(请参阅 PowerShell.exe/?):

Start-Process powershell -ArgumentList "-noexit", "-noprofile", "-command &{Get-Process}"

关于powershell - 使用 -NoExit 启动 PowerShell 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38831008/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com