3

所以我有一台装有 Windows CE 6.0 的 Motorola MC3100 移动条码扫描设备。

现在我想让设备在启动时使用我创建的一些注册表文件与我们的域控制器同步其日期/时间。

我已经使用下面的这 2 个注册表文件来接近我的要求。


注册 1

[HKEY_LOCAL_MACHINE\Services\TIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1 
"server" = "NAMEOFMYSERVER" (obviously I have the real name in the actual reg file)
"ServerRole" = dword:0
"Trustlocalclock" = dword:0 
"Dll"="timesvc.dll"
"Order"=dword:0000000b
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0

注册 2

[HKEY_LOCAL_MACHINE\Time]
@ = "UTC"
"TZI"=hex:\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
      00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_LOCAL_MACHINE\Time Zones]
@ = "UTC"

[HKEY_LOCAL_MACHINE\Microsoft\Clock]
"AutoDST" =dword:0

现在它获得了正确的日期并正确显示了时区,但是太平洋标准时间的时间总是落后 5 小时,这真的很烦人。

我找不到任何其他设置来正确设置时间。

任何帮助将不胜感激。

4

1 回答 1

0

我要去打针了……

HKEY_LOCAL_MACHINE\Time Zones] @ = "UTC" <---- 此值需要更改为它需要的任何单词 UTC 将是 GMT:格林威治标准时间可能手动将时间设置为任何时间并检查填充的单词然后将其复制到您的reg文件中?

于 2013-08-05T07:21:31.467 回答