Raspberry Pi にWindows 10 IoT Coreをインストールした後で、Winodws 10のPCから接続するときのメモ
Windows PowerShellを「管理者として実行する」で開く
net start WinRM
Set-Item WSMan:localhostClientTrustedHosts -Value [IPアドレス]
Set-Item WSMan:localhostClientTrustedHosts -Value [IPアドレス]
Enter-PsSession -ComputerName [IPアドレス] -Credential [IPアドレス]administrator
初期パスワードは、「p@ssw0rd」
コメント