Find downloaded windows updates

Searching, Downloading, and Installing Specific Updates

The scripting sample in this topic shows you how to use the Windows Update Agent (WUA) to scan, download, and install a specific update. The update can be specified by its title.

The sample searches for a specific software update, downloads the update, and then installs the update. For example, a user can use this method to determine if a critical security update is installed on a computer. If the update isn’t installed, the user can ensure that the update is downloaded and installed. The user can also ensure that they are notified about the status of the installation.

The sample update is identified by the update title in Title Property of IUpdate. The title of the update that is suggested in this sample is «Update for Windows Rights Management client 1.0.»

For info about how to search, download, and install all the updates that apply to a specific application, see Searching, Downloading, and Installing Updates.

Before you attempt to run this sample, note the following:

  • WUA must be installed on the computer. For more info about how to determine the version of WUA that is installed, see Determining the Current Version of WUA.
  • The sample doesn’t provide its own user interface. WUA prompts the user to restart the computer if an update requires a restart.
  • The sample can download updates only from WUA. It can’t download updates from a Software Update Services (SUS) 1.0 server.
  • Running this sample requires Windows Script Host (WSH). For more info about WSH, see the WSH section of the Platform Software Development Kit (SDK). If the sample is copied to a file named WUA_SpecificUpdate.vbs, you can run it by opening a Command Prompt window and by typing this command: cscript WUA_SpecificUpdate.vbs

Example

This script is intended to demonstrate the use of the Windows Update Agent APIs, and provide an example of how developers can use these APIs to solve problems. This script is not intended as production code, and the script itself is not supported by Microsoft (though the underlying Windows Update Agent APIs are supported).

How to download updates that include drivers and hotfixes from the Windows Update Catalog

This article discusses how to download updates from the Windows Update Catalog.

Original product version: В Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows 10 — all editions
Original KB number: В 323166

Introduction

The Windows Update Catalog offers updates for all operating systems that we currently support. These updates include the following:

  • Device drivers
  • Hotfixes
  • Updated system files
  • New Windows features

We guide you through the steps to search the Windows Update Catalog to find the updates that you want. Then, you can download the updates to install them across your home or corporate network of Microsoft Windows-based computers.

We also discuss how IT Professionals can use Software Update Services, such as Windows Update and Automatic Updates.

Читайте также:  Windows 10 не устанавливается офис 2016

This content is designed for an advanced computer user. We recommend that only advanced users and administrators download updates from the Windows Update Catalog. If you are not an advanced user or an administrator, visit the following Microsoft Web site to download updates directly:
Windows Update: FAQ

Steps to download updates from the Windows Update Catalog

To download updates from the Windows Update Catalog, follow these steps:

Step 1: Access the Windows Update Catalog

To access the Windows Update Catalog, visit the following Microsoft Web site:
Windows Update Catalog

To view a list of frequently asked questions about Windows Update Catalog, visit the following Microsoft Web site:
Microsoft Update Catalog Frequently Asked Questions

Step 2: Search for updates from the Windows Update Catalog

To search for updates from the Windows Update Catalog, follow these steps:

  1. In the Search text box, type your search terms. For example, you might type Windows Vista Security.
  2. Click Search, or press Enter.
  3. Browse the list that is displayed to select the updates that you want to download.
  4. Click Download to download the updates.
  5. To search for additional updates to download, repeat steps 2a through 2d.

Step 3: Download updates

To download updates from the Windows Update Catalog, follow these steps:

Click the Download button under Search box.

Click the updates link on the pop-up page and Save to the default path, or right-click the link and select Save target as to the specified path. You can either type the full path of the folder, or you can click Browse to locate the folder.

Close the Download and the Windows Update Catalog Window.

Find the location that you specified in step 3b.

If you have downloaded device drivers for installation, go to «Installing Drivers.»

Double-click each update, and then follow the instructions to install the update. If the updates are intended for another computer, copy the updates to that computer, and then double-click the updates to install them.

If all the items that you added to the download list are installed successfully, you are finished.

If you want to learn about additional update services, please see the «Software Update Services for IT Professionals» section.

Installing drivers

Open a command prompt from the Start menu.

To extract the driver files, type the following command at the command prompt, and then press Enter:

To stage the driver for plug and play installation or for the Add Printer Wizard, use PnPutil Software Update Services for IT Professionals.

To install a cross-architecture print driver, you must already have installed the local architecture driver, and you will still need the cross-architecture copy of Ntprint.inf from another system.

Software Update Services for IT Professionals

For general information about Software Update Services, visit the following Microsoft Web site:
Overview of Windows as a service

Windows Update

IT Professionals can use the Windows Update service to configure a server on their corporate network to provide updates to corporate servers and clients. This functionality can be useful in environments where some clients and servers do not have access to the Internet. This functionality can also be useful where the environment is highly managed, and the corporate administrator must test the updates before they are deployed.

For information about using Windows Update, visit the following Microsoft Web site:
Windows Update: FAQ

Automatic Updates

IT Professionals can use the Automatic Updates service to keep computers up to date with the latest critical updates from a corporate server that is running Software Update Services.

Automatic Updates works with the following computers:

  • Microsoft Windows 2000 Professional
  • Windows 2000 Server
  • Windows 2000 Advanced Server (Service Pack 2 or later versions)
  • Windows XP Professional
  • Windows XP Home Edition computer
