博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DVDROM驱动不能加载的问题
阅读量:7077 次
发布时间:2019-06-28

本文共 2463 字,大约阅读时间需要 8 分钟。

 今天卸载Intervedio WinDVD后,突然发现DVD光驱在系统中找不到了。Device manager中Device status是:


Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39) 


开始试图更新光驱驱动程序,总是说系统已经安装最新的驱动(这是事实,因为改动没有破坏光驱驱动)。那么说应该是驱动上层的系统的问题了。到MS论坛上一看有N多的人遇到类似的问题,详见:


http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=857993&SiteID=1


其中有高手提供了解决办法:


http://support.microsoft.com/kb/314060


原来可以通过修改注册表来解决。试了用手动修改注册表的方法2,简单有效


Step 1: Start Registry Editor

Click 
Start
, click 
Run
, type 
regedit
, and then click 
OK
. Registry Editor starts.

Step 2: Delete the UpperFilters registry entry


1. In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
2. Expand SYSTEM, and then expand CurrentControlSet.
3. Expand Control, and then expand Class.
4. Under Class, click {4D36E965-E325-11CE-BFC1-08002BE10318}.
5. In the right pane (topic area), click UpperFilters.
Note An UpperFilters.bak registry entry may also appear. To delete the UpperFilters registry entry, you must click UpperFilters and not UpperFilters.bak.
6. On the Edit menu, click Delete.
7. When you receive the following message, click Yes to confirm the deletion of the UpperFilters registry entry:
Are you sure you want to delete this value?
The UpperFilters registry entry is removed from the {4D36E965-E325-11CE-BFC1-08002BE10318} registry subkey.


Note
 Do not exit Registry Editor. You must have this program for the next step.

Step 3: Delete the LowerFilters registry entry

1. In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
2. Expand SYSTEM, and then expand CurrentControlSet.
3. Expand Control, and then expand Class.
4. Under Class, click {4D36E965-E325-11CE-BFC1-08002BE10318}.
5. In the right pane (topic area), click LowerFilters.
Note An LowerFilters.bak registry entry may also appear. To delete the LowerFilters registry entry, you must click LowerFilters and not LowerFilters.bak.
6. On the Edit menu, click Delete.
7. When you receive the following message, click Yes to confirm the deletion of the LowerFilters registry entry:
Are you sure you want to delete this value?The LowerFilters registry entry is removed from the {4D36E965-E325-11CE-BFC1-08002BE10318} registry subkey.
8. Exit Registry Editor.

Step 4: Restart the computer

If a CD recording program no longer works after you restart the computer, you must reinstall the CD recording program.

文章出处:
      本文转自daniel8294 51CTO博客,原文链接:http://blog.51cto.com/acadia627/985937,如需转载请自行联系原作者
你可能感兴趣的文章
[摘录]第11章 造就优势谈判的驱动力
查看>>
Linux上使用程序相对路径访问文件【转】
查看>>
项目中关于IFRAME引发的问题【出现率很高】
查看>>
我为NET狂官方面试题-数据库篇答案
查看>>
设计模式系列-享元模式
查看>>
UVa 442 Matrix Chain Multiplication(矩阵链,模拟栈)
查看>>
Scala的基本语法总结
查看>>
【OpenCV】图像转成YUV420 I420格式
查看>>
PLSQL中隐式打开cursor的小例子
查看>>
设计模式与足球
查看>>
高性能网络使DNS DDoS无损防护成为可能
查看>>
RDIFramework.NET ━ .NET快速信息化系统开发框架 V3.2->WinForm版本新增新的角色授权管理界面效率更高、更规范...
查看>>
JAVAC 命令使用方法
查看>>
9.3. Yate - Yet Another Telephony Engine (includes SIP to H.323 translation)
查看>>
利用python/pandas/numpy做数据分析(三)-透视表pivot_table
查看>>
SQL Server 数据库项目
查看>>
Windows7下pip安装包报错:Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat
查看>>
陈正冲老师讲c语言之内存的申请malloc() 和释放free()
查看>>
TortoiseSVN比较工具设置为BeyondCompare 4
查看>>
大会 | SEE Conf:Ant Design 3.0 背后的故事
查看>>