Tôi đang chạy Windows Server 2008 với tư cách quản trị viên và tôi đã cố gắng đặt ExecutPolicy thành Từ xa cho PowerShell v2 như thế này:
Set-ExecutionPolicy RemoteSigned
Nhưng tôi đã nhận được lỗi này:
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
Làm thế nào để khắc phục điều này?