February 27, 201115 yr HelloI download the Windows update files, with Windows Updates Downloader, How can I install the entire update at once? Thanks.
February 27, 201115 yr XP?Make a batch file like so (adjust accordingly)...echo hotfix post SP3...for %%a in (*.exe) do (start /wait %%a /quiet /norestart /nobackup )pausePut it in the same folder containing the updates and run it.
March 25, 201115 yr Làm thế nào để tôi có thể biết mình đang dùng Windows XP3 được Update các bản vá mới nhất?
March 25, 201115 yr HelloI download the Windows update files, with Windows Updates Downloader, How can I install the entire update at once? Thanks.Nhờ bạn chỉ dùm tôi download được các gói update mới nhất cho windows xp3 từ microsoft?Thanks
June 5, 201214 yr for %%a in (*.msu) do (start /wait %%a /quiet /norestart /nobackup )pause Edited June 5, 201214 yr by -X-
November 9, 201213 yr WUD sorts downloaded updates into different folders (Critical, important, etc.) Does the batch file need to be placed in each such folder? Also, can someone provide a batch file to install all updates for Windows 7 please? I already have SP1 installed, if that matters. Edited November 9, 201213 yr by indianarchie
November 9, 201213 yr Yes or you can move all the updates to one folder.The Vista one works with Windows 7.
Create an account or sign in to comment