对于windows10 ps1脚本的执行方法是什么,相信也还有不少的朋友不明白,ps1后缀文件就是powershell写的脚本文件,一般保存为xxx.ps1的文件名,那么windows10 ps1脚本的执行方法是什么呢?感兴趣的朋友不要错过了。

win10怎么用powershell执行ps1文件

1、win+r打开运行;

win10怎么用powershell执行ps1文件?

2、输入:$PSVersionTable查看powershell版本;

win10怎么用powershell执行ps1文件?

3、进入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

win10怎么用powershell执行ps1文件?

4、开启权限:set-executionpolicy remotesigned;

win10怎么用powershell执行ps1文件?

5、结果提示要以管理员身份运行,进入:C:\Windows\System32\WindowsPowerShell\v1.0

win10怎么用powershell执行ps1文件?

6、右键选择以管理员身份运行,进入后执行set-executionpolicy remotesigned;

win10怎么用powershell执行ps1文件?

7、此时再执行ps1文件成功。

win10怎么用powershell执行ps1文件?

标签:
win10,powershell,ps1文件

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“win10怎么用powershell执行ps1文件?”

暂无“win10怎么用powershell执行ps1文件?”评论...