ANNOUNCEMENT: Windows SteadyState will continue to be available for download through December 31, 2010. Support for Windows SteadyState will continue to be available through the Microsoft Knowledge Base portal through June 30, 2011. http://www.microsoft.com/downloads/en/details.aspx?familyid=d077a52d-93e...
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