Читайте также:  Cisco packet tracer для линукс

For more information about how to use Automatic Updates in Windows XP, click the following article number to view the article in the Microsoft Knowledge Base:
306525 How to configure and use Automatic Updates in Windows XP

Troubleshooting

You may experience one or more of the following issues when you use Windows Update or Microsoft Update:

You may receive the following error message:

Software update incomplete, this Windows Update software did not update successfully.

You may receive the following error message:

Administrators Only (-2146828218) To install items from Windows Update, you must be logged on as an administrator or a member of the Administrators group. If your computer is connected to a network, network policy settings may also prevent you from completing this procedure.

For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base: 316524 You receive an «Administrators only» error message when you try to visit the Windows Update Web site or the Microsoft Update Web site

You may be unable to view the Windows Update site or the Microsoft Update site if you connect to the Web site through an authenticating Web proxy that uses integrated (NTLM) proxy authentication.

Similar problems and solutions

You can visit the Microsoft Web sites in the following sections for more information:
Windows Update troubleshooting

Installing multiple updates with only one restart

The hotfix installer that is included with Windows XP and with Windows 2000 post-Service Pack 3 (SP3) updates includes functionality to support multiple hotfix installations. For earlier versions of Windows 2000, the command-line tool that is named «QChain.exe» is available for download.

For more information about how to install multiple updates or multiple hotfixes without restarting the computer between each installation, click the following article number to view the article in the Microsoft Knowledge Base:
296861 How to install multiple Windows updates or hotfixes with only one reboot

Microsoft security resources

For the latest Microsoft security resources such as security tools, security bulletins, virus alerts, and general security guidance, visit the following Microsoft Web site:
Microsoft Docs

For more information about the Microsoft Baseline Security Analyzer tool (MBSA), visit the following Microsoft Web site:
What is Microsoft Baseline Security Analyzer and its uses?

The Microsoft Download Center

For more information about how to download files from the Microsoft Download Center, click the following article number to view the article in the Microsoft Knowledge Base:
119591 How to obtain Microsoft support files from online services

Product-specific download pages

Internet Explorer

For Internet Explorer downloads, visit the following Microsoft Web site:
Internet Explorer Downloads

Windows Media Player

For Windows Media Player downloads, visit the following Microsoft Web site:
Windows Media Player

Office Updates

For Office updates, visit the following Microsoft Web site:
Install Office updates

Automatically get recommended drivers and updates for your hardware

Support for Windows 7 ended on January 14, 2020

We recommend you move to a Windows 10 PC to continue to receive security updates from Microsoft.

You can have Windows automatically download recommended drivers and detailed information for your hardware and devices. This is a good way to make sure all your hardware and devices work properly.

Drivers and information

Windows can find and download two kinds of updates for devices connected to your computer:

Drivers. A driver is software that allows your computer to communicate with hardware devices. Without drivers, the devices you connect to your computer—for example, a mouse or external hard drive—won’t work properly. Windows can automatically check if there are drivers available for new devices that you connect to your computer.

Читайте также:  Сравнение интерфейсов windows linux

For hardware that you’ve connected to your computer in the past, updated drivers might become available at a later date; but those drivers aren’t installed automatically. To install these optional updates, go to Windows Update in Control Panel, check for updates, and then view and install driver updates that are available for your computer.

Information. Windows can download high-resolution icons for many hardware devices that you connect to your computer, along with detailed information about them, such as product name, manufacturer, and model number—even detailed information about the sync capabilities of a device. These details can make it easier for you to distinguish between similar devices that are connected to your computer, such as different mobile phones.

You can check Windows Update at any time to see if it found new drivers and icons for your hardware, especially if you recently installed a new device. If you want to have Windows Update automatically check for the latest drivers and icons, here’s how:

Open Devices and Printers by clicking the Start button , and then, on the Start menu, clicking Devices and Printers.

Right-click the name of your computer, and then click Device installation settings.

Click Yes, do this automatically (recommended), and then click Save changes. If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.

If Yes is already selected, click Cancel to close the dialog box.

To get all important and recommended updates for your computer and your devices, make sure that Windows Update is turned on and configured properly.

Even if you have Windows Update set to automatically download and install all important and recommended updates, you still might not be getting all of the updated drivers available for your devices. For instance, optional updates might include updated drivers that become available for hardware or devices you’ve already installed. Windows doesn’t automatically download and install optional updates, but you will be notified when optional updates are available.

To get all the available updates for your devices, periodically check Windows Update for all available updates, including optional updates. You can review the available updates and then select them from the list of updates that Windows finds for your computer. Here’s how to do this:

Open Windows Update by clicking the Start button . In the search box, type Update, and then, in the list of results, click Windows Update.

In the left pane, click Check for updates, and then wait while Windows looks for the latest updates for your computer.

If there are any available updates, click the link in the box under Windows Update to see more information about each update. Each type of update might include drivers.

On the Select the updates you want to install page, look for updates for your hardware devices, select the check box for each driver that you want to install, and then click OK. There might not be any driver updates available.

On the Windows Update page, click Install updates. If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.

Windows Update tells you if an update is important, recommended, or optional.

Some updates require you to restart your computer.

Windows Update will tell you if the updates were successfully installed.

Оцените статью