Windows 7 automatic driver installation

Introduction

Windows 7, although an older operating system, still has its loyal user base. One of the most frustrating experiences for Windows 7 users is dealing with outdated or missing drivers. Drivers are essential software components that enable hardware devices to communicate with the operating system. Without proper drivers, hardware devices may not function correctly, leading to system crashes, errors, and poor performance. In this article, we will explore the ways to automatically install drivers in Windows 7, saving you time and effort.

Understanding Driver Installation in Windows 7

Before we dive into the automatic installation process, it’s essential to understand how driver installation works in Windows 7. When you connect a new hardware device to your computer, Windows 7 attempts to install the necessary drivers automatically. However, this process may not always be successful, especially if the device is not recognized or if the drivers are not available in the Windows Update database.

Types of Driver Installation

There are two types of driver installation in Windows 7:

  • In-box drivers: These are drivers that come pre-installed with Windows 7. In-box drivers are stored in the Windows 7 installation media and are installed automatically when you connect a new hardware device.
  • Out-of-box drivers: These are drivers that are not included in the Windows 7 installation media. Out-of-box drivers must be downloaded from the manufacturer’s website or obtained through Windows Update.

Method 1: Using Windows Update

Windows Update is a built-in feature in Windows 7 that allows you to download and install drivers automatically. To use Windows Update to install drivers, follow these steps:

  1. Click on the Start button and select Control Panel.
  2. Click on System and Security.
  3. Click on Windows Update.
  4. Click on Check for updates.
  5. Windows 7 will search for available updates, including drivers.
  6. If any drivers are found, click on Install updates to install them.

Enabling Automatic Updates

To enable automatic updates, follow these steps:

  1. Click on the Start button and select Control Panel.
  2. Click on System and Security.
  3. Click on Windows Update.
  4. Click on Change settings.
  5. Select the option to Install updates automatically (recommended).
  6. Click on OK to save the changes.

Method 2: Using the Device Manager

The Device Manager is a built-in tool in Windows 7 that allows you to manage hardware devices and install drivers. To use the Device Manager to install drivers, follow these steps:

  1. Click on the Start button and select Control Panel.
  2. Click on System and Security.
  3. Click on Device Manager.
  4. In the Device Manager, locate the device that requires a driver update.
  5. Right-click on the device and select Update driver.
  6. Windows 7 will search for available drivers and install them automatically.

Using the Hardware Wizard

The Hardware Wizard is a built-in tool in Windows 7 that allows you to install drivers for new hardware devices. To use the Hardware Wizard, follow these steps:

  1. Click on the Start button and select Control Panel.
  2. Click on System and Security.
  3. Click on Device Manager.
  4. In the Device Manager, click on Action.
  5. Select Add legacy hardware.
  6. Follow the prompts to install the driver.

Method 3: Using Third-Party Driver Update Tools

There are several third-party driver update tools available that can help you automatically install drivers in Windows 7. Some popular options include:

  • Driver Talent: A driver update tool that scans your computer for outdated drivers and installs the latest versions.
  • Driver Booster: A driver update tool that scans your computer for outdated drivers and installs the latest versions.
  • Snappy Driver Installer: A free, open-source driver update tool that scans your computer for outdated drivers and installs the latest versions.

Using Driver Talent

To use Driver Talent, follow these steps:

  1. Download and install Driver Talent.
  2. Launch Driver Talent and click on Scan.
  3. Driver Talent will scan your computer for outdated drivers.
  4. Click on Update to install the latest drivers.

Method 4: Using the Command Prompt

You can also use the Command Prompt to install drivers in Windows 7. To do this, follow these steps:

  1. Click on the Start button and select All Programs.
  2. Click on Accessories.
  3. Right-click on Command Prompt and select Run as administrator.
  4. Type the following command: pnputil -a a:\driver.inf (replace a:\driver.inf with the path to the driver file).
  5. Press Enter to install the driver.

Using the pnputil Command

The pnputil command is a built-in command in Windows 7 that allows you to install drivers from the command line. To use the pnputil command, follow these steps:

  1. Click on the Start button and select All Programs.
  2. Click on Accessories.
  3. Right-click on Command Prompt and select Run as administrator.
  4. Type the following command: pnputil -a a:\driver.inf (replace a:\driver.inf with the path to the driver file).
  5. Press Enter to install the driver.

Conclusion

Automatically installing drivers in Windows 7 can save you time and effort. By using Windows Update, the Device Manager, third-party driver update tools, or the Command Prompt, you can keep your drivers up to date and ensure that your hardware devices function correctly. Remember to always enable automatic updates and use reputable driver update tools to avoid installing malicious software.

What is the purpose of automating driver installation in Windows 7?

Automating driver installation in Windows 7 is a process that simplifies the installation of device drivers on a computer. This process is particularly useful for system administrators who manage multiple computers, as it saves time and effort. By automating driver installation, you can ensure that all devices on the computer are properly configured and functioning as expected.

