1. 程式人生 > >Win10系統PowerShell執行.ps1檔案

Win10系統PowerShell執行.ps1檔案

注:win10系統預設已安裝了PowerShell

win+r開啟執行:

輸入:$PSVersionTable檢視powershell版本

進入ps1檔案目錄:PS C:\Users\admin> cd E:\DevEnviroments\skype-docs-master\Skype\WebSDK\build
執行ps1檔案:PS E:\DevEnviroments\skype-docs-master\Skype\WebSDK\build> .\Build-Samples.ps1

開啟許可權:set-executionpolicy remotesigned

結果提示要以管理員身份執行,

進入:C:\Windows\System32\WindowsPowerShell\v1.0

右鍵選擇以管理員身份執行,進入後執行  set-executionpolicy remotesigned

 此時再執行ps1檔案成功: