From 018e66e64d124d6b34b9d367b5a1453b9ae3db80 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Sun, 26 Feb 2006 23:10:14 +0000 Subject: [PATCH] according to Windows, time server value names must be stored by number svn path=/trunk/; revision=21211 --- reactos/boot/bootdata/hivesft.inf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reactos/boot/bootdata/hivesft.inf b/reactos/boot/bootdata/hivesft.inf index 659911d9193..8e244ad2e67 100644 --- a/reactos/boot/bootdata/hivesft.inf +++ b/reactos/boot/bootdata/hivesft.inf @@ -742,14 +742,14 @@ HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","StartGUI",0x00010001 HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe" ;Time Zone Servers -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","Worldwide",0x00000000,"pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","Asia",0x00000000,"asia.pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","Europe",0x00000000,"europe.pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","North America",0x00000000,"north-america.pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","Oceania",0x00000000,"oceania.pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","South America",0x00000000,"south-america.pool.ntp.org" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","1",0x00000000,"time.windows.com" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","2",0x00000000,"time.nist.gov" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","1",0x00000000,"pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","2",0x00000000,"asia.pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","3",0x00000000,"europe.pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","4",0x00000000,"north-america.pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","5",0x00000000,"oceania.pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","6",0x00000000,"south-america.pool.ntp.org" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","7",0x00000000,"time.windows.com" +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","8",0x00000000,"time.nist.gov" ; Where to download the Mozilla ActiveX control HKLM,"SOFTWARE\ReactOS\shdocvw","MozillaUrl",0x00000000,"http://links.reactos.org/mozactivex"