Automating driver installation also helps to reduce errors that can occur during manual installation. When you install drivers manually, there is a risk of installing the wrong driver or version, which can lead to system instability or crashes. By automating the process, you can ensure that the correct drivers are installed, and the system is configured correctly.

What are the benefits of automating driver installation in Windows 7?

The benefits of automating driver installation in Windows 7 include saving time and effort, reducing errors, and improving system stability. By automating the process, you can quickly and easily install drivers on multiple computers, without having to manually install each driver individually. This is particularly useful in large-scale deployments, where manual installation would be impractical.

Additionally, automating driver installation helps to ensure that all devices on the computer are properly configured and functioning as expected. This can improve system performance and reduce the risk of system crashes or instability. By automating the process, you can also ensure that the correct drivers are installed, which can help to prevent compatibility issues.

What tools are required to automate driver installation in Windows 7?

To automate driver installation in Windows 7, you will need a few tools, including the Windows 7 installation media, a computer with a working internet connection, and a tool such as Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager (SCCM). You will also need a list of the device drivers that you want to install, which can be obtained from the manufacturer’s website or from a driver repository.

Additionally, you may need to create a driver package, which is a collection of drivers that are specific to a particular hardware configuration. You can create a driver package using tools such as the Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager (SCCM). You will also need to create a task sequence, which is a series of steps that are executed during the installation process.

How do I create a driver package for Windows 7?

To create a driver package for Windows 7, you will need to gather the device drivers that you want to install and create a package that contains these drivers. You can use tools such as the Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager (SCCM) to create a driver package. First, you will need to create a new driver package in the tool, and then you will need to add the device drivers to the package.

Once you have added the device drivers to the package, you will need to configure the package settings, such as the package name and description. You will also need to specify the operating system and architecture that the package is intended for. Finally, you will need to save the package and import it into your deployment tool.

How do I automate driver installation using Microsoft Deployment Toolkit (MDT)?

To automate driver installation using Microsoft Deployment Toolkit (MDT), you will need to create a new task sequence in the MDT console. A task sequence is a series of steps that are executed during the installation process. First, you will need to create a new task sequence and add the driver installation step to the sequence.

Once you have added the driver installation step, you will need to configure the step settings, such as the driver package and the installation location. You will also need to specify the operating system and architecture that the task sequence is intended for. Finally, you will need to save the task sequence and deploy it to your target computers.

How do I troubleshoot driver installation issues in Windows 7?

To troubleshoot driver installation issues in Windows 7, you can use tools such as the Event Viewer and the Device Manager. The Event Viewer can help you to identify any errors that occurred during the installation process, while the Device Manager can help you to identify any devices that are not functioning properly.

Additionally, you can use tools such as the Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager (SCCM) to troubleshoot driver installation issues. These tools provide detailed logging and reporting capabilities that can help you to identify and resolve issues. You can also use the Windows 7 installation logs to troubleshoot issues, which can be found in the C:\Windows\Inf folder.

Can I automate driver installation for both 32-bit and 64-bit versions of Windows 7?

Yes, you can automate driver installation for both 32-bit and 64-bit versions of Windows 7. To do this, you will need to create separate driver packages for each architecture, as 32-bit drivers are not compatible with 64-bit operating systems. You will also need to create separate task sequences for each architecture, as the installation process may differ between the two.

Additionally, you will need to ensure that the deployment tool you are using supports both 32-bit and 64-bit architectures. Tools such as Microsoft Deployment Toolkit (MDT) and System Center Configuration Manager (SCCM) support both architectures, and can be used to automate driver installation for both 32-bit and 64-bit versions of Windows 7.

Содержание статьи:

  • Основные
    • DriverHub
    • Driver Booster
    • DriverPack Solution
    • Snappy Driver Installer
    • Утилиты от Intel, AMD, NVIDIA
    • Drivers Cloud
    • CCleaner
    • Driver Genius
  • Вспомогательные
    • 3DP Net
    • Double Driver
    • Driver Sweeper
    • DDU
  • Итоги (что запомнить!)
  • Вопросы и ответы: 75

Доброго времени суток!

Драйвера — это как шестеренки в механизме, если их на вашем компьютере нет (или они стоят не «родные») — система не работает в нормальном режиме: то зависнет что-нибудь, то не запускается, различные притормаживания и ошибки.

Особую сложность доставляют видео- и аудио-драйвера (в первом случае — проблемы с играми, во втором — нет звука). Думаю, именно поэтому всегда был интерес к программам, позволяющим обновлять драйвера без непосредственного участия пользователя (чтобы нажал 1 кнопку и всё…). 😉

Собственно, в этой статье я решил собрать десяток подобных программ, которые помогут сэкономить время и нервы при проблемах с драйверами.

Кстати, список программ ниже актуален на начало 2024г., представлен, своего рода, топ-10 лучших продуктов с их плюсами/минусами.

Итак, ближе к делу…

*

Основные

DriverHub

Официальный сайт: https://ru.drvhub.net/

Полностью бесплатная утилита для авто-поиска, установки, и обновления драйверов. Сразу отмечу, что для работы утилиты нужен доступ к сети Интернет!

Использование очень простое: достаточно запустить и нажать всего 1 кнопку «Найти сейчас» (как показано на скрине ниже 👇).

DriverHub - главное окно программы

DriverHub — главное окно программы

За минуту-другую, для каждой «железки» на вашем ПК/ноутбуке будет найден драйвер (см. пример ниже). Вам просто останется отметить галочками все, что хотите обновить и нажать кнопку «Установить». Собственно, это и есть весь процесс. Весьма удобно! 👌

Список найденных драйверов (DriverHub)

Список найденных драйверов (DriverHub) / кликабельно

Особенности:

  1. большая база драйверов для самого разного оборудования: аудио- и видеокарт, USB-устройств (сканеры, принтеры и пр.), мат. плат, и т.д.;
  2. утилита при обновлении использует драйвера с официальных сайтов: Intel, AMD, Microsoft, Sony и т.д.
  3. полностью бесплатная: скорость скачивания, количество обновляемых драйверов и пр. моменты никак не ограничены!
  4. есть возможность отката системы в предыдущее состояние (если вас не устроит, как работает новый драйвер);
  5. программа полностью на русском языке;
  6. в меню есть ссылки для быстрой настройки ОС: электропитание, менеджер дисков, управление компьютером, управление сетями и т.д.
  7. работает в ОС Windows 7/8/10/11 (32/64 bits).

Обратите внимание: на все «галочки» при установке (иногда выскакивает предложение загрузки Avast)! Кроме этого, программа не очень хорошо себя ведет на ноутбуках с небольшим разрешением (окно не «масштабируется»).

*

Driver Booster

Сайт: http://ru.iobit.com/driver-booster.php

Обзор: «пошаговый» разбор утилиты

По праву считается одной из лучших программ для авто-поиска и обновления драйверов. Посудите сами: для начала обновления — нужно нажать всего лишь одну кнопку!

После чего, программа просканирует ваш ПК, и покажет для каждой вашей «железки» актуальную версию драйвера (порекомендует, что обновлять, а что можно оставить — вам остается лишь согласиться и всё обновить. Очень быстро и удобно ✌).

Кроме драйверов, программа также обновляет важные компоненты в Windows, связанные с играми (так, что, если у вас есть проблемы с ними — возможно стоит проверить свою систему с помощью Driver Booster 👇).

Примечание: для работы программы Driver Booster требуется подключение к сети Интернет.

Обновить всё - игровые компоненты, звуковые и игровые устройства и пр.

Driver Booster — найдено 4 устаревших драйвера, и 1 игровой компонент // пример работы программы

Особенности:

  1. простой и удобный интерфейс, с которым разберется даже совсем начинающий пользователь;
  2. огромная база драйверов, которая постоянно обновляется (для более, чем 9,5 млн. устройств и компонентов, в том числе для современной Windows 11 и нового оборудования, например, серии Intel Arc, Nvidia RTX 40 и AMD Radeon RX);
  3. кроме драйверов программа может обновить самые важные библиотеки для игр: DirectX, NET FrameWork, Visual C++ и др.;
  4. процесс обновления проходит в 2 этапа: сначала программа сканирует ваш ПК, затем спрашивает у вас что конкретно будет обновлять (можно просто согласиться с рекомендуемыми настройками, а можно самостоятельно всё настроить);
  5. перед обновлением — программа архивирует ваши старые драйвера (чтобы можно было откатиться в случае чего…);
  6. есть возможность автономной работы (без подключения к сети Интернет! Прим.: только в 8-й версии программы);
  7. есть пакетное обновление драйверов (т.е. сразу для нескольких устройств).

*

DriverPack Solution

Сайт: https://driverpack.io/ru

Прим.: полная версия может работать без доступа к сети Интернет.

DriverPack Solution (или DPS) принципиально отличается от Driver Booster — она может работать даже без подключения к сети Интернет. У DPS просто есть 2 версии программы:

  • 👉 первая — представляет собой несколько папок и файлов, общим размером в 20 ГБ. Если вы заранее загрузите его, то в последствие сможете запускать DPS и устанавливать драйвера на любых ПК, на которых нет Интернет (например, иногда так бывает, что компьютер подключен к сети, но не работает сетевая карта из-за отсутствия драйвера (который надо скачать ☺). В этом случае такая «запаска» сильно выручает!);
  • 👉 вторая — обычная программа, подобная Driver Booster. Также запускаете, затем DPS сканирует ПК, и после скачивает из сети Интернет все необходимые драйвера.

Driver Pack 2019 — оффлайн версия

Driver Pack 2019 — оффлайн версия / пример окна с рекомендациями по обновлению (рекомендую включить версию «Эксперт»)

