码迷,mamicode.com
首页 > 其他好文 > 详细

Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies

时间:2014-09-18 18:05:14      阅读:424      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   sp   cti   on   c   ad   

Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies

 

解决方法:修改注册表

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell]
"ExecutionPolicy"="Unrestricted"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell]
"ExecutionPolicy"="Unrestricted"

Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies

标签:http   io   os   ar   sp   cti   on   c   ad   

原文地址:http://www.cnblogs.com/wuwei928/p/3979404.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!