How to install patches? - TechRepublic
Question
November 29, 2006 at 10:19 PM
lok_f5b99

How to install patches?

by lok_f5b99 . Updated 19 years, 7 months ago

My company had around 40 windows pc, but they all are not connected to internet, so it cannot autoupdate patches..

for me, i need to download all the patches and install 1 by 1.

Is there a better way to install patches?

i found in microsoft.com to create a .bat file as show below

@echo off
setlocal
set PATHTOFIXES=Drive:\Update
%PATHTOFIXES%\WindowsServer2003-KB######-Platform-LLL.exe /Z /U
%PATHTOFIXES%\WindowsServer2003-KB######-Platform-LLL.exe /Z /U
%PATHTOFIXES%\WindowsServer2003-KB######-Platform-LLL.exe /Z /U

The problem with this script is that when ever there are new pacthes i need to change it every time, how to set it to install all the patches without modified the script agian and again..

Is there another way to install patches? Please advice…

This discussion is locked

All Comments