Особенности:

  1. есть две версии программы: одна для онлайн-обновления, и вторая оффлайн-работы (независимая коллекция драйверов может сильно выручить при проблемах с сетью);
  2. большая база драйверов (обычно, находятся для всего оборудования);
  3. кроме драйверов DPS предлагает установить другие нужные и полезные программы (удобно);
  4. пакетное обновление драйверов;
  5. возможность создавать бэкап драйверов;
  6. есть возможность провести антивирусную проверку ПК, проверить ОЗУ и пр.;
  7. из минусов: в последних версиях встроено множество рекламы, см. внимательно за всеми галочками!

Важно!

1) Часть файлов у Driver Pack Solution идет в формате 7z (для открытия которого вам может понадобиться архиватор).

2) Старые оффлайн версии DPS шли вообще в образе ISO. Для их открытия также требуется спец. софт.

*

Snappy Driver Installer

Сайт: https://sdi-tool.org/download/

Прим.: полная версия может работать без доступа к сети Интернет.

Snappy Driver Installer — это бесплатный авто-установщик драйверов (очень похож на DriverPack Solution, прямой конкурент ему, правда пакет не так раскручен).

Что выгодно отличает его от предыдущей программы (DPS) — так это оффлайн версия распространяется не в виде образа ISO (для открытия которого нужны дополнительные программы), а в виде простой папки с EXE-файлом — запустили его, и драйвера обновились. Очень удобно!

Кстати, также у Snappy Driver Installer есть компактная версия, размер которой всего несколько мегабайт. Но для ее работы требуется подключение к Интернет.

Snappy Driver Installer — оффлайн версия (скрин главного окна)

Snappy Driver Installer — оффлайн версия (скрин главного окна)

Особенности:

  1. огромный сборник драйверов на все случаи жизни (рекомендую записать его на аварийную флешку, чтобы всегда был под-рукой);
  2. две версии пакета: полный на 20+ ГБ (без необходимости подключения к Интернет), и компактный — программа весит 10 МБ (но необходим безлимитный доступ к сети);
  3. минимум рекламы и ненужных программ;
  4. быстрое обновление;
  5. настраиваемая оболочка под-вкус пользователя;
  6. полностью на русском языке.

*

Утилиты от Intel, AMD, NVIDIA

Intel Driver Update

Сайт: https://www.intel.ru

Если у вас «проблемы» с поиском драйвера на видеокарту IntelHD — рекомендую ознакомиться с этой публикацией.

Официальная утилита от Intel, которая поможет обновить драйвера для любой продукции этой компании: процессора, видеокарты, сетевых устройств, дисков, и прочего. Совместима со всеми версиями Windows, полностью на русском языке.

После запуска утилиты, она автоматически распознает оборудование и найдет все необходимое ПО для его правильной работы. Установка драйверов проходит полностью в автоматическом режиме.

Утилита от Intel

Утилита от Intel

В общем-то, если используете продукции фирмы Intel, естественно, рекомендую пользоваться родной утилитой. 😉 Остальным, она вряд ли пригодится…

*

AMD Driver Autodetect

Сайт: https://amd.com/ru/

Это средства для автоматического поиска видеодрайвера для продукции AMD. После запуска, утилита автоматически определит вашу видеокарту, систему и прочие характеристики и даст ссылку на загрузку оптимального драйвера.

AMD Driver Autodetect - автоматическая работа по поиску видеодрайвера

AMD Driver Autodetect — автоматическая работа по поиску видеодрайвера

Утилита полностью на русском, работает в среде Windows. Программу, кстати, можно использовать не только для поиска драйвера, но и для обновления уже установленного (согласитесь, что гораздо проще нажимать одну кнопку в программе, чем самостоятельно лазить по дебрям официальных сайтов, где гора всякой полу-нужной информации 😉).

*

NVIDIA Update (GeForce Experience)

Сайт: https://nvidia.ru/

Официальная утилита для пользователей NVIDIA. После запуска утилиты, она просканирует все ваши «железки» на ПК, оценит, есть ли для них драйвера, и предложит обновить их (если будет такая необходимость).

Кстати, в профили настроек можно задать то, как часто будут проверяться обновления (разрешить ли использовать бета-версии, извещать ли всплывающие сообщения в трее).

NVIDIA Update utilities - ставим драйвер за пару минут!

NVIDIA Update utilities — ставим драйвер за пару минут!

Также отмечу, что начиная с версии R275, NVIDIA Update обновляет не только драйвера, но и профили игр автоматически (в том числе SLI профили). На официальном сайте (ссылку привел выше) расписана поэтапная настройка программы (хотя, там особо и настраивать нечего ☝).

*

Drivers Cloud

📌 Сайт: https://www.driverscloud.com/

✏️ Как пользоваться утилитой: https://ocomp.info/utilita-drivers-cloud.html

