aslani606 Posted February 27, 2011 Posted February 27, 2011 HelloI download the Windows update files, with Windows Updates Downloader, How can I install the entire update at once? Thanks.
Guest Posted February 27, 2011 Posted February 27, 2011 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.
vaonghe Posted March 25, 2011 Posted March 25, 2011 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?
vaonghe Posted March 25, 2011 Posted March 25, 2011 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
Guest Posted June 5, 2012 Posted June 5, 2012 (edited) for %%a in (*.msu) do (start /wait %%a /quiet /norestart /nobackup )pause Edited June 5, 2012 by -X-
indianarchie Posted November 9, 2012 Posted November 9, 2012 (edited) 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, 2012 by indianarchie
Guest Posted November 9, 2012 Posted November 9, 2012 Yes or you can move all the updates to one folder.The Vista one works with Windows 7.
dw8418 Posted March 21, 2014 Posted March 21, 2014 how do i install this all at once? Do i just use the script?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now