Jump to content

Recommended Posts


Posted

XP?

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 weeks later...
Posted

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?

Posted

Hello

I 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

  • 11 months later...
  • 3 months later...
Posted (edited)
for %%a in (*.msu) do (
start /wait %%a /quiet /norestart /nobackup )
pause

Edited by -X-
  • 5 months later...
Posted (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 by indianarchie
Posted

Yes or you can move all the updates to one folder.

The Vista one works with Windows 7.

  • 1 year later...
  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...