升级到 WinIoT 后,我们的机器在 PC 之间同步时间时出现了问题。以前在 WES7 上无需升级到管理员即可运行,但从 WinIoT 开始,管理员就必须升级到管理员。
以下命令曾经起作用(WES7/Win7):
net time \\192.168.1.1 /SET /Y
但现在它在 WinIoT / Win10 上失败了:
C:\Windows\system32>net time \\192.168.1.1 /SET /Y
Current time at \\192.168.1.1 is 9-8-2018 11:47:49
System error 1314 has occurred.
A required privilege is not held by the client.
对于我们来说,通过提升管理员权限来解决这个问题有点棘手(它发生在自动脚本中,并且无法确认提升权限)。
我可以通过在某些地方(如注册表项/Windows 策略/等)赋予当前用户更多权限来修复/解决这个问题吗?