Auto Installing MS Patches

What would be the best way to auto install all the current MS security updates on the network if we don't have AD (Novell 5. 1). Most clients are 2000, but still a few are 95/98, I suppose we can just ignore those for now.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar08.webp

391 Posts
Location -
Joined 1999-07-24
What would be the best way to auto install all the current MS security updates on the network if we don't have AD (Novell 5.1).
Most clients are 2000, but still a few are 95/98, I suppose we can just ignore those for now.
All users have Power User rights to their local computers.
There is one Win2k server available but it is stand alone with no AD setup.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar08.webp

391 Posts
Location -
Joined 1999-07-24
OP
Thanks.

data/avatar/default/avatar08.webp

391 Posts
Location -
Joined 1999-07-24
OP
Anybody actually has this setup on their network?
I tried the setup, but so far I only got it to work with option 2, which is to notify about the upgrades, and only for users with Admin rights

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Should work fine. If it works fine with 2 it should work fine with 4.

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Remember it uses BITS so it MIGHT take awhile. Works pretty fast on my 400+ computer network...well fast for BITS.

data/avatar/default/avatar08.webp

391 Posts
Location -
Joined 1999-07-24
OP
Any tips on the setup?
It just ain't working
Here is the sample of my reg file.
 
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\Au]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000002
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000E
"UseWUServer"=dword:00000001
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://xxx.xxx.129.201"'>http://xxx.xxx.129.201"
"WUStatusServer"="http://xxx.xxx.129.201"
 
The above setup only works for users with Admin rights
But even than, if I change "AUOptions"=dword:00000002 to 3 or 4
it just stops working all together.