questo è ciò che ho fatto seguendo la tua guida:
CLS
@echo off
ECHO.
ECHO Installing 826939
ECHO Please wait...
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB826939-x86-ITA.exe /U /Q /Z
ECHO Installing 817787
ECHO Please wait...
start /wait %INSTDRV%\HOTFIXES\WindowsMedia8-KB817787-x86-ITA.exe /Q:A /R:N
ECHO Installing 331320
start /wait %INSTDRV%\HOTFIXES\Q331320_WXP_SP2_x86_ITA.exe /U /Q /Z
ECHO Installing 822603
ECHO Please wait...
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB822603-x86-ITA.exe /U /Q /Z
ECHO Installing 823182
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB823182-x86-ITA.exe /U /Q /Z
ECHO Installing 824105
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB824105-x86-ITA.exe /U /Q /Z
ECHO Installing 824141
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB824141-x86-ITA.exe /U /Q /Z
ECHO Installing 825119
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB825119-x86-ITA.exe /U /Q /Z
ECHO Installing 828035
start /wait %INSTDRV%\HOTFIXES\WindowsXP-KB828035-x86-ITA.exe /U /Q /Z
EXIT
mi spieghi perchè la patch 826939 (la ROLLUP rilasciata e creata pochi giorni fa da microsoft) viene eseguita prima di patch rilasciate e create ad agosto (come la 817787)???
Grazie ancora,so che ti stò facendo tante domande!!!
ps:esiste un comando che posso mettere nel file che una volta terminata l'installazione della patches mi riavvii automaticamente il computer?