Setting Up NTP Servers from Target Designer

S

stuie_norris

Hi Group,

I am attempting to configure NTP servers on my Windows XPe from Target
Designer.

I have added the following keys to my project as "Extra Registry Data"
keys. Builder Order 1000.

Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime
\Servers
Name: 1
Type: REG_SZ
Value: ntpA

Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime
\Servers
Name: 2
Type: REG_SZ
Value: ntpB

Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime
\Servers
Name: 3
Type: REG_SZ
Value: ntpC

Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Name: NtpServer
Type: REG_SZ
Value: ntpA,0x1 ntpB,0x1 ntpC,0x1

When I build my image the first two keys are being replaces by the
windows default. time.windows.com and time.nist.gov.

I have looked that the registry keys of each of the components that I
have added to my image and not of them are setting the server names.

So how and where are these being set? How do I replace / over write
these keys with the ones I want to set?

I thought that all the registry values are inside the components I add
to my image. Is this correct?

Also is there a tool /option available to see all the registry
settings set by each component, instead of expanding each component
and looking at the registry section?

Thanks

Stuart
 
S

stuie_norris

FYI. Solved my issue. I needed to use RegMigrate Keys to override
the keys written by shell32.dll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top