OVH Cloud OVH Cloud

script pour mise à jour

14 réponses
Avatar
serge
Bonjour,
Je voudrais savoir s'il est possible d'écrirer un script ou autre
programme de manière à réinstaller par un simple cliques toutes les mises à
jour que j'ai stocké et si oui comment l'écrire ?
merci
serge

4 réponses

1 2
Avatar
Stéphane [MS]
Bonjour,

C'est plus simple de tout regrouper dans un même répertoire, sinon, il faut
adapter le script pour aller dans les répertoires.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Il faut donc que je regroupe tous les correctits sous leur forme *.exe et
non pas dans leurs répertoires et après je reboote.
serge
"Stéphane [MS]" a écrit dans le message de
news:
Voici le script pour W2K à jour des correctifs de juin :

============================================= >> @echo off
cls
echo ____________________________________________________________
echo hotfix.cmd
echo.
echo Correctifs de securite pour Windows 2000 [Advanced] Server SP4 (FR)
echo.
echo _____________________________________________ 21-Jun-2005 __
echo.
echo Press Ctrl+C to abort, or
pause
echo.

set SRC=%~dp0

echo.
echo ----------------------------------------
echo Windows 2000 SP4
echo ----------------------------------------

echo.
echo MS02-064 -- Windows 2000 Default Permissions Could Allow Trojan
Horse
Program (Q327522)
%SRC%fileacl.exe %SystemDrive% /S "S-1-1-0":RX/U/U /S "S-1-3-0":U/F/F /S
"S-1-5-18":F /S "S-1-5-32-544":F /S "S-1-5-32-545":RAX/RX/RWwAX /REPLACE
/PROTECT
echo.

echo.
echo MS03-008 -- Flaw in Windows Script Engine Could Allow Code Execution
(814078)
%SRC%js56nfr.exe /q:a /r:n

echo.
echo MS03-023 -- Buffer Overrun In HTML Converter Could Allow Code
Execution

(823559)
%SRC%Windows2000-KB823559-x86-FRA.exe -u -z -q

echo.
echo MS03-034 -- Flaw in NetBIOS Could Lead to Information Disclosure
(824105)

%SRC%Windows2000-KB824105-x86-FRA.exe -u -z -q

echo.
echo MS03-041 -- Vulnerability in Authenticode Verification Could Allow
Remote Code Execution (823182)
%SRC%Windows2000-KB823182-x86-FRA.exe -u -z -q

echo.
echo MS03-042 -- Buffer Overflow in Windows Troubleshooter ActiveX
Control
Could Allow Code Execution (826232)
%SRC%Windows2000-KB826232-x86-FRA.exe /quiet /norestart

echo.
echo MS03-043 -- Buffer Overrun in Messenger Service Could Allow Code
Execution (828035)
%SRC%Windows2000-KB828035-x86-FRA.exe /quiet /norestart

echo.
echo MS03-049 -- Buffer Overrun in the Workstation Service Could Allow
Code

Execution (828749)
%SRC%Windows2000-KB828749-x86-FRA.exe /quiet /norestart

echo.
echo MS04-011 -- Security Update for Microsoft Windows (835732)
%SRC%Windows2000-KB835732-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-012 -- Cumulative Update for Microsoft RPC/DCOM (828741)
%SRC%Windows2000-KB828741-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-014 -- Vulnerability in the Microsoft Jet Database Engine Could
Allow Code Execution (837001)
%SRC%Windows2000-KB837001-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-016 -- Vulnerability in DirectPlay Could Allow Denial of
Service
(839643)
%SRC%Windows2000-KB839643-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-019 -- Vulnerability in Utility Manager Could Allow Code
Execution

(842526)
%SRC%Windows2000-KB842526-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-020 -- Vulnerability in POSIX Could Allow Code Execution
(841872)

%SRC%Windows2000-KB841872-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-022 -- Vulnerability in Task Scheduler Could Allow Code
Execution

(841873)
%SRC%Windows2000-KB841873-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-024 -- Vulnerability in Windows Shell Could Allow Remote Code
Execution (839645)
%SRC%Windows2000-KB839645-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-031 -- Vulnerability in NetDDE Could Allow Remote Code
Execution
(841533)
%SRC%Windows2000-KB841533-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-032 -- Security Update for Microsoft Windows (840987)
%SRC%Windows2000-KB840987-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-037 -- Vulnerability in Windows Shell Could Allow Remote Code
Execution (841356)
%SRC%Windows2000-KB841356-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-041 -- Vulnerability in WordPad Could Allow Code Execution
(885836)

%SRC%Windows2000-KB885836-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32hypertrm.dll goto :no-MS04-043
echo.
echo MS04-043 -- Vulnerability in HyperTerminal Could Allow Code
Execution
(873339)
%SRC%Windows2000-KB873339-x86-FRA.EXE /quiet /norestart
:no-MS04-043

echo.
echo MS04-044 -- Vulnerabilities in Windows Kernel and LSASS Could Allow
Elevation of Privilege (885835)
%SRC%Windows2000-KB885835-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32wins.exe goto :no-MS04-045
echo.
echo MS04-045 -- Vulnerability in WINS Could Allow Remote Code Execution
(870763)
%SRC%Windows2000-KB870763-x86-FRA.EXE /quiet /norestart
:no-MS04-045

echo.
echo MS05-003 -- Vulnerability in the Indexing Service Could Allow Remote
Code Execution (871250)
%SRC%Windows2000-KB871250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-010 -- Vulnerability in the License Logging Service Could Allow
Code Execution (885834)
%SRC%Windows2000-KB885834-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-011 -- Vulnerability in Server Message Block Could Allow Remote
Code Execution (885250)
%SRC%Windows2000-KB885250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-012 -- Vulnerability in OLE and COM Could Allow Remote Code
Execution (873333)
%SRC%Windows2000-KB873333-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-013 -- Vulnerability in the DHTML Editing ActiveX Control could
allow code execution (891781)
%SRC%Windows2000-KB891781-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-015 -- Vulnerability in Hyperlink Object Library Could Allow
Remote Code Execution (888113)
%SRC%Windows2000-KB888113-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-016 -- Vulnerability in Windows Shell that Could Allow Remote
Code

Execution (893086)
%SRC%Windows2000-KB893086-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32mqrt.dll goto :no-MS05-017
echo.
echo MS05-017 -- Vulnerability in Message Queuing Could Allow Code
Execution

(892944)
%SRC%Windows2000-KB892944-x86-FRA.EXE /quiet /norestart
:no-MS05-017

echo.
echo MS05-018 -- Vulnerabilities in Windows Kernel Could Allow Elevation
of

Privilege and Denial of Service (890859)
%SRC%Windows2000-KB890859-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-019 -- Vulnerabilities in TCP/IP Could Allow Remote Code
Execution

and Denial of Service (893066)
%SRC%Windows2000-KB893066-v2-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-024 -- Vulnerability in Web View Could Allow Remote Code
Execution

(894320)
%SRC%Windows2000-KB894320-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-026 -- Vulnerability in HTML Help Could Allow Remote Code
Execution (896358)
%SRC%Windows2000-KB896358-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-027 -- Vulnerability in Server Message Block Could Allow Remote
Code Execution (896422)
%SRC%Windows2000-KB896422-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-032 -- Vulnerability in Microsoft Agent Could Allow Spoofing
(890046)
%SRC%Windows2000-KB890046-x86-FRA.EXE /quiet /norestart

echo.
echo ----------------------------------------
echo IIS 5.0 SP4
echo ----------------------------------------

echo.
echo MS04-030 -- Vulnerability in WebDav XML Message Handler Could Lead
to
a

Denial of Service (824151)
%SRC%Windows2000-KB824151-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32inetsrvnntpsvc.dll goto :no-MS04-036
echo.
echo MS04-036 -- Vulnerability in NNTP Could Allow Code Execution
(883935)
%SRC%Windows2000-KB883935-x86-FRA.EXE /quiet /norestart
:no-MS04-036

if not exist %windir%system32inetsrvinetinfo.exe goto :no-iis

:no-iis

echo.
echo ----------------------------------------
echo Internet Explorer 5.01 SP4
echo ----------------------------------------

echo.
echo MS05-025 -- Cumulative Security Update for Internet Explorer
(883939)
%SRC%IE5.01sp4-KB883939-Windows2000sp4-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo Windows Media Player 6.4
echo ----------------------------------------

