Nothing that is worth knowing can be taught

2017年12月16日 #

执行PowerShell脚本的时候出现"在此系 统上禁止运行脚本"错误

摘要: 使用get-executionpolicy查看当前的脚本执行策略, 默认是Restricted, 也就是不允许任何脚本运行. 此时应该使用set-executionpolicy remotesigned将策略改为remotesigned, 也就是允许在本地计算机上运行您编写的未签名脚本和来自其他用户 阅读全文

posted @ 2017-12-16 13:54 Luxuer 阅读(227) 评论(0) 推荐(0) 编辑

导航