Бесплатная и достаточно многофункциональная программа для поиска официальных драйверов для вашего ПК/ноутбука (работает в полу-автоматическом режиме: найдет она всё сама, а устанавливать вам придётся каждый драйвер вручную).

Кроме основной своей обязанности (👀), программа позволяет узнать подробные характеристики железа и ПО, а также проанализировать последние критич. ошибки (BSOD).

Более подробно о ней можете узнать из этого обзора.

Драйвер на графическую карту (видеокарту) - Drivers Cloud

Офиц. драйвер для AMD видеокарты для моего ноутбука — Drivers Cloud нашел офиц. драйвер

Особенности:

  1. бесплатная для дом. использования;
  2. поиск официальных драйверов для видеокарты, мат. платы, сетевых адаптеров и т.д. (не офиц. и любительские драйверы — не включены в базу, по крайней мере, так заявляли разработчики);
  3. поддержка рус. языка;
  4. для работы необходим доступ в интернет;
  5. функция резервного копирования текущих драйверов;
  6. функция для анализа причин критических ошибок (BSOD);
  7. работает в современных ОС Windows: 8/10/11;
  8. из минусов: каждый драйвер необходимо устанавливать вручную (хотя их поиск происходит в авто-режиме).

*

CCleaner

Сайт: https://ccleaner.com/

В 2021г. в знаменитый «чистильщик» CCleaner добавили модуль Driver Updater, позволяющий в несколько кликов мышки находить и обновлять драйвера. 👇

С одной стороны — это удобно, с другой — пока в программе не хватает несколько важных опций: нет бэкапа «старых» драйверов; нет возможности обновлять компоненты, необходимые для игр; есть определенные проблемы при обновлении драйверов на видеокарты от Nvidia…

Примечание: программа платная, тестировать модуль Driver Updater можно только в течении 14 дней!

CCleaner — встроенный модуль Driver Updater

CCleaner — встроенный модуль Driver Updater

Особенности:

  1. достаточно обширная база драйверов;
  2. утилита позволяет не только работать с драйверами, но и чистить систему от «мусора» (своего рода комбайн);
  3. «плохая» совместимость с новыми видеокартами от Nvidia (после обновления драйвера может перестать открываться центр управления графикой!);
  4. на некоторых системах программа игнорирует предустановленные настройки и автоматически производит чистку системы;
  5. есть возможность отметить галочками только те драйвера, которые нужны;
  6. полностью на русском языке;
  7. поддержка новых ОС Windows 10/11.

*

Driver Genius

Сайт: http://driver-soft.com/

Очень популярная программа для работы с драйверами (правда, за рубежом). Она достаточно многофункциональна: может автоматически находить и обновлять до последней версии драйвера, создавать резервные копии уже установленных драйверов, восстанавливать утерянные, удалять старые и не нужные.

Пользоваться достаточно легко: после запуска программы, она автоматически соберет информацию о вашем ПК, железе, оценит систему и предложит вариант обновления. Поддерживает русский язык.

Добро пожаловать в Driver Genius

Добро пожаловать в Driver Genius

Особенности:

  1. огромная база драйверов, поддержка более, чем 300 000 различных устройств;
  2. бэкап текущих драйверов (причем, можно поместить их как в архив, так и создать EXE-установщик, чтобы в случае проблем — его можно было запустить и установить драйвера без Driver Genius);
  3. возможность удалять старые или лишние драйвера;
  4. поддержка командной строки;
  5. поддержка русского языка;
  6. работает под всеми популярными Windows: 7/8/10/11 (32/64 bits);
  7. из минусов: программа платная (в бесплатной версии есть ограничение на обновление и на работы с бэкапом).

*

Вспомогательные

3DP Net

Сайт: http://3dpchip.com/

3DP Net - нашел драйвер для сетевой карты. Ура!

3DP Net — нашел драйвер для сетевой карты. Ура!

3DP Net — специализированная утилита, которая необходима для обновления драйвера на сетевой адаптер (сетевую карту). Представьте: у вас нет Интернета, т.к. не работает сетевая карта (на нее нет драйвера). А чтобы сетевая карта заработала — нужен драйвер, который есть в Интернете.

Как решить сию головоломку? Правильно, скачать 3DP Net, размер которой всего-то около 100 МБ (можно со смартфона), и запустить — утилита автоматически подберет драйвер и у вас появится сеть. Рекомендую!

Примечание: обратите внимание, что на официальном сайте есть 2 утилиты — 3DP Chip и 3DP Net (речь идет именно о второй!).

*

Double Driver

Сайт разработчика: http://www.boozet.org

Софт-портал: http://softportal.com

Double Driver - главное окно программы (готовлюсь к бекапу ☺)

Double Driver — главное окно программы (готовлюсь к бекапу ☺)

Эта небольшая бесплатная утилита необходима для создания бэкапа всех установленных драйверов. Причем, делает это она очень быстро (часто потребное время составляет не более 1 минуты!).