echo.
echo 828026 -- Update for Windows Media Player Script Commands
%SRC%WindowsMedia-KB828026-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo MDAC 2.5 SP3
echo ----------------------------------------

echo.
echo MS04-003 -- Buffer Overrun in MDAC Function Could Allow code
execution

(832483)
%SRC%FRN_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

echo.
echo ----------------------------------------
echo QChain and Reboot
echo ----------------------------------------

echo.
echo QChain
%SRC%qchain.exe

echo.
echo Reboot
%SRC%shutdown.exe /L /R /T:5
============================================= >>
Copiez le texte entre les 2 lignes de ======= dans un fichier portant une
extension CMD. Placez ce fichier dans le répertoire contenant les
correctifs

mentionnés.

Attention : ce fichier ne tient pas compte de la mise à jour de
composants
comme Internet Explorer ou Media Player. Si vous avez mis à jour ces
composants d'autres correctifs sont nécessaires à la place de ceux prévus
pour une version livrée par Windows 2000.

--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Dans le fichier bat que vous m'avez fourni, je change xp pou w2k et à
chaque


ligne qui commence par MS je met echo car le poblème est que j'ai
téléchargé


les correctifs par le catalogue dans un répertoire
"D:WUTempWUSoftwarefrcom_microsoft.internetexplorer6xx86win2k"
pour IE


et "D:WUTempWUSoftwarefrcom_microsoft.windows2000x86win2k pour
W2K.


Comment dois-je procéder ?
merci
serge
"Stéphkane [MS]" a écrit dans le message
de
news:
Sauf erreur ou omission, la liste actuelle des correctifs à appliquer
sur



un
poste ou server Windows 2000 SP4 est la suivante :

MS02-064 30/10/2002 Windows 2000 Default Permissions Could Allow
Trojan



Horse Program (Q327522)
MS03-008 19/03/2003 Flaw in Windows Script Engine Could Allow Code
Execution

(814078)
MS03-023 09/07/2003 Buffer Overrun In HTML Converter Could Allow Code
Execution (823559)
MS03-034 03/09/2003 Flaw in NetBIOS Could Lead to Information
Disclosure



(824105)
MS03-041 15/10/2003 Vulnerability in Authenticode Verification Could
Allow



Remote Code Execution (823182)
MS03-042 15/10/2003 Buffer Overflow in Windows Troubleshooter ActiveX
Control Could Allow Code Execution (826232)
MS03-043 15/10/2003 Buffer Overrun in Messenger Service Could Allow
Code



Execution (828035)
MS03-049 11/11/2003 Buffer Overrun in the Workstation Service Could
Allow



Code Execution (828749)
MS04-011 13/04/2004 Security Update for Microsoft Windows (835732)
MS04-012 13/04/2004 Cumulative Update for Microsoft RPC/DCOM (828741)
MS04-014 13/04/2004 Vulnerability in the Microsoft Jet Database
Engine
Could

Allow Code Execution (837001)
MS04-016 08/06/2004 Vulnerability in DirectPlay Could Allow Denial of
Service (839643)
MS04-019 13/07/2004 Vulnerability in Utility Manager Could Allow Code
Execution (842526)
MS04-020 13/07/2004 Vulnerability in POSIX Could Allow Code Execution
(841872)

MS04-022 13/07/2004 Vulnerability in Task Scheduler Could Allow Code
Execution (841873)
MS04-024 13/07/2004 Vulnerability in Windows Shell Could Allow Remote
Code



Execution (839645)
MS04-031 12/10/2004 Vulnerability in NetDDE Could Allow Remote Code
Execution (841533)
MS04-032 12/10/2004 Security Update for Microsoft Windows (840987)
MS04-037 12/10/2004 Vulnerability in Windows Shell Could Allow Remote
Code



Execution (841356)
MS04-041 14/12/2004 Vulnerability in WordPad Could Allow Code
Execution



(885836)
MS04-043 14/12/2004 Vulnerability in HyperTerminal Could Allow Code
Execution (873339)
MS04-044 14/12/2004 Vulnerabilities in Windows Kernel and LSASS Could
Allow

Elevation of Privilege (885835)
MS04-045 14/12/2004 Vulnerability in WINS Could Allow Remote Code
Execution

(870763)
MS05-003 11/01/2005 Vulnerability in the Indexing Service Could Allow
Remote

Code Execution (871250)
MS05-010 08/02/2005 Vulnerability in the License Logging Service
Could
Allow

Code Execution (885834)
MS05-011 08/02/2005 Vulnerability in Server Message Block Could Allow
Remote

Code Execution (885250)
MS05-012 08/02/2005 Vulnerability in OLE and COM Could Allow Remote
Code



Execution (873333)
MS05-013 08/02/2005 Vulnerability in the DHTML Editing ActiveX
Control
could

allow code execution (891781)
MS05-015 08/02/2005 Vulnerability in Hyperlink Object Library Could
Allow



Remote Code Execution (888113)
MS05-016 12/04/2005 Vulnerability in Windows Shell that Could Allow
Remote



Code Execution (893086)
MS05-017 12/04/2005 Vulnerability in Message Queuing Could Allow Code
Execution (892944)
MS05-018 12/04/2005 Vulnerabilities in Windows Kernel Could Allow
Elevation

of Privilege and Denial of Service (890859)
MS05-019 12/04/2005 Vulnerabilities in TCP/IP Could Allow Remote Code
Execution and Denial of Service (893066)
MS05-024 10/05/2005 Vulnerability in Web View Could Allow Remote Code
Execution (894320)
MS05-026 14/06/2005 Vulnerability in HTML Help Could Allow Remote
Code
Execution (896358)
MS05-027 14/06/2005 Vulnerability in Server Message Block Could Allow
Remote

Code Execution (896422)
MS05-032 14/06/2005 Vulnerability in Microsoft Agent Could Allow
Spoofing



(890046)
MS04-030 12/10/2004 Vulnerability in WebDav XML Message Handler Could
Lead



to a Denial of Service (824151)
MS04-036 12/10/2004 Vulnerability in NNTP Could Allow Code Execution
(883935)

MS05-025 14/06/2005 Cumulative Security Update for Internet Explorer
(883939)

828026 03/10/2003 Update for Windows Media Player Script Commands
MS04-003 10/01/2004 Buffer Overrun in MDAC Function Could Allow code
execution (832483)


--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Mon anglais étant limité, existe-t-il le même site en français.
De plus dois-je recopier tous les correctifs à la place de ceux
déjà
copié


dans le fichier bat et remplacer les ligne concernant wxp par W2K
sp4 ?




J'ai essayé de placer quelques correctifs dans un répertoire et
donc
aussi


le bat, j'ai double cliquer, je n'ai eu qu'une fenêtre qui c'est
ouverte




et
fermé sans que rien d'autre ne se passe.
Désolé de vous ennuyer avec cela mais je ne suis pas très au point
en




informatique.
merci
serge
"Stéphane [MS]" a écrit dans le
message
de




news:
Vous avez tout à fait raison, le fichier que j'ai posté
correspond
à





Windows
XP.
Pour connaître la liste des correctifs nécessaire, vous pouvez
aller





sur
http://www.microsoft.com/technet/security/current.aspx

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Je ne comprends pas car sur le programme que vous citer en
exemple,






les

des correctifs sont bien définis alors que moi j'en ai d'autres
de






plus
je
suis sous W2K et il parle de XP.
serge
"Stéphane [MS]" a écrit dans le
message






de
news:
Bonjour,

Placez tous vos correctifs dans un même répertoire (par
exemple,







sur un
CD
gravé) ainsi que le script bat cité et lancez ce script depuis
ce







répertoire.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Si je comprend bien il fautb que je rentre tous les chemins
de








chaque
mise
à
jour, ce fichier est un batch à extension *.bat.
serge
































Avatar
serge
Bonjour ,
Merci pour votre patience.
Il parait qu'il existe un patch pour les DD de plus de 130Go car j'ai eu un
problème que j'ai posté plus haut et que je vous transmet:
Je suis sous W2K sp4, presque à jour des correctifs et je ne suis pas
connecté sur le net.
Ce SOS pour vous demandez comment procéder.
Suite à plusieurs plantages, je viens de rallumer mon pc et surprise je n'ai
pas accès aux données de ma partition D.
Je l'ouvre et elle est vide, par contre quand je passe par le poste de
travail et que je demande les propriètés, la capacité est de 36Go utilisés
sur 214Go donc mes données sont présentent mais invisibles.
Que dois-faire, est ce cela vient de la partition C et dans ce cas je
réinstalle une image ghost sinon que puis-faire ?
merci
serge
"Stéphane [MS]" a écrit dans le message de
news: eOg$
Bonjour,

