win10 IOT 设置固定IP
一、 powershell 连接 raspberry (minwinpc)
1. 以管理员身份运行 Windows PowerShell
2. net start WinRM
3. Set-Item WSMan:\localhost\Client\TrustedHosts -Value minwinpc
4. Enter-PsSession -ComputerName minwinpc -Credential minwinpc\Administrator
5. 输入密码:p@ssw0rd
说明: minwinpc 为设备默认名称,若有修改亲替换,或者使用IP地址代替
【win10 IOT 设置固定IP】密码为默认密码,若有修改请替换
二、 设置IP
1.设置静态IP
netsh interface ip set address "连接名称"static 新IP地址子网掩码网关 1
示例:netsh interface ip set address "ethernet"static 192.168.1.168 255.255.255.0 192.168.1.1
2.设置DHCP
netsh interface ip set dns "连接名称" dhcp
?? ?? ??
推荐阅读
- 第6.2章(设置属性)
- 15、IDEA学习系列之其他设置(生成javadoc、缓存和索引的清理等)
- 如何解决win10|如何解决win10 C盘空间不足的问题
- performSelectorOnMainThread:withObject:waitUntilDone:参数设置为NO或YES的区别
- spring|spring boot中设置异步请求默认使用的线程池
- win10环境|win10环境 python3.6安装pycrypto-2.6.1的问题
- Python|Win10下 Python开发环境搭建(PyCharm + Anaconda) && 环境变量配置 && 常用工具安装配置
- Python绘制小红花
- Python+树莓派制作IoT(物联网)门控设备
- day|day 28 设置路由表