gpt4 book ai didi

powershell - Powershell脚本未从批处理文件触发

转载 作者:行者123 更新时间:2023-12-03 00:04:58 38 4
gpt4 key购买 nike

我一直试图从批处理文件中启动一个简单的Powershell脚本。联机查找后,建议使用Set-ExecutionPolicy设置策略。

我已完成此操作,并使用Get-ExecutionPolicy更改了策略。

但是,运行此批处理文件将导致“打开方式”对话框,而不是脚本的执行。

批量:

%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe ^&'./script.psl'

电源 shell :
Write-Host "This is a message"

我已经在Windows 7和Server 2008 R2上进行了采样。两者都有相同的结果。我想念什么?

最佳答案

要从命令行运行脚本文件,请使用powershell.exe的-file参数。

 %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe  -file './script.psl'

关于powershell - Powershell脚本未从批处理文件触发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4821714/

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