C'est plus simple de tout regrouper dans un même répertoire, sinon, il
faut

adapter le script pour aller dans les répertoires.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Il faut donc que je regroupe tous les correctits sous leur forme *.exe
et


non pas dans leurs répertoires et après je reboote.
serge
"Stéphane [MS]" a écrit dans le message de
news:
Voici le script pour W2K à jour des correctifs de juin :

============================================= > >> @echo off
cls
echo ____________________________________________________________
echo hotfix.cmd
echo.
echo Correctifs de securite pour Windows 2000 [Advanced] Server SP4
(FR)



echo.
echo _____________________________________________ 21-Jun-2005 __
echo.
echo Press Ctrl+C to abort, or
pause
echo.

set SRC=%~dp0

echo.
echo ----------------------------------------
echo Windows 2000 SP4
echo ----------------------------------------

echo.
echo MS02-064 -- Windows 2000 Default Permissions Could Allow Trojan
Horse
Program (Q327522)
%SRC%fileacl.exe %SystemDrive% /S "S-1-1-0":RX/U/U /S "S-1-3-0":U/F/F
/S



"S-1-5-18":F /S "S-1-5-32-544":F /S "S-1-5-32-545":RAX/RX/RWwAX
/REPLACE



/PROTECT
echo.

echo.
echo MS03-008 -- Flaw in Windows Script Engine Could Allow Code
Execution



(814078)
%SRC%js56nfr.exe /q:a /r:n

echo.
echo MS03-023 -- Buffer Overrun In HTML Converter Could Allow Code
Execution

(823559)
%SRC%Windows2000-KB823559-x86-FRA.exe -u -z -q

echo.
echo MS03-034 -- Flaw in NetBIOS Could Lead to Information Disclosure
(824105)

%SRC%Windows2000-KB824105-x86-FRA.exe -u -z -q

echo.
echo MS03-041 -- Vulnerability in Authenticode Verification Could Allow
Remote Code Execution (823182)
%SRC%Windows2000-KB823182-x86-FRA.exe -u -z -q

echo.
echo MS03-042 -- Buffer Overflow in Windows Troubleshooter ActiveX
Control
Could Allow Code Execution (826232)
%SRC%Windows2000-KB826232-x86-FRA.exe /quiet /norestart

echo.
echo MS03-043 -- Buffer Overrun in Messenger Service Could Allow Code
Execution (828035)
%SRC%Windows2000-KB828035-x86-FRA.exe /quiet /norestart

echo.
echo MS03-049 -- Buffer Overrun in the Workstation Service Could Allow
Code

Execution (828749)
%SRC%Windows2000-KB828749-x86-FRA.exe /quiet /norestart

echo.
echo MS04-011 -- Security Update for Microsoft Windows (835732)
%SRC%Windows2000-KB835732-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-012 -- Cumulative Update for Microsoft RPC/DCOM (828741)
%SRC%Windows2000-KB828741-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-014 -- Vulnerability in the Microsoft Jet Database Engine
Could



Allow Code Execution (837001)
%SRC%Windows2000-KB837001-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-016 -- Vulnerability in DirectPlay Could Allow Denial of
Service
(839643)
%SRC%Windows2000-KB839643-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-019 -- Vulnerability in Utility Manager Could Allow Code
Execution

(842526)
%SRC%Windows2000-KB842526-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-020 -- Vulnerability in POSIX Could Allow Code Execution
(841872)

%SRC%Windows2000-KB841872-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-022 -- Vulnerability in Task Scheduler Could Allow Code
Execution

(841873)
%SRC%Windows2000-KB841873-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-024 -- Vulnerability in Windows Shell Could Allow Remote Code
Execution (839645)
%SRC%Windows2000-KB839645-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-031 -- Vulnerability in NetDDE Could Allow Remote Code
Execution
(841533)
%SRC%Windows2000-KB841533-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-032 -- Security Update for Microsoft Windows (840987)
%SRC%Windows2000-KB840987-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-037 -- Vulnerability in Windows Shell Could Allow Remote Code
Execution (841356)
%SRC%Windows2000-KB841356-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-041 -- Vulnerability in WordPad Could Allow Code Execution
(885836)

%SRC%Windows2000-KB885836-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32hypertrm.dll goto :no-MS04-043
echo.
echo MS04-043 -- Vulnerability in HyperTerminal Could Allow Code
Execution
(873339)
%SRC%Windows2000-KB873339-x86-FRA.EXE /quiet /norestart
:no-MS04-043

echo.
echo MS04-044 -- Vulnerabilities in Windows Kernel and LSASS Could
Allow



Elevation of Privilege (885835)
%SRC%Windows2000-KB885835-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32wins.exe goto :no-MS04-045
echo.
echo MS04-045 -- Vulnerability in WINS Could Allow Remote Code
Execution



(870763)
%SRC%Windows2000-KB870763-x86-FRA.EXE /quiet /norestart
:no-MS04-045

echo.
echo MS05-003 -- Vulnerability in the Indexing Service Could Allow
Remote



Code Execution (871250)
%SRC%Windows2000-KB871250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-010 -- Vulnerability in the License Logging Service Could
Allow



Code Execution (885834)
%SRC%Windows2000-KB885834-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-011 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (885250)
%SRC%Windows2000-KB885250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-012 -- Vulnerability in OLE and COM Could Allow Remote Code
Execution (873333)
%SRC%Windows2000-KB873333-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-013 -- Vulnerability in the DHTML Editing ActiveX Control
could



allow code execution (891781)
%SRC%Windows2000-KB891781-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-015 -- Vulnerability in Hyperlink Object Library Could Allow
Remote Code Execution (888113)
%SRC%Windows2000-KB888113-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-016 -- Vulnerability in Windows Shell that Could Allow Remote
Code

Execution (893086)
%SRC%Windows2000-KB893086-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32mqrt.dll goto :no-MS05-017
echo.
echo MS05-017 -- Vulnerability in Message Queuing Could Allow Code
Execution

(892944)
%SRC%Windows2000-KB892944-x86-FRA.EXE /quiet /norestart
:no-MS05-017

echo.
echo MS05-018 -- Vulnerabilities in Windows Kernel Could Allow
Elevation



of
Privilege and Denial of Service (890859)
%SRC%Windows2000-KB890859-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-019 -- Vulnerabilities in TCP/IP Could Allow Remote Code
Execution

and Denial of Service (893066)
%SRC%Windows2000-KB893066-v2-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-024 -- Vulnerability in Web View Could Allow Remote Code
Execution

(894320)
%SRC%Windows2000-KB894320-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-026 -- Vulnerability in HTML Help Could Allow Remote Code
Execution (896358)
%SRC%Windows2000-KB896358-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-027 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (896422)
%SRC%Windows2000-KB896422-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-032 -- Vulnerability in Microsoft Agent Could Allow Spoofing
(890046)
%SRC%Windows2000-KB890046-x86-FRA.EXE /quiet /norestart

echo.
echo ----------------------------------------
echo IIS 5.0 SP4
echo ----------------------------------------

echo.
echo MS04-030 -- Vulnerability in WebDav XML Message Handler Could Lead
to
a

Denial of Service (824151)
%SRC%Windows2000-KB824151-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32inetsrvnntpsvc.dll goto :no-MS04-036
echo.
echo MS04-036 -- Vulnerability in NNTP Could Allow Code Execution
(883935)
%SRC%Windows2000-KB883935-x86-FRA.EXE /quiet /norestart
:no-MS04-036

if not exist %windir%system32inetsrvinetinfo.exe goto :no-iis

:no-iis

echo.
echo ----------------------------------------
echo Internet Explorer 5.01 SP4
echo ----------------------------------------

echo.
echo MS05-025 -- Cumulative Security Update for Internet Explorer
(883939)
%SRC%IE5.01sp4-KB883939-Windows2000sp4-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo Windows Media Player 6.4
echo ----------------------------------------

echo.
echo 828026 -- Update for Windows Media Player Script Commands
%SRC%WindowsMedia-KB828026-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo MDAC 2.5 SP3
echo ----------------------------------------

