so far in windows powershell ive inputed the command: net start WinRM
now when i try to use the command: Set-Item WSMan:\localhost\Client\TrustedHosts -Value "minwinpc"
i get the error message of:
- Set-Item : Access is denied.
At line:1 char:9
Set-Item <<<< WSMan:\localhost\Client\TrustedHosts -Value minwinpc
CategoryInfo : NotSpecified: (:) [Set-Item], InvalidOperationException
- FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.SetItemCommand
im sorry, ik others have posted simmilar issues such as Why doesn't "Set-Item" work on Windows 7 PowerShell?
but my error says: "char:9" not "char:54"
i dont realy understand much coding, but im good at following instructions! please, i need some help and THANKS!