Jump to content

Install updates


aslani606

Recommended Posts


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.

Link to comment
Share on other sites

  • 4 weeks later...

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

Link to comment
Share on other sites

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

Edited by -X-
Link to comment
Share on other sites

  • 5 months later...

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
Link to comment
Share on other sites

  • 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...