- Automatically get recommended drivers and updates for your hardware
- Drivers and information
- Add and Remove Drivers to an offline Windows Image
- Driver types
- Add drivers to an offline Windows image
- Remove drivers from an offline Windows image
- Add drivers to an offline Windows image by using an unattended answer file
- Download and install drivers in Windows 8.1
- To check that automatic updating is on
- To manually install a driver
- Windows can’t verify the publisher of this driver software
- This driver hasn’t been signed
- Windows requires a digitally signed driver
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.
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.
Add and Remove Drivers to an offline Windows Image
You can use DISM to install or remove driver (.inf) files in an offline Windows or WinPE image. You can either add or remove the drivers directly by using the command prompt, or apply an unattended answer file to a mounted .wim, .ffu, .vhd, or .vhdx file.
When you use DISM to install a device driver to an offline image, the device driver is added to the driver store in the offline image. When the image is booted, Plug and Play (PnP) runs and associates the drivers in the store to the corresponding devices on the computer.
To add drivers to a WindowsВ 10 image offline, you must use a technician computer running WindowsВ 10, Windows ServerВ 2016, or Windows Preinstallation Environment (WinPE) for WindowsВ 10. Driver signature verification may fail when you add a driver to a WindowsВ 10 image offline from a technician computer running any other operating system.
To learn how to add a driver on a running Windows PC, see Add a driver online in audit mode or Install a plug and play device. To learn how to add a driver to a PC running WinPE, see Drvload command line options.
Driver types
- .inf-style drivers: Many drivers include an information file (with an .inf extension) to help install the driver. These can be installed using tools described in this topic.
- .exe-style drivers: Drivers without an .inf file often must be installed like typical Windows desktop applications. To learn how to add these, see Add a driver online in Audit Mode
- Boot-critical drivers: Graphics and storage drivers may sometimes need to be added to the Windows image (as shown in this topic), as well as the Windows PE image, and in the Windows recovery (WinRE) image.
Add drivers to an offline Windows image
To add drivers to an offline image, you have to mount an image prior to adding drivers.
If you’re adding drivers to a WinPE image, you can add them to the WinPE image in the output folder you specified when you ran copype, for example: C:\WinPE_amd64\media\sources\boot.wim . This ensures that drivers will be included in WinPE each time you build WinPE media from that folder.
- Mount a Windows image. For example:
- Add a driver to the image.
To install all of the drivers from a folder and all its subfolders, point to the folder and use the /Recurse option.
To see all DISM driver servicing command line options, see DISM driver servicing command-line options.
Using /Recurse can be handy, but it’s easy to bloat your image with it. Some driver packages include multiple .inf driver packages, which often share payload files from the same folder. During installation, each .inf driver package is expanded into a separate folder. Each individual folder has a copy of the payload files. We’ve seen cases where a popular driver in a 900MB folder added 10GB to images when added with the /Recurse option.
To install an unsigned driver, use /ForceUnsigned to override the requirement that drivers installed on X64-based computers must have a digital signature.
- Check to see if the driver was added. Drivers added to the Windows image are named Oem*.inf. This guarantees unique naming for newly added drivers. For example, the files MyDriver1.inf and MyDriver2.inf are renamed Oem0.inf and Oem1.inf.
- Commit the changes and unmount the image.
Remove drivers from an offline Windows image
- At an elevated command prompt, mount the offline Windows image:
- Remove a specific driver from the image. Multiple drivers can also be removed on one command line.
Removing a boot-critical driver package can make the offline Windows image unbootable. For more information, see DISM Driver Servicing Command-Line Options. пїЅ
- Commit the changes and unmount the image.
Add drivers to an offline Windows image by using an unattended answer file
- Gather the device driver .inf files that you intend to install on the Windows image.
All drivers in the directory and subdirectories that are referenced in the answer file are added to the image. You should manage the answer file and these directories carefully to address concerns about increasing the size of the image with unnecessary driver packages.
- Use WindowsВ System Image Manager (WindowsВ SIM) to create an answer file that contains the paths to the device drivers that you want to install.
- Add the Microsoft-Windows-PnpCustomizationsNonWinPE\DriverPaths\PathAndCredentials\Credentials component to your answer file in the offlineServicing configuration pass.
For each location that you intend to access, add a separate PathAndCredentials list item by right-clicking on DriverPaths in the Answer File pane and clicking Insert New PathAndCredentials.
See Configure components and settings in an answer file for information on how to modify an answer file.
- For each path in Microsoft-Windows-PnpCustomizationsNonWinPE , specify the path to the device driver and the credentials that are used to access the file, if the file is on a network share.
When you include multiple device driver paths by adding multiple PathAndCredentials list items, you must increment the value of Key for each path. For example, you can add two separate driver paths where the value of Key for the first path is equal to 1 and the value of Key for the second path is equal to 2.
- Save the answer file and exit WindowsВ SIM. The answer file must resemble the following sample.
- Mount the Windows image that you intend to install the drivers to by using DISM:
If you’re working with a VHD or FFU, specify /Index:1 .
- Apply the answer file to the mounted Windows image:
For more information about how to apply an answer file, see DISM Unattended Servicing Command-Line Options.
The .inf files referenced in the path in the answer file are added to the Windows image.
- Check to see if the driver was added. Drivers added to the Windows image are named Oem*.inf. This guarantees unique naming for newly added drivers. For example, the files MyDriver1.inf and MyDriver2.inf are renamed Oem0.inf and Oem1.inf.
For example, type:
- Unmount the .wim file and commit the changes. For example, type:
If you need drivers for WinPE to see the local hard disk drive or a network, you must use the windowsPE configuration pass of an answer file to add drivers to the WinPE driver store and to reflect boot-critical drivers required by WinPE. For more information, see Add Device Drivers to Windows During Windows Setup.
Download and install drivers in Windows 8.1
Windows comes with drivers for many devices, such as printers, displays, keyboards, and TVs. A driver is software that a device uses to work with your PC. Every device needs a driver to work with your PC. So, in many cases, you can plug in a device, and it’ll work automatically.
Windows can also download device software and info. This might include an app that the device manufacturer created to go with your device or info like the product name, manufacturer, and model number, to help you distinguish between similar devices.
Drivers are updated occasionally. Windows can update them automatically, or you can install the updated drivers yourself. It’s important for you to have confidence in the updated drivers you install. Windows notifies you if it detects a suspicious or unsafe driver you shouldn’t install.
Windows Update checks for updated drivers and software for your devices and install them automatically. Keeping Windows Update on is a good way to make sure your devices continues to work properly and you get the best experience with them.
Note: PCs running Windows RT 8.1 always automatically download and install drivers, apps, and info for your devices.
To check that automatic updating is on
Swipe in from the right edge of the screen, tap Settings, and then tap Change PC settings. (If you’re using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, click Settings, and then click Change PC settings.)
Tap or click Update and recovery, and then tap or click Windows Update.
Tap or click Choose how updates get installed.
Under Important updates, choose Install updates automatically (recommended).
If your device came with a disc, it might contain software that installs a driver. Before you install a driver from a disc, check the info that comes with it to be sure it supports your current version of Windows.
You can also search for new drivers on the manufacturer’s website. Driver updates are often available in the support section of their website. Download the latest driver for your device, and follow the installation instructions on the website. You can usually double-tap or double-click the downloaded file to install the driver on your PC.
If the driver you got from a disc or downloaded from a website doesn’t install itself, you might need to install manually.
To manually install a driver
You must be signed in as an administrator to follow these steps.
Swipe in from the right edge of the screen, and then tap Search. (If you’re using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, and then click Search.)
Enter Device Manager in the search box, and tap or click Device Manager.
In the list of hardware categories, double-tap or double-click the category your device is in and then double-tap or double-click the device you want. For example, to see your video card, tap or click Display adapters, and then double-tap or double-click the video card name.
Tap or click the Driver tab, tap or click Update Driver, and then follow the instructions. You might be asked for an admin password or to confirm your choice.
Occasionally, you might see a notification that a driver is unsigned, has been changed since it was signed, or can’t be installed by Windows. We recommend that you don’t install unsigned or changed drivers.
A digitally signed driver includes a digital signature, which is an electronic security mark that indicates the publisher of software and whether someone has tampered with it since it was signed. If a driver has been signed by a publisher that has verified its identity with a certification authority, you can be confident that the driver comes from that publisher and hasn’t been changed.
If you see any of the following notifications when you’re installing a driver, you should stop the installation and go to your device manufacturer’s website to get a digitally signed driver for your device.
Windows can’t verify the publisher of this driver software
The driver doesn’t have a digital signature or has been signed with a digital signature that wasn’t verified by a certification authority. You should only install this driver if you got it from the manufacturer’s disc or from your system administrator.
This driver hasn’t been signed
The driver hasn’t been digitally signed by a verified publisher. The driver might have been changed to include malware that could harm your PC or steal info. In rare cases, legitimate publishers do change drivers after they’ve been digitally signed, but you should only install an unsigned driver if you got it from a device manufacturer’s disc.
Unfortunately, there’s no trustworthy source of info that indicates who has published an unsigned driver. Anyone can change the contents of an unsigned driver, and there’s no way to know why it was changed. Most manufacturers now digitally sign the drivers they create before releasing them to the public.
Windows requires a digitally signed driver
A driver that lacks a valid digital signature, or has a signature that was changed after it was signed, can’t be installed on 64-bit versions of Windows. You’ll only see this notification if you have a 64-bit version of Windows and try to install such a driver on it.