您的位置:首页 > 运维架构 > Shell

在windows操作系统下远程控制树莓派3(树莓派3安装win10系统)

2016-05-28 17:35 621 查看
           WindowsPowerShell远程操作win10

 

1、以管理员身份运行 WindowsPowerShell



2、在启动的PowerShell控制台上输入:

      net start WinRM      (用于启动WinRM服务,启动远程连接。)

3、输入以下代码:

Set-Item WSMan:\localhost\Client\TrustedHosts –Value <树莓派IP地址>

例如:Set-Item WSMan:\localhost\Client\TrustedHosts–Value 192.168.169.8

4、输入以下代码:

Enter-PSSession-ComputerName 192.168.169.8 -Credential 192.168.169.8\Administrator

5、输入默认密码:p@ssw0rd

6、登陆远程的系统后,显示命令行就切换成树莓派了



7、修改密码

net user Administrator [new password][new password]

8、tlist查看进程,颇有ps和任务管理器既视感

9、树莓派系统的名称Setcomputername Win10IoT

9、shutdown /r /t 0重启系统,/r是重启,/t是时间,0代表0秒

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息