Ich verwende Windows Server 2008 als Administrator und habe versucht, ExecutionPolicy wie folgt als Remotesigned für PowerShell v2 festzulegen:
Set-ExecutionPolicy RemoteSigned
Aber ich habe diesen Fehler bekommen:
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
Wie kann man das beheben?