Хочу отметить, что драйвера в утилите отображаются удобным списком (по порядку), который можно сохранить или распечатать. Драйвера в бэкапе также бережно лежат, каждый в отельной папке, имена которых идентичны вашим устройствам.

В общем-то, крайне нужная, полезная и бесплатная утилита (аналогичные программы для бэкапов — стоят денег) …

*

Driver Sweeper

Сайт разработчика: http://phyxion.net/

Софт-портал: http://softportal.com

Driver Sweeper - смотрим все драйвера (важно - будьте аккуратны, т.к. программа никак не ограничивает нас и показывает все и обо всем)

Driver Sweeper — смотрим все драйвера (важно — будьте аккуратны, т.к. программа никак не ограничивает нас и показывает все и обо всем)

Простая и надежная программа для удаления абсолютно любых драйверов в системе начисто! Будьте аккуратны с ней, т.к. она не шибко вас ограничивает в возможностях. Очень помогает в тех случаях, когда никак не удается удалить какой-нибудь «засевший» в системе драйвер (или вы его не видите и не можете найти, а он есть 👀).

Перед удалением в ней можно создать резервную копию всех «дров» (на всякий случай) … Программа работает во всех версиях Windows, поддерживается русский язык.

*

DDU

Сайт: https://wagnardsoft.com

Display Driver Uninstaller - удаление драйверов видеокарт

Display Driver Uninstaller — удаление драйверов видеокарт

Простая и эффективная утилита для полного удаления видеодрайвера из системы (думаю, многие сталкивались с проблемой обновления видеодрайвера, из-за того, что новый не ставился, пока не будет полностью удален старый). Вот как раз, с этой задачей и справиться DDU (Display Driver Uninstaller).

Программа поддерживает все ПО видеокарт от производителей AMD, Intel, NVIDIA (в том числе, различные ключи реестра, компоненты, папки и т.д.). Отмечу также, что после работы DDU — в вашей системе не остается вообще никаких следов о присутствии старого драйвера.

В Display Driver Uninstaller есть три режима работы: первый — простое удаление драйвера и перезагрузка ПК/ноутбука; второй — обычное удаление (перезагрузка на вашей совести 👌); третий — удаление и выключение ПК.

Кстати, утилита ведет журнал, в который записывает все действия, которые вы производите. Например, по нему моно посмотреть, какие версии драйверов уже были установлены (удобно, если вы ищите актуальную рабочую версию драйвера, и не помните, какие уже попробовали).

В общем, рекомендую всем, у кого проблемы с видеодрайверами.

*

Итоги (что запомнить!)

  1. один из самых простых способов обновить все драйвера и игровые компоненты в Windows — воспользоваться программой Driver Booster;
  2. если вы не знаете для какого устройства у вас нет драйвера — откройте диспетчер устройств: рядом с устройством, для которого нет драйвера, будет гореть восклицательный желтый знак;
  3. крайне желательно загодя записать на аварийную флешку какой-нибудь пакет драйверов, который может работать без подключения к Интернет (например, Snappy Driver Installer или DriverPack Solutions);
  4. если у вас не получилось обновить драйвер с помощью автоматического обновления в подобных программах — попробуйте ручной способ;
  5. при проблемах с аудио-драйверами рекомендую ознакомиться вот с этой статьей;
  6. при проблемах с видеодрайверами, рекомендую вот этот материал;
  7. инструкцию по обновлению драйвера для сетевого адаптера Wi-Fi можно найти здесь;
  8. если вы не можете удалить старый драйвер — рекомендую вот этот способ;
  9. если вы не знаете, как обновить драйвера, когда не работает Интернет, ознакомьтесь вот с этими способами.

*

На этом у меня пока всё, за дополнения по теме — заранее отдельная благодарность!

Всем удачи!

👋

Первая публикация: 23.10.2016 

Обновление статьи: 9.04.2024

Automation is the key to our success. By using Group Policy, we can automate the deployment of software, settings, printers, drive mappings and pretty much anything else for our users and computers. For me, hardware has always been the item that didn’t want to cooperautomate*

Anytime users get new printers or scanners, we have to install the drivers. Most of these drivers come with bloatware and applications that simply are not needed. Windows Vista marked a change in hardware management. This management continues to get easier with Windows 7 and Windows 8. We can now automate driver deployment, driver updates, and hardware management. We can use these methods to automate hardware which makes our users happier and our jobs easier.

In this guide, we will walk through setting a central storage area for drivers, populating that store, getting our clients to use that store, and allowing standard users to load specific drivers. As a real-world example, we will go through the driver installation, extraction, and deployment of a desktop scanner.


Setting Up and Organizing the Driver Store

Most IT departments have shares or drives where we keep our software, virtual machines, or downloaded drivers. We even have a central store for ADMX files in Group Policy. It is time to create our Central Store for Drivers. If you currently have MDT, most of the hard work is done. You can simply use your Out of Box Drivers folder. If you don’t have MDT, you will need to create a network share for driver storage.

