Hi

Hi

Below is what is need to be inport into the registry settings. I wonder is there any good way to write this key into the registy of W2K client and XP client with NT 4.0 domain. Is there a possibility to do a check for existing entries first before wirting into the registry again.

----------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://10.0.0.1"
"WUStatusServer"="http://10.0.0.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"RescheduleWaitTime"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000012
"UseWUServer"=dword:00000001
------------------------------

Thanks

Adrian