兩種方式:
用批次檔呼叫
powershell -command "& '[檔案路徑]' "
直接call powershell.exe 然後在引數欄位補上路徑
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe (64bit-os)
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe (32bit-os)
然後確認用Get-ExecutionPolicy 確認是否允許執行