Windows Server 2008을 관리자로 실행하고 있으며 다음과 같이 PowerShell v2에 대해 ExecutionPolicy를 Remotesigned로 설정하려고했습니다.
Set-ExecutionPolicy RemoteSigned
하지만이 오류가 발생했습니다.
Set-ExecutionPolicy : Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft
.PowerShell' is denied.
At line:1 char:20
+ Set-ExecutionPolicy <<<< RemoteSigned
+ CategoryInfo : NotSpecified: (:) [Set-ExecutionPolicy], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.SetExecutionPolicyComma
nd
이 문제를 해결하는 방법?