echo.
echo MS04-003 -- Buffer Overrun in MDAC Function Could Allow code
execution

(832483)
%SRC%FRN_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

echo.
echo ----------------------------------------
echo QChain and Reboot
echo ----------------------------------------

echo.
echo QChain
%SRC%qchain.exe

echo.
echo Reboot
%SRC%shutdown.exe /L /R /T:5
============================================= > >>
Copiez le texte entre les 2 lignes de ======= dans un fichier portant
une



extension CMD. Placez ce fichier dans le répertoire contenant les
correctifs

mentionnés.

Attention : ce fichier ne tient pas compte de la mise à jour de
composants
comme Internet Explorer ou Media Player. Si vous avez mis à jour ces
composants d'autres correctifs sont nécessaires à la place de ceux
prévus



pour une version livrée par Windows 2000.

--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Dans le fichier bat que vous m'avez fourni, je change xp pou w2k et à
chaque


ligne qui commence par MS je met echo car le poblème est que j'ai
téléchargé


les correctifs par le catalogue dans un répertoire
"D:WUTempWUSoftwarefrcom_microsoft.internetexplorer6xx86win2k"
pour IE


et "D:WUTempWUSoftwarefrcom_microsoft.windows2000x86win2k pour
W2K.


Comment dois-je procéder ?
merci
serge
"Stéphkane [MS]" a écrit dans le message
de
news:
Sauf erreur ou omission, la liste actuelle des correctifs à
appliquer





sur
un
poste ou server Windows 2000 SP4 est la suivante :

MS02-064 30/10/2002 Windows 2000 Default Permissions Could Allow
Trojan



Horse Program (Q327522)
MS03-008 19/03/2003 Flaw in Windows Script Engine Could Allow Code
Execution

(814078)
MS03-023 09/07/2003 Buffer Overrun In HTML Converter Could Allow
Code





Execution (823559)
MS03-034 03/09/2003 Flaw in NetBIOS Could Lead to Information
Disclosure



(824105)
MS03-041 15/10/2003 Vulnerability in Authenticode Verification
Could





Allow
Remote Code Execution (823182)
MS03-042 15/10/2003 Buffer Overflow in Windows Troubleshooter
ActiveX





Control Could Allow Code Execution (826232)
MS03-043 15/10/2003 Buffer Overrun in Messenger Service Could Allow
Code



Execution (828035)
MS03-049 11/11/2003 Buffer Overrun in the Workstation Service Could
Allow



Code Execution (828749)
MS04-011 13/04/2004 Security Update for Microsoft Windows (835732)
MS04-012 13/04/2004 Cumulative Update for Microsoft RPC/DCOM
(828741)





MS04-014 13/04/2004 Vulnerability in the Microsoft Jet Database
Engine
Could

Allow Code Execution (837001)
MS04-016 08/06/2004 Vulnerability in DirectPlay Could Allow Denial
of





Service (839643)
MS04-019 13/07/2004 Vulnerability in Utility Manager Could Allow
Code





Execution (842526)
MS04-020 13/07/2004 Vulnerability in POSIX Could Allow Code
Execution





(841872)
MS04-022 13/07/2004 Vulnerability in Task Scheduler Could Allow
Code





Execution (841873)
MS04-024 13/07/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (839645)
MS04-031 12/10/2004 Vulnerability in NetDDE Could Allow Remote Code
Execution (841533)
MS04-032 12/10/2004 Security Update for Microsoft Windows (840987)
MS04-037 12/10/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (841356)
MS04-041 14/12/2004 Vulnerability in WordPad Could Allow Code
Execution



(885836)
MS04-043 14/12/2004 Vulnerability in HyperTerminal Could Allow Code
Execution (873339)
MS04-044 14/12/2004 Vulnerabilities in Windows Kernel and LSASS
Could





Allow
Elevation of Privilege (885835)
MS04-045 14/12/2004 Vulnerability in WINS Could Allow Remote Code
Execution

(870763)
MS05-003 11/01/2005 Vulnerability in the Indexing Service Could
Allow





Remote
Code Execution (871250)
MS05-010 08/02/2005 Vulnerability in the License Logging Service
Could
Allow

Code Execution (885834)
MS05-011 08/02/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (885250)
MS05-012 08/02/2005 Vulnerability in OLE and COM Could Allow Remote
Code



Execution (873333)
MS05-013 08/02/2005 Vulnerability in the DHTML Editing ActiveX
Control
could

allow code execution (891781)
MS05-015 08/02/2005 Vulnerability in Hyperlink Object Library Could
Allow



Remote Code Execution (888113)
MS05-016 12/04/2005 Vulnerability in Windows Shell that Could Allow
Remote



Code Execution (893086)
MS05-017 12/04/2005 Vulnerability in Message Queuing Could Allow
Code





Execution (892944)
MS05-018 12/04/2005 Vulnerabilities in Windows Kernel Could Allow
Elevation

of Privilege and Denial of Service (890859)
MS05-019 12/04/2005 Vulnerabilities in TCP/IP Could Allow Remote
Code





Execution and Denial of Service (893066)
MS05-024 10/05/2005 Vulnerability in Web View Could Allow Remote
Code





Execution (894320)
MS05-026 14/06/2005 Vulnerability in HTML Help Could Allow Remote
Code
Execution (896358)
MS05-027 14/06/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (896422)
MS05-032 14/06/2005 Vulnerability in Microsoft Agent Could Allow
Spoofing



(890046)
MS04-030 12/10/2004 Vulnerability in WebDav XML Message Handler
Could





Lead
to a Denial of Service (824151)
MS04-036 12/10/2004 Vulnerability in NNTP Could Allow Code
Execution





(883935)
MS05-025 14/06/2005 Cumulative Security Update for Internet
Explorer





(883939)
828026 03/10/2003 Update for Windows Media Player Script Commands
MS04-003 10/01/2004 Buffer Overrun in MDAC Function Could Allow
code





execution (832483)


--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Mon anglais étant limité, existe-t-il le même site en français.
De plus dois-je recopier tous les correctifs à la place de ceux
déjà
copié


dans le fichier bat et remplacer les ligne concernant wxp par W2K
sp4 ?




J'ai essayé de placer quelques correctifs dans un répertoire et
donc
aussi


le bat, j'ai double cliquer, je n'ai eu qu'une fenêtre qui c'est
ouverte




et
fermé sans que rien d'autre ne se passe.
Désolé de vous ennuyer avec cela mais je ne suis pas très au
point






en
informatique.
merci
serge
"Stéphane [MS]" a écrit dans le
message
de




news:
Vous avez tout à fait raison, le fichier que j'ai posté
correspond
à





Windows
XP.
Pour connaître la liste des correctifs nécessaire, vous pouvez
aller





sur
http://www.microsoft.com/technet/security/current.aspx

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Je ne comprends pas car sur le programme que vous citer en
exemple,






les

des correctifs sont bien définis alors que moi j'en ai
d'autres








de
plus
je
suis sous W2K et il parle de XP.
serge
"Stéphane [MS]" a écrit dans le
message






de
news:
Bonjour,

Placez tous vos correctifs dans un même répertoire (par
exemple,







sur un
CD
gravé) ainsi que le script bat cité et lancez ce script
depuis









ce
répertoire.

Cdlt
Stéphane

"serge" a écrit dans le message de
news:










Bonjour,
Si je comprend bien il fautb que je rentre tous les
chemins










de
chaque
mise
à
jour, ce fichier est un batch à extension *.bat.
serge




































Avatar
Stéphane [MS]
Bonjour,

Un lot incluant un grand nombre de correctifs (Security Rollup) vient d'être
publié par Microsoft.

Cf. http://support.microsoft.com/default.aspx/kb/891861
La traduction n'est pas encore disponible, mais ne saurait tarder.

Cette information simplifie la création d'une installation automatisée.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour ,
Merci pour votre patience.
Il parait qu'il existe un patch pour les DD de plus de 130Go car j'ai eu
un
problème que j'ai posté plus haut et que je vous transmet:
Je suis sous W2K sp4, presque à jour des correctifs et je ne suis pas
connecté sur le net.
Ce SOS pour vous demandez comment procéder.
Suite à plusieurs plantages, je viens de rallumer mon pc et surprise je
n'ai
pas accès aux données de ma partition D.
Je l'ouvre et elle est vide, par contre quand je passe par le poste de
travail et que je demande les propriètés, la capacité est de 36Go utilisés
sur 214Go donc mes données sont présentent mais invisibles.
Que dois-faire, est ce cela vient de la partition C et dans ce cas je
réinstalle une image ghost sinon que puis-faire ?
merci
serge
"Stéphane [MS]" a écrit dans le message de
news: eOg$
Bonjour,

