升級到 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.
對我們來說,透過升級到管理員來解決這個問題有點棘手(它發生在自動腳本中,不可能承認升級)。
我可以透過在某些地方(如註冊表項/winows 策略/等)賦予當前用戶更多權限來修復/解決此問題嗎?