With either method, all computers and users should able to read/execute drivers from this share. You can either give “Everyone” or “Authenticated Users” the Read permission on the share and Read/Execute on the folder. No other permissions should be required. For this article, I will be using my Out-of-Box Drivers folder within my MDT DeploymentShare.

Automating Hardware Driver Installation

In the picture above, you will notice that drivers are organized into sub-folder based on the driver type. If you are using MDT, these drivers are automatically organized for you. If you are having to go the manual route, you will want to spend a few minutes create a folder structure for common devices classes (Printers, Scanners, Video, etc)

Getting Our Hardware into the Central Driver Store

In Windows XP and below, extracting drivers was a nightmare to do by hand. Drivers could be stored in Program File, Application Data, Windows INF, System32, Temp folders … basically anywhere the driver manufacture wanted to put them.

Windows Vista changed all of this.** All drivers, when installed, are loaded into the local DriverStore. The entire packages of any drivers that are installed can be found at C:\Windows\System32\DriverStore\FileRepository\.  This makes populating our driver store pretty quick and easy! On your local machine, head to that folder now and sort by date modified. You should now see any recently installed drivers. Sorting this way makes driver extraction simple.

Automating Hardware Driver Installation

Let’s say that you want to automate a desktop scanner install for your users. To automate the scanner install, we must first put this scanner driver in the Central Driver Store.  After installing the scanner driver once, we can open up the locate driver store and sort by date modified. In the picture below, notice the two latest drivers installed.

If you have a manually made Driver store, drag the entire contents of that driver folder over to a sub-folder in your network share. If you are using MDT, import the Driver using the Deployment Workbench. Because we use Selection Profiles, our personal device drivers are stored in a separate Other folder. This folder only exists in the MDT Deployment Workbench.

Automating Hardware Driver Installation


Getting Our Clients to See the Central Driver Store

We have created a Central Driver Store. Our Central Driver Store now has at least one driver package in it. But as a co-worker of mine always says, “how does it know?” More specifically, how do our clients know where to find these drivers? By looking in the registry!

Open up regedit and navigate to HKLM\Software\Microsoft\Windows\CurrentVersion. Check out the devicepath value. By default, it will contain just %SystemRoot%\Inf. We can extend the search scope by adding in other values.

To make management easier, we will use Group Policy Registry Preferences to do this. Edit a GPO and create a new registry preference. Specify the following:

  • Action: Update
  • Hive: HKEY_LOCAL_MACHINE
  • Key Path: Software\Microsoft\Windows\CurrentVersion
  • Value Name: DevicePath
  • Value Type: REG_SZ
  • Value Data: %SystemRoot%\inf;\\SERVER\SHARE\

First, note the semicolon that separates our entries. Second, be sure to specify your exact central driver share on the value data line. If you have a large driver store (or if you want to speed up driver installations), you can list specific folders. Here is an example:

%SystemRoot%\inf;\\SERVER\SHARE\Out-of-Box Drivers\MultiFunction;\\SERVER\SHARE\Out-of-Box Drivers\Printer;\\SERVER\SHARE\Out-of-Box Drivers\Image;\\SERVER\SHARE\Out-of-Box Drivers\USB


Allowing Standard Users to Install Hardware and Drivers

To completely automate driver installation, standard users should never be prompted for elevated credentials when approved hardware is connected. To do this, the following three criterea must be met:

  1. The driver must be in a central driver store.
  2. The driver setup class must be allowed
  3. The driver publisher must be trusted

We have already tackled the first item by importing our driver. To meet item 2, we must first find out our driver setup class. Do to this, go to the location of the driver in the central driver store. Right click on any .INF files for this driver and click OPEN. At the top of the file, you will see a line named ClassGUID.  It should look something like the GUID below. Copy everything to the right of the equals sign (including the brackets). Here is an example:

Automating Hardware Driver Installation

In a GPO linked to the computers needing the driver, navigate to Computer Config\Admin Templates\System\Driver Installation. Enable “Allow non-administrators to install drivers for these device setup classes.”  Paste the GUID that you copied from the .INF. If you wish to prepopulate this list, MSDN contains GUIDs for different hardware types.

 

Automating Hardware Driver Installation

The last thing that we have to do is to make sure that whoever signed the driver is a trusted publisher on our machines. You will only need to do this if you are presented with a Windows Security popup like the one below when installing the driver manually for extraction.

Automating Hardware Driver Installation

If you are presented with this popup, select “Always trust software from …” and press install. After installation, run certmgr.msc. Navigate to “Trusted Published” and then select “Certificates”. Right click on the certificate and click export.  This certificate will need to be distributed to all of your computers that will install this hardware.  This can easily be done by opening a GPO, going to Computer Config\Windows Settings\Security Settings\Public Key Polices and importing the certificate under the Trusted Publishers Certificates. After importing, you should see the certificate listed (as seen below).

 