C'est plus simple de tout regrouper dans un même répertoire, sinon, il
faut

adapter le script pour aller dans les répertoires.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Il faut donc que je regroupe tous les correctits sous leur forme *.exe
et


non pas dans leurs répertoires et après je reboote.
serge
"Stéphane [MS]" a écrit dans le message de
news:
Voici le script pour W2K à jour des correctifs de juin :

============================================= >> >> @echo off
cls
echo ____________________________________________________________
echo hotfix.cmd
echo.
echo Correctifs de securite pour Windows 2000 [Advanced] Server SP4
(FR)



echo.
echo _____________________________________________ 21-Jun-2005 __
echo.
echo Press Ctrl+C to abort, or
pause
echo.

set SRC=%~dp0

echo.
echo ----------------------------------------
echo Windows 2000 SP4
echo ----------------------------------------

echo.
echo MS02-064 -- Windows 2000 Default Permissions Could Allow Trojan
Horse
Program (Q327522)
%SRC%fileacl.exe %SystemDrive% /S "S-1-1-0":RX/U/U /S "S-1-3-0":U/F/F
/S



"S-1-5-18":F /S "S-1-5-32-544":F /S "S-1-5-32-545":RAX/RX/RWwAX
/REPLACE



/PROTECT
echo.

echo.
echo MS03-008 -- Flaw in Windows Script Engine Could Allow Code
Execution



(814078)
%SRC%js56nfr.exe /q:a /r:n

echo.
echo MS03-023 -- Buffer Overrun In HTML Converter Could Allow Code
Execution

(823559)
%SRC%Windows2000-KB823559-x86-FRA.exe -u -z -q

echo.
echo MS03-034 -- Flaw in NetBIOS Could Lead to Information Disclosure
(824105)

%SRC%Windows2000-KB824105-x86-FRA.exe -u -z -q

echo.
echo MS03-041 -- Vulnerability in Authenticode Verification Could
Allow
Remote Code Execution (823182)
%SRC%Windows2000-KB823182-x86-FRA.exe -u -z -q

echo.
echo MS03-042 -- Buffer Overflow in Windows Troubleshooter ActiveX
Control
Could Allow Code Execution (826232)
%SRC%Windows2000-KB826232-x86-FRA.exe /quiet /norestart

echo.
echo MS03-043 -- Buffer Overrun in Messenger Service Could Allow Code
Execution (828035)
%SRC%Windows2000-KB828035-x86-FRA.exe /quiet /norestart

echo.
echo MS03-049 -- Buffer Overrun in the Workstation Service Could Allow
Code

Execution (828749)
%SRC%Windows2000-KB828749-x86-FRA.exe /quiet /norestart

echo.
echo MS04-011 -- Security Update for Microsoft Windows (835732)
%SRC%Windows2000-KB835732-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-012 -- Cumulative Update for Microsoft RPC/DCOM (828741)
%SRC%Windows2000-KB828741-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-014 -- Vulnerability in the Microsoft Jet Database Engine
Could



Allow Code Execution (837001)
%SRC%Windows2000-KB837001-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-016 -- Vulnerability in DirectPlay Could Allow Denial of
Service
(839643)
%SRC%Windows2000-KB839643-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-019 -- Vulnerability in Utility Manager Could Allow Code
Execution

(842526)
%SRC%Windows2000-KB842526-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-020 -- Vulnerability in POSIX Could Allow Code Execution
(841872)

%SRC%Windows2000-KB841872-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-022 -- Vulnerability in Task Scheduler Could Allow Code
Execution

(841873)
%SRC%Windows2000-KB841873-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-024 -- Vulnerability in Windows Shell Could Allow Remote
Code
Execution (839645)
%SRC%Windows2000-KB839645-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-031 -- Vulnerability in NetDDE Could Allow Remote Code
Execution
(841533)
%SRC%Windows2000-KB841533-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-032 -- Security Update for Microsoft Windows (840987)
%SRC%Windows2000-KB840987-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-037 -- Vulnerability in Windows Shell Could Allow Remote
Code
Execution (841356)
%SRC%Windows2000-KB841356-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-041 -- Vulnerability in WordPad Could Allow Code Execution
(885836)

%SRC%Windows2000-KB885836-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32hypertrm.dll goto :no-MS04-043
echo.
echo MS04-043 -- Vulnerability in HyperTerminal Could Allow Code
Execution
(873339)
%SRC%Windows2000-KB873339-x86-FRA.EXE /quiet /norestart
:no-MS04-043

echo.
echo MS04-044 -- Vulnerabilities in Windows Kernel and LSASS Could
Allow



Elevation of Privilege (885835)
%SRC%Windows2000-KB885835-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32wins.exe goto :no-MS04-045
echo.
echo MS04-045 -- Vulnerability in WINS Could Allow Remote Code
Execution



(870763)
%SRC%Windows2000-KB870763-x86-FRA.EXE /quiet /norestart
:no-MS04-045

echo.
echo MS05-003 -- Vulnerability in the Indexing Service Could Allow
Remote



Code Execution (871250)
%SRC%Windows2000-KB871250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-010 -- Vulnerability in the License Logging Service Could
Allow



Code Execution (885834)
%SRC%Windows2000-KB885834-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-011 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (885250)
%SRC%Windows2000-KB885250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-012 -- Vulnerability in OLE and COM Could Allow Remote Code
Execution (873333)
%SRC%Windows2000-KB873333-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-013 -- Vulnerability in the DHTML Editing ActiveX Control
could



allow code execution (891781)
%SRC%Windows2000-KB891781-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-015 -- Vulnerability in Hyperlink Object Library Could Allow
Remote Code Execution (888113)
%SRC%Windows2000-KB888113-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-016 -- Vulnerability in Windows Shell that Could Allow
Remote
Code

Execution (893086)
%SRC%Windows2000-KB893086-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32mqrt.dll goto :no-MS05-017
echo.
echo MS05-017 -- Vulnerability in Message Queuing Could Allow Code
Execution

(892944)
%SRC%Windows2000-KB892944-x86-FRA.EXE /quiet /norestart
:no-MS05-017

echo.
echo MS05-018 -- Vulnerabilities in Windows Kernel Could Allow
Elevation



of
Privilege and Denial of Service (890859)
%SRC%Windows2000-KB890859-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-019 -- Vulnerabilities in TCP/IP Could Allow Remote Code
Execution

and Denial of Service (893066)
%SRC%Windows2000-KB893066-v2-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-024 -- Vulnerability in Web View Could Allow Remote Code
Execution

(894320)
%SRC%Windows2000-KB894320-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-026 -- Vulnerability in HTML Help Could Allow Remote Code
Execution (896358)
%SRC%Windows2000-KB896358-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-027 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (896422)
%SRC%Windows2000-KB896422-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-032 -- Vulnerability in Microsoft Agent Could Allow Spoofing
(890046)
%SRC%Windows2000-KB890046-x86-FRA.EXE /quiet /norestart

echo.
echo ----------------------------------------
echo IIS 5.0 SP4
echo ----------------------------------------

echo.
echo MS04-030 -- Vulnerability in WebDav XML Message Handler Could
Lead
to
a

Denial of Service (824151)
%SRC%Windows2000-KB824151-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32inetsrvnntpsvc.dll goto :no-MS04-036
echo.
echo MS04-036 -- Vulnerability in NNTP Could Allow Code Execution
(883935)
%SRC%Windows2000-KB883935-x86-FRA.EXE /quiet /norestart
:no-MS04-036

if not exist %windir%system32inetsrvinetinfo.exe goto :no-iis

:no-iis

echo.
echo ----------------------------------------
echo Internet Explorer 5.01 SP4
echo ----------------------------------------

echo.
echo MS05-025 -- Cumulative Security Update for Internet Explorer
(883939)
%SRC%IE5.01sp4-KB883939-Windows2000sp4-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo Windows Media Player 6.4
echo ----------------------------------------

echo.
echo 828026 -- Update for Windows Media Player Script Commands
%SRC%WindowsMedia-KB828026-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo MDAC 2.5 SP3
echo ----------------------------------------

echo.
echo MS04-003 -- Buffer Overrun in MDAC Function Could Allow code
execution

