Estoy ejecutando Windows Server 2008 como administrador e intenté configurar ExecutionPolicy como Remotesigned para PowerShell v2 de esta manera:
Set-ExecutionPolicy RemoteSigned
Pero recibí este error:
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
¿Cómo arreglar esto?