Automating Hardware Driver Installation

Occasionally, you might have to deploy a driver that isn’t signed. To make this work, you will need to manually sign the drivers (no small feat). Bookmark this page for when you have sign an unsigned driver.

You now have the framework to completely automate all of your hardware installations across your entire organization. Gone are the days of having to individually install drivers, enter in Administrator Credentials for your users (or worse: making users admins so that they can install hardware). If you have any questions (or thoughts), let me know in the comments section below!

*I probably should stick to real words but cooperate + automate makes such a good combination!

**Did anyone else like Vista as much as I did? From a management perspective – it was amazing!

Отключение автоматической установки драйверов Windows 7


Добавил(а) microsin

  

По умолчанию Windows 7, как и многие другие версии Windows, пытается автоматически установить драйверы для устройств, которые подключаются к компьютеру (технология plug-and-play). Однако если Вы не хотите, чтобы работала эта функция, то можете использовать один из 2 методов, перечисленных ниже (перевод статьи [1]).

[Метод 1: изменить настройки установки устройств]

Примечание: описанный метод может быть применен к Windows 7 Home Premium, Windows 7 Professional, Windows 7 Ultimate, Windows 7 Enterprise.

1. Кликните на кнопку Start, введите в строке поиска devices and printers (устройства и принтеры), появится ссылка на оснастку Devices and Printers, запустите её.

kb2500967 method1a

2. Окно покажет все устройства, подключенные к компьютеру, включая монитор, клавиатуру, мышь, принтер и так далее. Устройства будут сгруппированы по разделам (Devices, Printers and Faxes и т. д.). Выполните правый клик на иконку компьютера в разделе Devices, и выберите в контекстном меню пункт Device installation settings.

kb2500967 method1b

3. Появится новое окно, где будет выведен запрос: хотите ли Вы, чтобы Windows загружала программное обеспечение драйверов. Кликните на выбор «No, let me choose what to do», выберите «Never install driver software from Windows update», и затем кликните «Save Changes».

kb2500967 method1c

4. В запросе на подтверждение кликните Yes.

kb2500967 method1d

[Метод 2: конфигурирование настроек групповой политики]

Примечание: этот метод подходит только для Windows 7 Professional, Windows 7 Ultimate и Windows 7 Enterprise.

1. Кликните Start, введите в строке поиска gpedit.msc и затем нажмите ENTER. Этот шаг откроет окно редактора локальной групповой политики (Local Group Policy Editor).

kb2500967 method2a

В запросе на подтверждение кликните Yes.

kb2500967 method2b

2. Разверните дерево настроек Computer Configuration -> Administrative Templates -> System -> Device Installation и затем кликните на пункте Device Installation Restrictions. В правой части окна выполните двойной клик на «Prevent installation of devices not described by other policy settings».

kb2500967 method2c

3. Кликните на выбор Enabled, и затем кликните OK.

kb2500967 method2d

4. Перезагрузите компьютер.

[Ссылки]

1. How to stop Windows 7 automatically installing drivers site:microsoft.com. Article ID: 2500967 — Last Review: 06/21/2014 15:12:00 — Revision: 4.0.

Suppose you have connected a device with your computer, Windows 7 / Vista will now automatically search for the driver and install it. If you want to select every driver manually(because you have a manual driver that is better), then you should disable automatic driver installation. To do this you don’t need to install any software at all, you can do this using Windows Driver Settings.

Update: Some people complained that the original method doesn’t work at all. Reader mufuti0815 points out a method to properly disable automatic driver installation. I have tested it and it seems to be working. Here is what you need to do:

  • Go to Start–>Search type in gpedit.msc
  • Click the file to open the Local Group Policy Editor and show Windows who is in control!!
  • You want to go here: Computer Configuration->Administrative Templates->System->Device Installation. Click on the subfolder Device Installation on the left and on the right side you will see the possible restrictions.
  • Right Click on Prevent Installation of Devices not described by other policy settings and edit this option, set it on ENABLED.
    Reboot Windows and enjoy its inability to pollute your system with its standard driver, open gpedit.msc again and revert the change so you will be able to install your driver.

Go to Start menu, right-click on Computers and click Properties. On the left sidebar of the System dialog box, select Advanced System Settings. Now navigate to Hardware tab and click Windows Update Driver Settings as shown in the screenshot below.

You will see a box as shown below, now simply select Ask me each time I connect a new device before checking for driversNever check for drivers when I connect a device, depending on how you want Windows Update to find a matching driver ? or

Once you have selected the options, click OK and you are done.

Update: If this doesn’t work, also try the solution here.

default avatar image

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Работает ли magic keyboard с windows
  • Windows 7 запускается только через f10
  • Отсутствует приложение фотографии windows 10
  • Android studio sdk download for windows
  • Geforce 210 driver windows 10 32 bit