Page 1 of 1
Install updates
#1
Posted 27 February 2011 - 09:56 AM
Hello
I download the Windows update files, with Windows Updates Downloader,
How can I install the entire update at once?
Thanks.
I download the Windows update files, with Windows Updates Downloader,
How can I install the entire update at once?
Thanks.
#2
Posted 27 February 2011 - 11:26 AM
XP?
Make a batch file like so (adjust accordingly)...
Put it in the same folder containing the updates and run it.
Make a batch file like so (adjust accordingly)...
echo hotfix post SP3... for %%a in (*.exe) do ( start /wait %%a /quiet /norestart /nobackup ) pause
Put it in the same folder containing the updates and run it.
#4
Posted 24 March 2011 - 09:25 PM
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?
#5
Posted 24 March 2011 - 09:27 PM
#8
Posted 05 June 2012 - 04:35 AM
for %%a in (*.msu) do ( start /wait %%a /quiet /norestart /nobackup ) pause
This post has been edited by -X-: 05 June 2012 - 04:42 AM
#10
Posted 09 November 2012 - 02:15 AM
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.
Also, can someone provide a batch file to install all updates for Windows 7 please? I already have SP1 installed, if that matters.
This post has been edited by indianarchie: 09 November 2012 - 02:18 AM
#11
Posted 09 November 2012 - 02:20 AM
Yes or you can move all the updates to one folder.
The Vista one works with Windows 7.
The Vista one works with Windows 7.
Share this topic:
Page 1 of 1



Help
Back to top











