Maintaining three computers on home network

Osteole

Member
Nov 11, 2005
60
0
0
It's tedious to maintain three computers, what methods do you implement for updating software programs and such.

I'm interested in the computers being exactly the same in terms of settings.
 

Tsaico

Platinum Member
Oct 21, 2000
2,669
0
0
With windows, upgrade to microsoft update, so it will patch your office applications. Eventually I think it is suppsed to be able to do all updates for all Microsoft apps. Right now it is just the major ones.

As for the individual applications, you can create a share on a single computer, then write a batch file that will call the appropriate update. You should look for network distrubutable or admin stand alone update packs. Nearly all the major applications have this sort of thing. You will still have to push "OK", "next", or whatever, but at least all of them get called in the same order and fashion.

Do some googling on batch files and how to call applications through a dos command and you will find it is pretty easy. I would suggest first making a network share. In the batch you can write in to map a drive to this network share, then call the updates, then you can write in to drop the drive when it is done and exit. If it is a local network, you can also use something like RealVNC to remote desktop to the other machines to do all of them from one place...
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,553
430
126
It depends on what needs to be updated.

If it is info files (like doc, txt, xls etc.), you can use synchronization program.

Example,http://www.microsoft.com/downloads/deta...-4814-9649-CCE41AF06EB7&displaylang=en

If it is online updates, each computer has to be configured to do it on its own.

If it is actual applications there is not too much that you can do on a peer-to-peer network since computer is individually configured and there is No center of control.

However if you switch to real server topology (like using Windows 2003) a lot of the work can be done centrally.

:sun: