Windows Update Silent Install

  1. Windows Update Silent Install Windows
  2. Windows Update Agent Silent Install
  3. Windows Update Assistant Silent Install
  4. Msi Silent Install
  5. Install Windows 10 Updates

Instead of offering updates through Windows Update, Windows 10 Update Assistant icon was pop-up on the bottom-right of the screen. Few seconds later, it disappeared. I felt curious about that. I am still wondering when I opened Task Manager. As you can see, the Windows 10 Update Assistant (32 bit) silently downloads in the background.

I am currently running:

Wusa.exe Windows6.1-KB4019990-x64.msu /quiet /norestart /log:'%temp%Microsoft Windows Update KB4019990.evtx'. Mar 18, 2013  The problem is, it doesn't matter if I state -quiet or -q or -z to silently install the package, with both Windows 8 and 2012 server it still comes back and asks if I wish to install it, and it does so for each of the packages I try to install. Jan 30, 2007  I can find very little information on the Update Standalone Packages on the Microsoft site, with this knowledgebase article being it. What I do know about them is that they use a.MSU file extenstion and they display a dialog box similar to the Windows Update install dialog when installing. Sep 08, 2017  Installing Updates from the Command Prompt.; 2 minutes to read +2; In this article. APPLIES TO: SQL Server (Windows only) Azure SQL Database Azure SQL Data Warehouse Parallel Data Warehouse Test and modify installation scripts to meet the needs of your organization.

SilentWindows Update Silent Install

OS: Windows 10

How to install a.msu update on Windows 7 from the command line. To install an.msu update package, run Wusa.exe together with the full path of the file. For example, if the Windows6.0-KB934307-x86.msu file is in the D: 934307 folder, type the following command at a command prompt to install the update package. Wusa.exe is the Windows Update commandline application. The files are processed one by one, not all at once. The quiet switch makes the installation silent. The norestart switch don't restart after installing the update even if needed.

Edition: Home Single Language

Version: November Update (Version 1511)

Is this for the Creators Update (Version 1703)?

How long will it take to update?

Should I worry about that?

EDIT (07/27/2017 @ 2:10 PM PHT): But wait, there's more...

Found on C:

Downloading in progress...

UPDATE (07/07/2017 @ 3:58 PM PHT):

I referred to the related links below:

Windows 10 Update Assistant

What is a silent install

According to its article:

'To help keep all Windows 10 systems secure and to provide the latest features and improvements, the Windows 10 Update Assistant downloads and starts the installation of the latest version of Windows 10. The Windows 10 Update Assistant will be deployed to Windows 10 PCs that have not yet had the latest update installed.'

How Much GB does the Creators Update take to Download?

According to Andre Da Costa, he quoted about the download size of Creators Update:

Windows 10 32 bit - 3,082 MBs

Windows 10 64 bit - 4134 MBs

I was able to upgrade both a desktop and laptop to the Creators Update without problems.

Please help me.

Active3 years, 11 months ago

I'm working on a project where the goal is to be able to update a windows computer 100%. That means a program or a script that updates windows automatically with no user interaction at all. Ideally a standalone script that can be run from another script.

The reason: I need to update a lot of computers in my line of work. They can be at any patch level and everything from Windows XP to Windows 8. My goal is to start a script, wait/do something else and then find a fully patched computer.

I've solved a lot by finding ZTIWindowsUpdate.wsf in the MDTTask Sequence.

This can be used like this from an admin cmd:

My problem so far is that the computer requires a reboot between some of the updates. Probably because of dependencies. ZTIWindowsUpdate.wsf needs to be run as administrator and i can't seem to find a solution to start it as administrator at reboot. Additionally if I get the script to run on startup, how do I stop it, and how do I know when its time to stop it?

Can someone help med with a foolproof solution to this problem?

Thanks!

aeinsteinaeinstein

6 Answers

Windows Update Silent Install Windows

The simplest solution to the problem you're describing is to get your script to configure automatic logon for the built-in Administrator account, then add itself to the Startup folder. You do need to know (or reset) the Administrator account password to use this option.

There are many other possibilities, some examples are: use a startup script and psexec; use srvany to create a service that runs your script; use task scheduler to schedule your script to run automatically, either interactively or non-interactively; disable WUA, configure automatic logon for the account you're using, and add your script to the Startup folder.

Note that you'll save time and bandwidth if you can set up a WSUS server or (even simpler, and cheaper if you don't already have a Windows server) a transparent caching proxy. However this won't avoid the need to reboot during the update sequence.

You may find my script useful as an alternative starting point to ZTIWindowsUpdate.wsf, if only because it is smaller and simpler to understand.

Windows Update Agent Silent Install

Harry JohnstonHarry Johnston
31k6 gold badges45 silver badges119 bronze badges

Don't need to FULL update a Windows OS, most of the updates are not needed, most updates are not relationated with security and we can survive without they, you need to read the description of each update to understand what changes made. FULLY updating a Windows can be negative point of performance in several scenarios.

All that you need is to download your desired updates, then store it in a folder with this batch script:

Also you can compress the folder (the updates + the script) into a Self executable with winrar to distribute it as a standalone file.

Info:

Wusa.exe is the Windows Update commandline application.

The files are processed one by one, not all at once.

The quiet switch makes the installation silent.

The norestart switch don't restart after installing the update even if needed.

If a update is installed in the OS then is not installed again, without getting an error window or stopping the execution of the script.

PS: See Wusa /? for more switches.

I hope this helps.

UPDATE:

Another alternative is to download and install ALL the updates with WSUS utility.

The updates for Win7 x64 (for example) are stored here: '...wsusofflineclientw61-x64glb'

PS: The 'DoUpdate.cmd' batch file in the 'CMD' dir of the application is what you need if need to automate the task in 'background'.

ElektroStudiosElektroStudios
7,86926 gold badges124 silver badges307 bronze badges

The moast time consuming thing of a WindowsUpadate procedere is the download of the Setupfiles for the Updates. You should look into a lokaly in the network installed WUS (Window Update Server) and make sure the PC updates from the WUS. If the PCs are all in a ActiveDirectory Domain then the needed settings are very easy to manage. But if not this setting could make a simple batch-script which uses the normal windows update routine.

Another solution would be to make batch-scripts where you install the predownloaded updateFiles with the silent-switch. Allmoast every setup.exe has such a silent switch. If a update isn't needed the update stops for this upload automatically. I'm using such a batch-script wizzardy now for quiet a time now.

PS: If the Computer were from one/your compagny you should 'thank' your predecessor for many hours of work to the far future.

PPS: By the way XP and Vista should be phased out. They are now realy old and for XP the already extended supporttime is axed by Microsoft next year and should only used if it is realy realy needed for one small situation where a Windows 7 isn't a solution in any way possible.

Wolfgang StelzhammerWolfgang Stelzhammer

To run

as Administrator after reboots, you can create a Task in the Task Scheduler with the proper permissions and to run on boot. =]

Jeffrey L. RobertsJeffrey L. Roberts
1,4672 gold badges25 silver badges42 bronze badges

An automated way is, WuInstall. I'm using it for 1 year now and it's perfect, it actually does what it should. It's a command line tool which automatically searches, downloads and installs the updates. There are several 'switches' that let you allow to customize the process. Thanks to the rebootcycle-switch for instance, updating a newly setup PC is done with ease - in one go.

Julia AmbrewsJulia Ambrews

Here's another way ------Perform instructions below at your own risk:To automate windows update these instructions may or may not work for your system however it appears to work to an extent for Windows 7 as these instructions were tested on Windows 7.

MUST READ: 1. If the step below does not work verify then you are most likely part of a domain and your security policy may not allow you to perform steps below! 2. UAC prompts were also disabled for the duration of the windows updates so the batch files can run without interruption; be careful to restore this to default when done

Caution this step will make your computer less secure, immediately remove this after your computer is completely up to date. Set a reminder for 24 hours later if need be:

1.First you will have to make sure your computer automatically logs into a user. You can do this by clicking start menu, type 'netplwiz', press enter or open the wizard, under the users tab, select your username, and un-check 'require password', type your password, close this window.

Windows Update Assistant Silent Install

2.Create 3 batch files to start the automated process. (Open notepad paste each code into a separate notepad and perform a save as corresponding_file_name.bat)

One. Save as: any_name.bat then copy this batch file to your startup folder for the user you made auto login. (Click start > All Programs > Startup)

Two. Save as: autoupdate1.bat then copy this to C: drive

Three. Save as: autoupdate2.bat then copy this to C: drive

Restart or open the batch file in the startup folder and watch the magic begin!

3.When it is completely done updating just delete the batch files from the startup folder & c: drive

Once again follow these instructions at your own risk as it can create an endless loop if you do not know how to stop this process by removing it from the startup folder or going into windows under safe-mode to remove the batch files

Msi Silent Install

Final notes: If you run into issues running the batch files chances are you may have to look up how to disable UAC prompts for your Windows version

Install Windows 10 Updates

EzREzR

Not the answer you're looking for? Browse other questions tagged windowsbatch-fileautomationwindows-updatemdt or ask your own question.