First, let me appologize for not being registered. I tried earlier, but to no avail. I'll have to try again later. I would also like to point out that I'm completely new to KiXTart. More to the point.
I've recently added two Microsoft SUS servers to my networks. They are both running on MS Windows 2000 Server on an NT 4.0 domain. I've added this bit of script to my current logon script to add the proper registry keys:
Code:
$key1 = AddKey("HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU")
If $key1 = 0
? "SUS registry key added!"
Endif
However, I've still yet to write the proper values to those keys. I understand that one needs administrative rights to add values to the registry. I already have the .reg files created, but I need a way to add them to the registry. So my question is, simply, how? I've read in other articles that you can refer them (other scripts) to "admin" scripts, but frankly, I don't no where to begin. Any help is appreciated.
USMCnerd
Edited by Howard Bullock (2005-03-09 10:37 PM)