http://support.mozilla.com/hu/kb/Firefox+Help?style_mode=inproduct kicsi világ: Deploying windows updates

hétfő, május 17, 2010

Deploying windows updates

Four easy steps:


1. Download and install the Windows Updates Downloader (WUD)
2. Download the correct Update Lists (ULs)
3. Download the updates with WUD to c:\updates
4. Deploy these with this script: u.bat
@echo off
for /f %%d in ('dir c:\updates\*.exe /b') do c:\updates\%%d /passive /norestart /nobackup

Nincsenek megjegyzések: