search
HomeCommon ProblemHow to fix errors encountered when finding device drivers in Windows?

Windows automatically installs most drivers for your device without user intervention. However, when you use Device Manager to manually update a specific driver, you may see "Windows found a driver for your device but encountered an error while trying to install it." Typically, when This happens when Windows discovers that the driver for a specific device you just plugged into your system is incompatible.

Workaround -

One of the quickest ways to resolve this issue is to restart the system. After restarting the system, try updating the device driver again.

Fix 1 – Manually Update Drivers

You can manually update drivers using Device Manager.

Method 1

1. Press the Win key and write "Device".

2. Next, when you see "Device Manager" in the search results, click on it.

Windows 找到您设备的驱动程序但遇到错误修复

#3. When you see Device Manager opened, go to the problematic device driver.

4. Now, right-click on the device and click on “Update Driver”.

Windows 找到您设备的驱动程序但遇到错误修复

5. After that, click on the "Search automatically for drivers" option and let Windows itself search your system for the best available driver for the device. driver and install it.

Windows 找到您设备的驱动程序但遇到错误修复

If this results in the same error message, follow the second method.

Method 2

If the previous method fails to solve the problem, please try this method.

1. Open the device manager and enter the device driver again.

2. Now, right-click on the driver and click on “Update Driver” again.

Windows 找到您设备的驱动程序但遇到错误修复

3. However, this time, select the second option "Browse my computer for drivers.".

Windows 找到您设备的驱动程序但遇到错误修复

4. On the next page, paste this address into the "Search for driver at this location" box.

C:\Windows\WinSxS

5. Then, click "Next".

Windows 找到您设备的驱动程序但遇到错误修复

Windows will perform a search in the WinSxS folder (which contains all local device drivers) and install the most appropriate driver.

After updating the driver, you can close the Device Manager page and restart the system.

Otherwise, if the same error message appears again, use the next registry method.

Fix 2 – Follow the registry method

There is a registry value that may affect the driver installation process.

Step 1

You must know the hardware ID of the device driver in question.

1. Press the Win key and R key at the same time.

2. Then, type this and click "OK" to open the Device Manager on your device.

devmgmt.msc

Windows 找到您设备的驱动程序但遇到错误修复

3. Now, right click on the device driver and further click on “Properties”.

Windows 找到您设备的驱动程序但遇到错误修复

4. Go to the Details tab.

5. Here you will find different parameters for Properties. Select " Class Guid " from the drop-down menu.

6. You can find a Value. Note this value carefully.

Windows 找到您设备的驱动程序但遇到错误修复

After taking note of the value, you can minimize the Device Manager screen.

Step 2

1. Click the search icon next to the Windows icon to invoke the search box.

2. Here, write "Registry". Next, click on "Registry Editor" to access it.

Windows 找到您设备的驱动程序但遇到错误修复

Notice--

此修复程序非常先进,因为您应该在注册表编辑器中找到设备驱动程序的类 Guid 并删除一个值。强烈建议您在执行任何操作之前创建注册表备份。这些是这样做的步骤 -

A. 打开实用程序后,单击菜单栏上的“文件”,然后单击“导出”。

Windows 找到您设备的驱动程序但遇到错误修复

B. 现在,将备份命名为您想要的任何名称,并将其保存在系统上的一个独立位置。

3.备份完成后,转到此关键位置-

计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class

4. 现在,在左侧窗格中缓慢向下滚动并查找您在设备管理器页面上记下的特定类 Guid值。

5. 找到完全匹配后,选择该键。

Windows 找到您设备的驱动程序但遇到错误修复

6. 在右侧窗格中,查找“ UpperFilters ”或“ LowerFilters ”多字符串值。

7. 如果您可以看到任何此类值,请点击“删除”。

Windows 找到您设备的驱动程序但遇到错误修复

8. 您将收到提示警告。点击“”以确认您的步骤。

Windows 找到您设备的驱动程序但遇到错误修复

删除该值后,重新启动机器。

设备重新启动后,转到设备管理器并再次检查该驱动程序。这一次,它不会通过任何错误消息。

修复 3 – 卸载并重新安装驱动程序

如果直接更新驱动不起作用,请尝试卸载有故障的驱动并重新安装。

1. 按Win 键+X组合键调出上下文菜单。

2. 然后,点击“设备管理器”进入设备管理器页面。

Windows 找到您设备的驱动程序但遇到错误修复

3. 在设备管理器页面上,找到有问题的驱动程序。

4. 现在,右键点击它并单击“卸载设备”从您的系统中卸载它。

Windows 找到您设备的驱动程序但遇到错误修复

5.接下来,点击“卸载”确认卸载。

Windows 找到您设备的驱动程序但遇到错误修复

卸载后,您应该关闭设备管理器。

之后,重新启动计算机。在系统启动过程中,Windows 会找到设备的默认驱动程序。这样,它应该可以正常工作。

修复 4 – 使用硬件和设备疑难解答

您可以利用硬件和设备疑难解答来解决问题。

1. 同时按下 Win键+R 键。

2. 接下来,在“运行”框中记下这一行,然后单击“确定”。

msdt.exe -id DeviceDiagnostic

Windows 找到您设备的驱动程序但遇到错误修复

这将打开硬件和设备页面。

4.您可以在左下角找到“高级”选项。单击它一次。

Windows 找到您设备的驱动程序但遇到错误修复

现在,只需按照屏幕上的步骤解决问题。测试这是否适合您。

修复 5 – 完全控制 TrustedInstaller

Trustedinstaller 需要完全控制才能完成安装过程。

1. 同时按下Windows 键+R键打开运行窗口。

2. 然后,写下这个地址并点击“ OK ”。

C:/Windows/

Windows 找到您设备的驱动程序但遇到错误修复

3. 现在,检查是否可以找到“ System32 ”文件夹。

4. 然后,右键点击“ System32 ”并单击“属性”。

Windows 找到您设备的驱动程序但遇到错误修复

5. 当您可以访问“属性”页面时,转到“安全”选项卡并单击“编辑... ”选项。

Windows 找到您设备的驱动程序但遇到错误修复

6. Now, select the " TrustedInstaller" group.

7. Next, you just need to check the "Allow" box next to the "Full Control" box.

Windows 找到您设备的驱动程序但遇到错误修复

8. After that, click "Apply" and "OK".

Windows 找到您设备的驱动程序但遇到错误修复

9. Now, after returning to the main Windows folder, locate the “ SysWOW64 ” folder.

10. Simply repeat the same steps for the "SysWOW64" folder (Step 4 to Step 8) to gain full control TrustedInstaller folder.

Windows 找到您设备的驱动程序但遇到错误修复

After taking full control of TrustedInstaller, you can easily install drivers.

Open Device Manager and try again. Your problem should be solved.

The above is the detailed content of How to fix errors encountered when finding device drivers in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:云东方. If there is any infringement, please contact admin@php.cn delete
Windows 10/11 上的病毒和威胁防护引擎不可用问题Windows 10/11 上的病毒和威胁防护引擎不可用问题Apr 13, 2023 pm 02:01 PM

Windows Defender是一种保护系统免受病毒攻击的功能。尝试安装最新的安全更新时,一些用户收到一条错误消息,指出“病毒和威胁防护引擎不可用”。此错误主要是由于系统文件损坏,系统上的更新过时或Windows更新中的某些问题等。可以通过安装最新更新、重置 Windows 安全中心应用程序、调整注册表编辑器项等来解决。在本文中,我们提供了一些解决方案,可帮助您在Windows计算机上解决此问题。方法 1 – 运行 Windows 更新疑难解答步骤 1 –一起使用Windows + I键打开窗

修复:Windows 11、10 中的错误 CLOCK WATCHDOG TIMEOUT修复:Windows 11、10 中的错误 CLOCK WATCHDOG TIMEOUTApr 13, 2023 pm 03:07 PM

蓝屏死机问题在 Windows 中并不是什么新鲜事。其中一个问题是“ CLOCK_WATCHDOG_TIMEOUT ”错误代码,它可能会突然使系统崩溃并重新启动系统。尽管此问题背后的实际原因可能因用户而异,但通常这是处理器的问题。核心线程之间响应的不规则性是这个问题的根本原因。但别担心。只需按照这些简单的修复即可快速找到解决方案。修复 1 – 使用驱动程序验证程序如果您的系统上安装了未知驱动程序,则必须使用验证程序。第1步1. 按Windows 键并在搜索框中输入“ verifier ”。2.

如何修复您尝试安装的应用不是 Windows 上经过 Microsoft 验证的应用如何修复您尝试安装的应用不是 Windows 上经过 Microsoft 验证的应用Apr 13, 2023 pm 05:52 PM

Microsoft Windows 10 和 11 可能配置为仅允许在设备上安装某些类型的应用程序。该限制可能是有意的,例如,当限制可以安装在设备上的内容的策略到位时,但有时也是无意的。以下指南提供了易于遵循的分步说明,以解决意外出现的错误消息。尝试安装某些类型的应用程序的 Windows 用户可能会收到错误消息“您尝试安装的应用程序不是 Microsoft 验证的应用程序”。该对话框几乎没有提供有关安装被阻止原因的信息。它指出“从商店安装应用程序有助于保护您的 PC 并使其平稳运行”,并链接到

DS4Windows 11 不工作?立即应用这些修复DS4Windows 11 不工作?立即应用这些修复Apr 13, 2023 pm 06:04 PM

<p>在某些情况下,将 DualShock 4 或 DualSense 5 控制器与 Windows PC 一起使用似乎会出现问题,控制器连接不正确或可能根本无法连接。</p><p>另一方面,PS4 和 PS5 都是针对各自的游戏机专门开发和优化的。现在,如果您是在 Windows 11 上遇到 DS4Windows 无法正常工作问题的不幸人士之一,您可以使用本教程来修复错误。</p>

在 Windows 11 上停止自动更新的三种方法在 Windows 11 上停止自动更新的三种方法Apr 13, 2023 pm 05:40 PM

<h2>如何在 Windows 11 上停止自动更新</h2><p>在 Windows 11 上停止自动更新的一种方法是调整更新设置。使用此方法时,您可以在 Windows 11 家庭版或专业版上暂停更新长达五周。</p><p>要在 Windows 11 上暂停更新,请使用以下步骤:</p><ol>&a

修复: Windows 无法初始化此硬件的设备驱动程序修复: Windows 无法初始化此硬件的设备驱动程序Apr 13, 2023 pm 01:19 PM

错误代码 37 表示 Windows 检测到设备驱动程序存在问题,无法启动硬件设备。这意味着您的系统上未正确安装软件设备驱动程序,或者您尝试使用的硬件与 Windows 不兼容。您已经知道驱动程序对于设备的平稳运行至关重要,因此如果您要使用硬件设备,则需要立即解决此错误。在本文中,我们将向您展示绕过此错误的各种方法。是什么原因导致 Windows 错误代码 37?当您得到 Windows 无法初始化此硬件的设备驱动程序时。(代码 37) 消息,它可能由几个问题引起,包括:兼容性问题 – 当您将硬

如何修复 Roblox 无法在 Windows 10 中安装或下载如何修复 Roblox 无法在 Windows 10 中安装或下载Apr 13, 2023 am 11:46 AM

Roblox 是一个帮助创建游戏的在线游戏平台;用户可以在世界任何地方玩它们。但是一些用户在安装 Roblox 时会遇到问题。无法成功安装游戏,它只是在安装过程中崩溃。原因可能是缓存损坏、DNS 设置、防火墙问题、系统可能需要安装最新更新等。在本文中,我们将讨论可以用来解决问题的不同方案和方法。让我们开始吧!方法 1:使用设置重置 Microsoft Store第 1 步:同时使用Windows + I键打开 Windows 设置。第 2 步:点击应用程序第 3 步:在右侧,找到应用和功能下的M

在 Windows 11 上禁用锁定屏幕的 3 种方法在 Windows 11 上禁用锁定屏幕的 3 种方法Apr 13, 2023 pm 02:19 PM

移动设备上的锁屏是一项基本功能,可帮助您随时了解设备上的最新动态,同时无需解锁设备即可访问最常用的重要功能。但是桌面系统上的锁屏并没有多大意义,主要是因为它们没有那么有用。您可以在锁定屏幕上收到通知并切换用户,仅此而已。而且,如果您像我一样,那么您很可能已经在移动设备上收到了通知,这使得桌面锁定屏幕上的通知变得多余。此外,您可能不会与任何不需要切换用户的人共享您的设备。在所有此类情况下,您可以使用以下方法禁用 Windows 11 上的锁定屏幕。 为什么要禁用锁定屏幕?根据您的工作流程,禁用锁定

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.