(832483)
%SRC%FRN_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

echo.
echo ----------------------------------------
echo QChain and Reboot
echo ----------------------------------------

echo.
echo QChain
%SRC%qchain.exe

echo.
echo Reboot
%SRC%shutdown.exe /L /R /T:5
============================================= >> >>
Copiez le texte entre les 2 lignes de ======= dans un fichier portant
une



extension CMD. Placez ce fichier dans le répertoire contenant les
correctifs

mentionnés.

Attention : ce fichier ne tient pas compte de la mise à jour de
composants
comme Internet Explorer ou Media Player. Si vous avez mis à jour ces
composants d'autres correctifs sont nécessaires à la place de ceux
prévus



pour une version livrée par Windows 2000.

--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Dans le fichier bat que vous m'avez fourni, je change xp pou w2k et
à
chaque


ligne qui commence par MS je met echo car le poblème est que j'ai
téléchargé


les correctifs par le catalogue dans un répertoire
"D:WUTempWUSoftwarefrcom_microsoft.internetexplorer6xx86win2k"
pour IE


et "D:WUTempWUSoftwarefrcom_microsoft.windows2000x86win2k pour
W2K.


Comment dois-je procéder ?
merci
serge
"Stéphkane [MS]" a écrit dans le
message
de
news:
Sauf erreur ou omission, la liste actuelle des correctifs à
appliquer





sur
un
poste ou server Windows 2000 SP4 est la suivante :

MS02-064 30/10/2002 Windows 2000 Default Permissions Could Allow
Trojan



Horse Program (Q327522)
MS03-008 19/03/2003 Flaw in Windows Script Engine Could Allow Code
Execution

(814078)
MS03-023 09/07/2003 Buffer Overrun In HTML Converter Could Allow
Code





Execution (823559)
MS03-034 03/09/2003 Flaw in NetBIOS Could Lead to Information
Disclosure



(824105)
MS03-041 15/10/2003 Vulnerability in Authenticode Verification
Could





Allow
Remote Code Execution (823182)
MS03-042 15/10/2003 Buffer Overflow in Windows Troubleshooter
ActiveX





Control Could Allow Code Execution (826232)
MS03-043 15/10/2003 Buffer Overrun in Messenger Service Could
Allow
Code



Execution (828035)
MS03-049 11/11/2003 Buffer Overrun in the Workstation Service
Could
Allow



Code Execution (828749)
MS04-011 13/04/2004 Security Update for Microsoft Windows (835732)
MS04-012 13/04/2004 Cumulative Update for Microsoft RPC/DCOM
(828741)





MS04-014 13/04/2004 Vulnerability in the Microsoft Jet Database
Engine
Could

Allow Code Execution (837001)
MS04-016 08/06/2004 Vulnerability in DirectPlay Could Allow Denial
of





Service (839643)
MS04-019 13/07/2004 Vulnerability in Utility Manager Could Allow
Code





Execution (842526)
MS04-020 13/07/2004 Vulnerability in POSIX Could Allow Code
Execution





(841872)
MS04-022 13/07/2004 Vulnerability in Task Scheduler Could Allow
Code





Execution (841873)
MS04-024 13/07/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (839645)
MS04-031 12/10/2004 Vulnerability in NetDDE Could Allow Remote
Code
Execution (841533)
MS04-032 12/10/2004 Security Update for Microsoft Windows (840987)
MS04-037 12/10/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (841356)
MS04-041 14/12/2004 Vulnerability in WordPad Could Allow Code
Execution



(885836)
MS04-043 14/12/2004 Vulnerability in HyperTerminal Could Allow
Code
Execution (873339)
MS04-044 14/12/2004 Vulnerabilities in Windows Kernel and LSASS
Could





Allow
Elevation of Privilege (885835)
MS04-045 14/12/2004 Vulnerability in WINS Could Allow Remote Code
Execution

(870763)
MS05-003 11/01/2005 Vulnerability in the Indexing Service Could
Allow





Remote
Code Execution (871250)
MS05-010 08/02/2005 Vulnerability in the License Logging Service
Could
Allow

Code Execution (885834)
MS05-011 08/02/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (885250)
MS05-012 08/02/2005 Vulnerability in OLE and COM Could Allow
Remote
Code



Execution (873333)
MS05-013 08/02/2005 Vulnerability in the DHTML Editing ActiveX
Control
could

allow code execution (891781)
MS05-015 08/02/2005 Vulnerability in Hyperlink Object Library
Could
Allow



Remote Code Execution (888113)
MS05-016 12/04/2005 Vulnerability in Windows Shell that Could
Allow
Remote



Code Execution (893086)
MS05-017 12/04/2005 Vulnerability in Message Queuing Could Allow
Code





Execution (892944)
MS05-018 12/04/2005 Vulnerabilities in Windows Kernel Could Allow
Elevation

of Privilege and Denial of Service (890859)
MS05-019 12/04/2005 Vulnerabilities in TCP/IP Could Allow Remote
Code





Execution and Denial of Service (893066)
MS05-024 10/05/2005 Vulnerability in Web View Could Allow Remote
Code





Execution (894320)
MS05-026 14/06/2005 Vulnerability in HTML Help Could Allow Remote
Code
Execution (896358)
MS05-027 14/06/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (896422)
MS05-032 14/06/2005 Vulnerability in Microsoft Agent Could Allow
Spoofing



(890046)
MS04-030 12/10/2004 Vulnerability in WebDav XML Message Handler
Could





Lead
to a Denial of Service (824151)
MS04-036 12/10/2004 Vulnerability in NNTP Could Allow Code
Execution





(883935)
MS05-025 14/06/2005 Cumulative Security Update for Internet
Explorer





(883939)
828026 03/10/2003 Update for Windows Media Player Script Commands
MS04-003 10/01/2004 Buffer Overrun in MDAC Function Could Allow
code





execution (832483)


--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Mon anglais étant limité, existe-t-il le même site en français.
De plus dois-je recopier tous les correctifs à la place de ceux
déjà
copié


dans le fichier bat et remplacer les ligne concernant wxp par
W2K
sp4 ?




J'ai essayé de placer quelques correctifs dans un répertoire et
donc
aussi


le bat, j'ai double cliquer, je n'ai eu qu'une fenêtre qui c'est
ouverte




et
fermé sans que rien d'autre ne se passe.
Désolé de vous ennuyer avec cela mais je ne suis pas très au
point






en
informatique.
merci
serge
"Stéphane [MS]" a écrit dans le
message
de




news:
Vous avez tout à fait raison, le fichier que j'ai posté
correspond
à





Windows
XP.
Pour connaître la liste des correctifs nécessaire, vous pouvez
aller





sur
http://www.microsoft.com/technet/security/current.aspx

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Je ne comprends pas car sur le programme que vous citer en
exemple,






les

des correctifs sont bien définis alors que moi j'en ai
d'autres








de
plus
je
suis sous W2K et il parle de XP.
serge
"Stéphane [MS]" a écrit dans le
message






de
news:
Bonjour,

Placez tous vos correctifs dans un même répertoire (par
exemple,







sur un
CD
gravé) ainsi que le script bat cité et lancez ce script
depuis









ce
répertoire.

Cdlt
Stéphane

"serge" a écrit dans le message de
news:










Bonjour,
Si je comprend bien il fautb que je rentre tous les
chemins










de
chaque
mise
à
jour, ce fichier est un batch à extension *.bat.
serge








































Avatar
serge
Merci, très intéressant, je vais essayé de suivre
serge
"Stéphane [MS]" a écrit dans le message de
news:
Bonjour,

Un lot incluant un grand nombre de correctifs (Security Rollup) vient
d'être

publié par Microsoft.

Cf. http://support.microsoft.com/default.aspx/kb/891861
La traduction n'est pas encore disponible, mais ne saurait tarder.

Cette information simplifie la création d'une installation automatisée.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour ,
Merci pour votre patience.
Il parait qu'il existe un patch pour les DD de plus de 130Go car j'ai eu
un
problème que j'ai posté plus haut et que je vous transmet:
Je suis sous W2K sp4, presque à jour des correctifs et je ne suis pas
connecté sur le net.
Ce SOS pour vous demandez comment procéder.
Suite à plusieurs plantages, je viens de rallumer mon pc et surprise je
n'ai
pas accès aux données de ma partition D.
Je l'ouvre et elle est vide, par contre quand je passe par le poste de
travail et que je demande les propriètés, la capacité est de 36Go
utilisés


