今天重新装了系统,装完以后,在桌面上点右键,桌面就处在任务忙状态,鼠标一直是一个沙漏.
弄的我心里这个郁闷.看下进程列表,发现有一个verclsid.exe程序满可疑.于是google了一下,
这个程序是KB908531(MS06-015)更新带来的,用于在Windows资源管理器实例化COM对象之前验证COM对象.
看来不是个恶意程序.不过M$这个更新里面有bug,所以才造成了桌面挂掉.
如果有下面几种情况,就会引发这个bug:
- 正在运行 Hewlett Packard (HP) Share-to-Web 软件
- 安装的是 61.94 版本或更早版本的 NVIDIA 显示 驱动程序
- Verclsid.exe 程序被防火墙程序阻止
我重装系统的时候就是因为安装了一个55.x版的NVIDIA显卡驱动,所以才引发了这个bug.(偶的gf2显卡也该换换了,呜呜)
解决方法,M$已经发布了MS06-015的新版本更新程序,只要安装了4月25号的新版本MS06-015更新程序,就解决了这个bug.但是不知道为什么我的系统还是会出现这个问题.(偶装的番茄花园的简化版,也不知道它给我整合了啥更新)
如果没法安装这个新版本更新程序,可以手动把HP Share-to-Web 跟NVIDIA外壳扩展添加到verclsid.exe的信任列表里.
下面内容摘自Microsoft网站:
将 HP Share-to-Web 软件手动添加到“允许列表”的步骤
警告:如果使用注册表编辑器或其他方法错误地修改了注册表,则可能导致严重问题。这些问题可能需要重新安装操作系统才能解决。Microsoft 不能保证可以解决这些问题。修改注册表需要您自担风险。
如果无法安装 2006 年 4 月 25 日发布的安全更新 908531 (MS06-015) 的 新版本,可以手动将 HP 外壳扩展添加到列表中以解决此问题。为此,您必须按照下列步骤来修改注册表:
| 1. | 使用具有管理凭据的帐户登录到计算机。 |
| 2. | 依次单击“开始”、“运行”,键入 regedit,然后单击“确定”。 |
| 3. | 找到下面的注册表子项,然后右键单击它: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Cached
|
| 4. | 指向“新建”,然后单击“DWORD 值”。 |
| 5. | 对于基于 Microsoft Windows 2000 的计算机,请键入以下内容: {A4DF5659-0801-4A60-9607-1C48695EFDA9} {000214E6-0000-0000-C000-000000000046}
对于基于 Microsoft Windows XP 或基于 Microsoft Windows Server 2003 的计算机,请键入以下内容: {A4DF5659-0801-4A60-9607-1C48695EFDA9} {000214E6-0000-0000-C000-000000000046} 0×401
|
| 6. | 右键单击刚刚创建的值,然后将“数值数据”设置为 1。 |
| 7. | 退出注册表编辑器。 |
| 8. | 使用“任务管理器”关闭 Verclsid.exe 程序或重新启动计算机。 |
将 NVIDIA 外壳扩展手动添加到“允许列表”的步骤
警告:如果使用注册表编辑器或其他方法错误地修改了注册表,则可能导致严重问题。这些问题可能需要重新安装操作系统才能解决。Microsoft 不能保证可以解决这些问题。修改注册表需要您自担风险。
如果无法安装 2006 年 4 月 25 日发布的安全更新 908531 (MS06-015) 的 新版本,请执行以下步骤以在注册表中手动输入 NVIDIA 外壳扩展:
| 1. | 使用具有管理凭据的帐户登录到计算机。 |
| 2. | 单击“开始”,单击“运行”,键入 regedit,然后单击“确定”。 |
| 3. | 找到下面的注册表子项,然后右键单击它: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Cached
|
| 4. | 指向“新建”,然后单击“DWORD 值”。 |
| 5. | 对于基于 Microsoft Windows 2000 的计算机,请键入以下内容: {1e9b04fb-f9e5-4718-997b-b8da88302a47} {000214e8-0000-0000-c000-000000000046}
{1e9b04fb-f9e5-4718-997b-b8da88302a48} {000214e8-0000-0000-c000-000000000046}
{1cdb2949-8f65-4355-8456-263e7c208a5d} {000214e6-0000-0000-c000-000000000046}
对于基于 Microsoft Windows XP 或基于 Microsoft Windows Server 2003 的计算机,请键入以下内容: {1e9b04fb-f9e5-4718-997b-b8da88302a47} {000214e8-0000-0000-c000-000000000046} 0×401
{1e9b04fb-f9e5-4718-997b-b8da88302a48} {000214e8-0000-0000-c000-000000000046} 0×401
{1cdb2949-8f65-4355-8456-263e7c208a5d} {000214e6-0000-0000-c000-000000000046} 0×401
|
| 6. | 右键单击刚刚创建的值,然后将“数值数据”设置为 1。 |
| 7. | 退出注册表编辑器。 |
| 8. | 重新启动计算机。 |
如果你的bug是HP Share-to-web引起的,对自己修改注册表充满恐惧,那么可以下载下面两个文件之一,自动修复这个bug.
还有人帖出了一个十分搞笑的解决方法,那就是:
只要 在"C:\Documents and Settings\All Users\桌面"下用 右键—>刷新 一下就行了
至于上面这个方法是否有效,偶没有验证.谁有兴趣可以尝试一下 :p
至于偶的方法,也很简单: 卸载了那个55.x版显卡驱动,装个高版本的. 这样不就ok了 哈哈.
下面是这个bug发生时的一些可能的故障现象:
-使用IE地址栏中的下拉列表时IE可能停止响应
-在地址栏中输入地址时可能没反应
-从“我的文档”文件夹中打开或保存OFFICE文件时,OFFICE程序可能停止响应
-无法从OFFICE程序中打开“我的文档”文件夹中的OFFICE文件
-试图从文件菜单打开文件时程序可能停止响应
-选中一个文件并单击右键菜单中的“发送到”按钮时可能没反应
-在资源管理器中单击文件夹旁边的+号时可能没反应
-在“我的文档”中打开或保存文件、数据时,一些第三方程序可能停止响应
下面是这个bug可能影响到的系统版本:
| • | Microsoft Windows Server 2003 R2 Standard Edition (64-Bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003 R2 Datacenter Edition (64-Bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003 R2 Enterprise Edition (64-Bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86) | ||||||||||||||||||
| • | Microsoft Windows Server 2003, Standard x64 Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003, Datacenter x64 Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003, Enterprise x64 Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003 Service Pack 1 当用于 | ||||||||||||||||||
|
|||||||||||||||||||
| • | Microsoft Windows Server 2003, Datacenter Edition for 64-Bit Itanium-Based Systems | ||||||||||||||||||
| • | Microsoft Windows Server 2003 64-bit Enterprise Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003 Standard Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003 Datacenter Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003 Enterprise Edition | ||||||||||||||||||
| • | Microsoft Windows Server 2003 Web Edition | ||||||||||||||||||
| • | Microsoft Windows Small Business Server 2003 Premium Edition | ||||||||||||||||||
| • | Microsoft Windows Small Business Server 2003 Standard Edition | ||||||||||||||||||
| • | Microsoft BackOffice Small Business Server 2000 Service Pack 1 | ||||||||||||||||||
| • | Microsoft Windows XP Professional x64 Edition | ||||||||||||||||||
| • | Microsoft Windows XP Service Pack 2 当用于 | ||||||||||||||||||
|
|||||||||||||||||||
| • | Microsoft Windows XP Service Pack 1 当用于 | ||||||||||||||||||
|
|||||||||||||||||||
| • | Microsoft Windows XP Media Center Edition 2005 | ||||||||||||||||||
| • | Microsoft Windows XP Media Center Edition | ||||||||||||||||||
| • | Microsoft Windows XP Tablet PC Edition 2005 | ||||||||||||||||||
| • | Microsoft Windows XP Tablet PC Edition | ||||||||||||||||||
| • | Microsoft Windows 2000 Service Pack 4 当用于 | ||||||||||||||||||
|
|||||||||||||||||||
| • | Microsoft Windows 2000 Advanced Server | ||||||||||||||||||
| • | Microsoft Windows 2000 Datacenter Server | ||||||||||||||||||
| • | Microsoft Windows 2000 Professional Edition | ||||||||||||||||||
| • | Microsoft Windows 2000 Service Pack 4 | ||||||||||||||||||
| • | Microsoft Streets & Trips 2006 | ||||||||||||||||||
| • | Microsoft Streets & Trips 2005 Standard Edition | ||||||||||||||||||
| • | Microsoft Works 8.0 Standard Edition | ||||||||||||||||||
| • | Microsoft Works 7.0 标准版 | ||||||||||||||||||
| • | Microsoft Works Suite 2006 | ||||||||||||||||||
| • | Microsoft Works Suite 2005 Standard Edition | ||||||||||||||||||
| • | Microsoft Digital Image Suite 10 | ||||||||||||||||||
| • | Microsoft Digital Image Pro Suite 9.0 | ||||||||||||||||||
| • | Microsoft MapPoint 2006 Standard Edition | ||||||||||||||||||
| • | Microsoft MapPoint 2004 Standard Edition | ||||||||||||||||||
| • | Microsoft Picture It!2002 标准版 | ||||||||||||||||||
| • | Microsoft Digital Image Standard 2006 | ||||||||||||||||||
| • | Microsoft Digital Image Suite 2006 Trial Edition | ||||||||||||||||||
| • | Microsoft Digital Image Suite 2006 | ||||||||||||||||||
| • | Microsoft Autoroute Europe 2006 | ||||||||||||||||||
| • | Microsoft Autoroute Europe 2005 Europe | ||||||||||||||||||
| • | Microsoft Picture It! Premium 10 | ||||||||||||||||||
参考文档:
http://bbs.mscommunity.com/forums/ShowThread.aspx?PostID=32771
http://support.microsoft.com/kb/918165
点击下载此文件





