Win10 IoT 6 设置系统时间

1、获取系统时间

get-date

2、设置系统时间

Set-Date -date "2016-1-16 16:19:26"

如何通过Powershell远程连接WIN10IoT设备参见:http://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm

原文地址:https://www.cnblogs.com/wangji666666/p/5139650.html