sur 214Go donc mes données sont présentent mais invisibles.
Que dois-faire, est ce cela vient de la partition C et dans ce cas je
réinstalle une image ghost sinon que puis-faire ?
merci
serge
"Stéphane [MS]" a écrit dans le message de
news: eOg$
Bonjour,

C'est plus simple de tout regrouper dans un même répertoire, sinon, il
faut

adapter le script pour aller dans les répertoires.

Cdlt
Stéphane

"serge" a écrit dans le message de news:

Bonjour,
Il faut donc que je regroupe tous les correctits sous leur forme
*.exe




et
non pas dans leurs répertoires et après je reboote.
serge
"Stéphane [MS]" a écrit dans le message
de




news:
Voici le script pour W2K à jour des correctifs de juin :

============================================= > >> >> @echo off
cls
echo ____________________________________________________________
echo hotfix.cmd
echo.
echo Correctifs de securite pour Windows 2000 [Advanced] Server SP4
(FR)



echo.
echo _____________________________________________ 21-Jun-2005 __
echo.
echo Press Ctrl+C to abort, or
pause
echo.

set SRC=%~dp0

echo.
echo ----------------------------------------
echo Windows 2000 SP4
echo ----------------------------------------

echo.
echo MS02-064 -- Windows 2000 Default Permissions Could Allow Trojan
Horse
Program (Q327522)
%SRC%fileacl.exe %SystemDrive% /S "S-1-1-0":RX/U/U /S
"S-1-3-0":U/F/F





/S
"S-1-5-18":F /S "S-1-5-32-544":F /S "S-1-5-32-545":RAX/RX/RWwAX
/REPLACE



/PROTECT
echo.

echo.
echo MS03-008 -- Flaw in Windows Script Engine Could Allow Code
Execution



(814078)
%SRC%js56nfr.exe /q:a /r:n

echo.
echo MS03-023 -- Buffer Overrun In HTML Converter Could Allow Code
Execution

(823559)
%SRC%Windows2000-KB823559-x86-FRA.exe -u -z -q

echo.
echo MS03-034 -- Flaw in NetBIOS Could Lead to Information
Disclosure





(824105)
%SRC%Windows2000-KB824105-x86-FRA.exe -u -z -q

echo.
echo MS03-041 -- Vulnerability in Authenticode Verification Could
Allow
Remote Code Execution (823182)
%SRC%Windows2000-KB823182-x86-FRA.exe -u -z -q

echo.
echo MS03-042 -- Buffer Overflow in Windows Troubleshooter ActiveX
Control
Could Allow Code Execution (826232)
%SRC%Windows2000-KB826232-x86-FRA.exe /quiet /norestart

echo.
echo MS03-043 -- Buffer Overrun in Messenger Service Could Allow
Code





Execution (828035)
%SRC%Windows2000-KB828035-x86-FRA.exe /quiet /norestart

echo.
echo MS03-049 -- Buffer Overrun in the Workstation Service Could
Allow





Code
Execution (828749)
%SRC%Windows2000-KB828749-x86-FRA.exe /quiet /norestart

echo.
echo MS04-011 -- Security Update for Microsoft Windows (835732)
%SRC%Windows2000-KB835732-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-012 -- Cumulative Update for Microsoft RPC/DCOM (828741)
%SRC%Windows2000-KB828741-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-014 -- Vulnerability in the Microsoft Jet Database Engine
Could



Allow Code Execution (837001)
%SRC%Windows2000-KB837001-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-016 -- Vulnerability in DirectPlay Could Allow Denial of
Service
(839643)
%SRC%Windows2000-KB839643-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-019 -- Vulnerability in Utility Manager Could Allow Code
Execution

(842526)
%SRC%Windows2000-KB842526-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-020 -- Vulnerability in POSIX Could Allow Code Execution
(841872)

%SRC%Windows2000-KB841872-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-022 -- Vulnerability in Task Scheduler Could Allow Code
Execution

(841873)
%SRC%Windows2000-KB841873-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-024 -- Vulnerability in Windows Shell Could Allow Remote
Code
Execution (839645)
%SRC%Windows2000-KB839645-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-031 -- Vulnerability in NetDDE Could Allow Remote Code
Execution
(841533)
%SRC%Windows2000-KB841533-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-032 -- Security Update for Microsoft Windows (840987)
%SRC%Windows2000-KB840987-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-037 -- Vulnerability in Windows Shell Could Allow Remote
Code
Execution (841356)
%SRC%Windows2000-KB841356-x86-FRA.EXE /quiet /norestart

echo.
echo MS04-041 -- Vulnerability in WordPad Could Allow Code Execution
(885836)

%SRC%Windows2000-KB885836-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32hypertrm.dll goto :no-MS04-043
echo.
echo MS04-043 -- Vulnerability in HyperTerminal Could Allow Code
Execution
(873339)
%SRC%Windows2000-KB873339-x86-FRA.EXE /quiet /norestart
:no-MS04-043

echo.
echo MS04-044 -- Vulnerabilities in Windows Kernel and LSASS Could
Allow



Elevation of Privilege (885835)
%SRC%Windows2000-KB885835-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32wins.exe goto :no-MS04-045
echo.
echo MS04-045 -- Vulnerability in WINS Could Allow Remote Code
Execution



(870763)
%SRC%Windows2000-KB870763-x86-FRA.EXE /quiet /norestart
:no-MS04-045

echo.
echo MS05-003 -- Vulnerability in the Indexing Service Could Allow
Remote



Code Execution (871250)
%SRC%Windows2000-KB871250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-010 -- Vulnerability in the License Logging Service Could
Allow



Code Execution (885834)
%SRC%Windows2000-KB885834-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-011 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (885250)
%SRC%Windows2000-KB885250-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-012 -- Vulnerability in OLE and COM Could Allow Remote
Code





Execution (873333)
%SRC%Windows2000-KB873333-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-013 -- Vulnerability in the DHTML Editing ActiveX Control
could



allow code execution (891781)
%SRC%Windows2000-KB891781-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-015 -- Vulnerability in Hyperlink Object Library Could
Allow





Remote Code Execution (888113)
%SRC%Windows2000-KB888113-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-016 -- Vulnerability in Windows Shell that Could Allow
Remote
Code

Execution (893086)
%SRC%Windows2000-KB893086-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32mqrt.dll goto :no-MS05-017
echo.
echo MS05-017 -- Vulnerability in Message Queuing Could Allow Code
Execution

(892944)
%SRC%Windows2000-KB892944-x86-FRA.EXE /quiet /norestart
:no-MS05-017

echo.
echo MS05-018 -- Vulnerabilities in Windows Kernel Could Allow
Elevation



of
Privilege and Denial of Service (890859)
%SRC%Windows2000-KB890859-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-019 -- Vulnerabilities in TCP/IP Could Allow Remote Code
Execution

and Denial of Service (893066)
%SRC%Windows2000-KB893066-v2-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-024 -- Vulnerability in Web View Could Allow Remote Code
Execution

(894320)
%SRC%Windows2000-KB894320-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-026 -- Vulnerability in HTML Help Could Allow Remote Code
Execution (896358)
%SRC%Windows2000-KB896358-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-027 -- Vulnerability in Server Message Block Could Allow
Remote



Code Execution (896422)
%SRC%Windows2000-KB896422-x86-FRA.EXE /quiet /norestart

echo.
echo MS05-032 -- Vulnerability in Microsoft Agent Could Allow
Spoofing





(890046)
%SRC%Windows2000-KB890046-x86-FRA.EXE /quiet /norestart

echo.
echo ----------------------------------------
echo IIS 5.0 SP4
echo ----------------------------------------

echo.
echo MS04-030 -- Vulnerability in WebDav XML Message Handler Could
Lead
to
a

Denial of Service (824151)
%SRC%Windows2000-KB824151-x86-FRA.EXE /quiet /norestart

if not exist %windir%system32inetsrvnntpsvc.dll goto :no-MS04-036
echo.
echo MS04-036 -- Vulnerability in NNTP Could Allow Code Execution
(883935)
%SRC%Windows2000-KB883935-x86-FRA.EXE /quiet /norestart
:no-MS04-036

if not exist %windir%system32inetsrvinetinfo.exe goto :no-iis

:no-iis

