发布于 2年前

运行PowerShell脚本.ps1

在PowerShell执行脚本

1、打开Windows PowerShell

2、进入脚本所在的文件夹

PS> cd C:\topath\

3、执行powershell脚本

PS> .\myscript.ps1

在CMD执行脚本

powershell -noexit "& ""C:\topath\myscript.ps1"""

快捷执行

在脚本文件.ps1点击右键,然后点击 “使用PowerShell运行”

©2020 edoou.com   京ICP备16001874号-3