echo.
echo ----------------------------------------
echo Internet Explorer 5.01 SP4
echo ----------------------------------------

echo.
echo MS05-025 -- Cumulative Security Update for Internet Explorer
(883939)
%SRC%IE5.01sp4-KB883939-Windows2000sp4-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo Windows Media Player 6.4
echo ----------------------------------------

echo.
echo 828026 -- Update for Windows Media Player Script Commands
%SRC%WindowsMedia-KB828026-x86-FRA.exe /quiet /norestart

echo.
echo ----------------------------------------
echo MDAC 2.5 SP3
echo ----------------------------------------

echo.
echo MS04-003 -- Buffer Overrun in MDAC Function Could Allow code
execution

(832483)
%SRC%FRN_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

echo.
echo ----------------------------------------
echo QChain and Reboot
echo ----------------------------------------

echo.
echo QChain
%SRC%qchain.exe

echo.
echo Reboot
%SRC%shutdown.exe /L /R /T:5
============================================= > >> >>
Copiez le texte entre les 2 lignes de ======= dans un fichier
portant





une
extension CMD. Placez ce fichier dans le répertoire contenant les
correctifs

mentionnés.

Attention : ce fichier ne tient pas compte de la mise à jour de
composants
comme Internet Explorer ou Media Player. Si vous avez mis à jour ces
composants d'autres correctifs sont nécessaires à la place de ceux
prévus



pour une version livrée par Windows 2000.

--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Dans le fichier bat que vous m'avez fourni, je change xp pou w2k
et






à
chaque


ligne qui commence par MS je met echo car le poblème est que j'ai
téléchargé


les correctifs par le catalogue dans un répertoire

"D:WUTempWUSoftwarefrcom_microsoft.internetexplorer6xx86win2k"






pour IE
et "D:WUTempWUSoftwarefrcom_microsoft.windows2000x86win2k
pour






W2K.
Comment dois-je procéder ?
merci
serge
"Stéphkane [MS]" a écrit dans le
message
de
news:
Sauf erreur ou omission, la liste actuelle des correctifs à
appliquer





sur
un
poste ou server Windows 2000 SP4 est la suivante :

MS02-064 30/10/2002 Windows 2000 Default Permissions Could Allow
Trojan



Horse Program (Q327522)
MS03-008 19/03/2003 Flaw in Windows Script Engine Could Allow
Code







Execution
(814078)
MS03-023 09/07/2003 Buffer Overrun In HTML Converter Could Allow
Code





Execution (823559)
MS03-034 03/09/2003 Flaw in NetBIOS Could Lead to Information
Disclosure



(824105)
MS03-041 15/10/2003 Vulnerability in Authenticode Verification
Could





Allow
Remote Code Execution (823182)
MS03-042 15/10/2003 Buffer Overflow in Windows Troubleshooter
ActiveX





Control Could Allow Code Execution (826232)
MS03-043 15/10/2003 Buffer Overrun in Messenger Service Could
Allow
Code



Execution (828035)
MS03-049 11/11/2003 Buffer Overrun in the Workstation Service
Could
Allow



Code Execution (828749)
MS04-011 13/04/2004 Security Update for Microsoft Windows
(835732)







MS04-012 13/04/2004 Cumulative Update for Microsoft RPC/DCOM
(828741)





MS04-014 13/04/2004 Vulnerability in the Microsoft Jet Database
Engine
Could

Allow Code Execution (837001)
MS04-016 08/06/2004 Vulnerability in DirectPlay Could Allow
Denial







of
Service (839643)
MS04-019 13/07/2004 Vulnerability in Utility Manager Could Allow
Code





Execution (842526)
MS04-020 13/07/2004 Vulnerability in POSIX Could Allow Code
Execution





(841872)
MS04-022 13/07/2004 Vulnerability in Task Scheduler Could Allow
Code





Execution (841873)
MS04-024 13/07/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (839645)
MS04-031 12/10/2004 Vulnerability in NetDDE Could Allow Remote
Code
Execution (841533)
MS04-032 12/10/2004 Security Update for Microsoft Windows
(840987)







MS04-037 12/10/2004 Vulnerability in Windows Shell Could Allow
Remote





Code
Execution (841356)
MS04-041 14/12/2004 Vulnerability in WordPad Could Allow Code
Execution



(885836)
MS04-043 14/12/2004 Vulnerability in HyperTerminal Could Allow
Code
Execution (873339)
MS04-044 14/12/2004 Vulnerabilities in Windows Kernel and LSASS
Could





Allow
Elevation of Privilege (885835)
MS04-045 14/12/2004 Vulnerability in WINS Could Allow Remote
Code







Execution
(870763)
MS05-003 11/01/2005 Vulnerability in the Indexing Service Could
Allow





Remote
Code Execution (871250)
MS05-010 08/02/2005 Vulnerability in the License Logging Service
Could
Allow

Code Execution (885834)
MS05-011 08/02/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (885250)
MS05-012 08/02/2005 Vulnerability in OLE and COM Could Allow
Remote
Code



Execution (873333)
MS05-013 08/02/2005 Vulnerability in the DHTML Editing ActiveX
Control
could

allow code execution (891781)
MS05-015 08/02/2005 Vulnerability in Hyperlink Object Library
Could
Allow



Remote Code Execution (888113)
MS05-016 12/04/2005 Vulnerability in Windows Shell that Could
Allow
Remote



Code Execution (893086)
MS05-017 12/04/2005 Vulnerability in Message Queuing Could Allow
Code





Execution (892944)
MS05-018 12/04/2005 Vulnerabilities in Windows Kernel Could
Allow







Elevation
of Privilege and Denial of Service (890859)
MS05-019 12/04/2005 Vulnerabilities in TCP/IP Could Allow Remote
Code





Execution and Denial of Service (893066)
MS05-024 10/05/2005 Vulnerability in Web View Could Allow Remote
Code





Execution (894320)
MS05-026 14/06/2005 Vulnerability in HTML Help Could Allow
Remote







Code
Execution (896358)
MS05-027 14/06/2005 Vulnerability in Server Message Block Could
Allow





Remote
Code Execution (896422)
MS05-032 14/06/2005 Vulnerability in Microsoft Agent Could Allow
Spoofing



(890046)
MS04-030 12/10/2004 Vulnerability in WebDav XML Message Handler
Could





Lead
to a Denial of Service (824151)
MS04-036 12/10/2004 Vulnerability in NNTP Could Allow Code
Execution





(883935)
MS05-025 14/06/2005 Cumulative Security Update for Internet
Explorer





(883939)
828026 03/10/2003 Update for Windows Media Player Script
Commands







MS04-003 10/01/2004 Buffer Overrun in MDAC Function Could Allow
code





execution (832483)


--
Cdlt
Stéphane


"serge" wrote:

Bonjour,
Mon anglais étant limité, existe-t-il le même site en
français.








De plus dois-je recopier tous les correctifs à la place de
ceux








déjà
copié


dans le fichier bat et remplacer les ligne concernant wxp par
W2K
sp4 ?




J'ai essayé de placer quelques correctifs dans un répertoire
et








donc
aussi


le bat, j'ai double cliquer, je n'ai eu qu'une fenêtre qui
c'est








ouverte
et
fermé sans que rien d'autre ne se passe.
Désolé de vous ennuyer avec cela mais je ne suis pas très au
point






en
informatique.
merci
serge
"Stéphane [MS]" a écrit dans le
message
de




news:
Vous avez tout à fait raison, le fichier que j'ai posté
correspond
à





Windows
XP.
Pour connaître la liste des correctifs nécessaire, vous
pouvez









aller
sur
http://www.microsoft.com/technet/security/current.aspx

Cdlt
Stéphane

"serge" a écrit dans le message de
news:










Bonjour,
Je ne comprends pas car sur le programme que vous citer en
exemple,






les

des correctifs sont bien définis alors que moi j'en ai
d'autres








de
plus
je
suis sous W2K et il parle de XP.
serge
"Stéphane [MS]" a écrit dans
le










message
de
news:
Bonjour,

Placez tous vos correctifs dans un même répertoire (par
exemple,







sur un
CD
gravé) ainsi que le script bat cité et lancez ce script
depuis









ce
répertoire.

Cdlt
Stéphane

"serge" a écrit dans le message de
news:










Bonjour,
Si je comprend bien il fautb que je rentre tous les
chemins










de
chaque
mise
à
jour, ce fichier est un batch à extension *.bat.
serge












































1 2