有解决方案可以解决Win 8.1驱动程序灾难吗?(键盘停止工作)


9

Win 8.1永不停止打动我。这已经是我第三次发生这样的灾难了。在此之前,我使用系统刷新来“重新安装” Windows,但是我很累:/

好的,问题...我的ps / 2键盘停止工作了,但是这次是音频设备。在以前,它仅是键盘,而鼠标和键盘是。

在设备管理器中,那些带有黄色标记的设备。

在此处输入图片说明

如果打开设备属性,则会看到以下内容:

在此处输入图片说明

(看起来像Windows程序员希望在printf函数中添加变量,因此仅显示类型说明符。)

好吧接下来 我试图做的事情: 删除设备并重新启动Windows-并没有帮助,启动后发现相同的黄色标记设备。

回滚驱动程序 -此按钮无效。

自动更新驱动程序 -表示不需要更新驱动程序。 在此处输入图片说明

手动安装驱动程序,并选择列表中唯一可用的单个驱动程序在此处输入图片说明

从管理器中删除设备,将键盘从PC上拔下。关闭电脑。启动PC并将键盘插入PC-没有任何反应。

我在Internet中找到了一些有关UpperFilters和LowerFilters的主题。在我的注册表中没有此类密钥,因此没有要删除的内容。

我也发现带有一些.reg文件的线程来修复DVD驱动器和键盘问题。我尝试了那些,但是没有帮助。

尝试了一些自动驱动程序安装程序 -他们没有列出更新所需的带有黄色标记的设备。

我读了一些有关在BIOS中禁用XHCI模式的主题,但是我有真正的BIOS,而不是UEFI,所以我没有此设置。

我试图运行命令:sfc.exe / scannow 最后,它说发现问题并且无法解决。

我是程序员,我的电脑足够干净。我不下载垃圾程序,不访问端口站点和warez站点,不使用优化器等。

昨天我什么都没安装,我只是关闭电脑,今天键盘不工作。 键盘仅在BIOS时间工作,一旦操作系统开始加载,它将停止工作,因此我什至无法按F8进入安全模式。Keyboard也可以在可启动CD和Linux Live CD中使用。

现在,我插入了蓝牙键盘,并且很高兴它可以工作,但是它是从Tablet PC上使用的,因此使用起来很不舒服。

我真的不想再次安装Windows。自第二次没有键盘和鼠标工作以来,仅一周过去了,而自第二次以来,仅一年过去了。

从Windows日志中: 设备ACPI \ PNP0303 \ 4&224ad326&0启动时出现问题。
驱动程序名称:keyboard.inf
类别向导:{4d36e96b-e325-11ce-bfc1-08002be10318}
服务:i8042prt
下层过滤器:
上层过滤器:
问题:0x27
状态:0x0

sfc.exe的结果: 开始系统扫描。此过程将需要一些时间。开始系统扫描的验证阶段。验证100%完成。Windows资源保护发现损坏的文件,但无法修复其中的一些文件。详细信息包含在CBS.Log windir \ Logs \ CBS \ CBS.log中。例如C:\ Windows \ Logs \ CBS \ CBS.log。请注意,当前在离线服务方案中不支持日志记录。

这是日志http://fbe.am/sof的链接。日志有问题,所以我将所有显示在此处的文件都放在了文件夹中,并第二次运行命令。尽管如此,日志比以前创建的要少得多。也许值得阅读4月22日我创建的文件夹中的日志。

有人可以帮我什么吗?这绝对是赢得8.1驱动程序的问题。不是键盘。


高清晰度音频设备似乎也有一些问题。将其中的CBS.log文件复制C:\Windows\Logs\CBS到桌面,将其压缩为.zip / .7z归档文件,然后将其上传到某个位置(例如ge.tt/about)。然后在此处发布链接。
and31415

是的 这次声音也消失了,但是,与键盘相比,这是最小的问题。看起来此日志已被某些内容覆盖。我已经读过了,只有几个MB,现在只有70 kb。我将再次运行该命令并很快上传结果。
Kosmos 2014年

@ and31415-我照你说的做了。
Kosmos

1
@Kosmos我已经发布了答案,可以帮助您了解哪些是损坏的文件。在继续进行手动修复之前,请以管理员身份打开命令提示符并运行以下命令:chkdsk %systemdrive% /r。Windows下次启动时,它将要求您安排磁盘检查。给出所需的确认后,重新启动Windows并等待磁盘检查完成。报告任何可能检测到的错误。
and31415 2014年

1
@Kosmos要获取正确的文件,您需要Windows 8.1安装媒体。如果您没有,您可以得到正式试用。只要确保获得与您安装的版本相同的版本(例如32位)即可。稍后将添加修复步骤。顺便说一句,与键盘相关的驱动程序i8042prt.sys确实已损坏。
and31415

Answers:


5

在Windows 8(.1)中,可以通过提升的CMD提示符运行以下命令,使用DISM修复损坏的文件

DISM /Online /Cleanup-Image /RestoreHealth

如果它检测到无法修复的损坏文件,则Windows从Windows Update下载文件。因此,无需像Vista / Windows 7一样自行修复文件。


谢谢。现在我尝试这个。目前已经在20%的位置停留了10分钟。
Kosmos

不知道该怎么想。程序完成。我去了设备管理器并删除了键盘和音频。重新启动PC。键盘和音频仍然不起作用。并且由于主要问题> _ <的原因,我无法安装或重新安装驱动程序
Kosmos 2014年

@Kosmos上传新的CBS日志以及DISM.log。
magicandre1981

第一次运行dism时,它没有错误结束,现在我决定第二次运行,但是由于错误而结束,但是,创建了一些日志fbe.am/spq:部署映像服务和管理工具版本:6.3.9600.17031映像版本:6.3.9600.17031 [=========================== 100.0%================== =========]错误:0x80240021 DISM失败。没有执行任何操作。有关更多信息,请查看日志文件。可以在C:\ WINDOWS \ Logs \ DISM \ dism.log中找到DISM日志文件
Kosmos

1
@Kosmos版本6.3.9600.17031中的portcls.sys已损坏,Windows超时无法下载文件。您可以下标8.1 ISO,其中包括像Enterprise Trial这样的更新。现在,如果下载始终失败,则使用/ Source参数指向WIM以获取数据。其他问题均由DISM解决。
magicandre1981

3

过滤细节

运行sfc /scannow会产生一个CBS.log报告文件(通常在中找到C:\Windows\Logs\CBS),其中包含大量信息。为了获得多汁的位,请打开命令提示符,然后执行以下命令:

findstr /i /c:"[SR]" "%windir%\Logs\CBS\CBS.log" | findstr /i /v /c:"verify" > "%userprofile%\Desktop\sfc.txt"

上面的命令将:

  1. 获取原始文件中包含的所有行,这些行[SR]用于跟踪修复尝试。

  2. 删除verify上一步中包含的所有行,以进一步减少混乱。

  3. 将结果写入sfc.txt文件中以供以后分析。

在这种情况下,这将是结果文件:

2014-04-22 17:07:44, Info                  CSI    00000065 [SR] Cannot repair member file [l:22{11}]"HdAudio.sys" of hdaudio.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:07:48, Info                  CSI    00000067 [SR] Cannot repair member file [l:22{11}]"HdAudio.sys" of hdaudio.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:07:48, Info                  CSI    00000068 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_hdaudio"
2014-04-22 17:07:49, Info                  CSI    0000006d [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of keyboard.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:07:57, Info                  CSI    0000006f [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of keyboard.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:07:57, Info                  CSI    00000070 [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_keyboard"
2014-04-22 17:08:01, Info                  CSI    00000075 [SR] Cannot repair member file [l:24{12}]"mdmhandy.inf" of mdmhandy.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:08:05, Info                  CSI    00000077 [SR] Cannot repair member file [l:24{12}]"mdmhandy.inf" of mdmhandy.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:08:05, Info                  CSI    00000078 [SR] This component was referenced by [l:200{100}]"Microsoft-Windows-Common-Modem-Drivers-Package-net~31bf3856ad364e35~x86~~6.3.9600.16384.INF_mdmhandy"
2014-04-22 17:16:44, Info                  CSI    00000442 [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of msmouse.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:16:47, Info                  CSI    00000444 [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of msmouse.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:16:47, Info                  CSI    00000445 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_msmouse"
2014-04-22 17:17:42, Info                  CSI    00000479 [SR] Cannot repair member file [l:22{11}]"netr28u.sys" of netr28u.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:17:46, Info                  CSI    0000047b [SR] Cannot repair member file [l:22{11}]"netr28u.sys" of netr28u.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:17:46, Info                  CSI    0000047c [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_netr28u"
2014-04-22 17:18:37, Info                  CSI    0000048c [SR] Cannot repair member file [l:24{12}]"uaspstor.sys" of uaspstor.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:18:38, Info                  CSI    0000048e [SR] Cannot repair member file [l:24{12}]"uaspstor.sys" of uaspstor.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:18:38, Info                  CSI    0000048f [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_uaspstor"
2014-04-22 17:18:42, Info                  CSI    00000494 [SR] Cannot repair member file [l:22{11}]"portcls.sys" of wdmaudio.inf, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:18:44, Info                  CSI    00000496 [SR] Cannot repair member file [l:22{11}]"portcls.sys" of wdmaudio.inf, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:18:44, Info                  CSI    00000497 [SR] This component was referenced by [l:162{81}]"Package_939_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14.2919355-2269_neutral_GDR"
2014-04-22 17:19:11, Info                  CSI    000004a3 [SR] Repairing 7 components
2014-04-22 17:19:11, Info                  CSI    000004a6 [SR] Cannot repair member file [l:22{11}]"HdAudio.sys" of hdaudio.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:11, Info                  CSI    000004a8 [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of keyboard.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:11, Info                  CSI    000004aa [SR] Cannot repair member file [l:24{12}]"mdmhandy.inf" of mdmhandy.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:11, Info                  CSI    000004ac [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of msmouse.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004ae [SR] Cannot repair member file [l:22{11}]"netr28u.sys" of netr28u.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b0 [SR] Cannot repair member file [l:24{12}]"uaspstor.sys" of uaspstor.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b2 [SR] Cannot repair member file [l:22{11}]"portcls.sys" of wdmaudio.inf, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b4 [SR] Cannot repair member file [l:24{12}]"uaspstor.sys" of uaspstor.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b5 [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_uaspstor"
2014-04-22 17:19:12, Info                  CSI    000004b7 [SR] Cannot repair member file [l:22{11}]"netr28u.sys" of netr28u.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b8 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_netr28u"
2014-04-22 17:19:12, Info                  CSI    000004ba [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of keyboard.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004bb [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_keyboard"
2014-04-22 17:19:12, Info                  CSI    000004bd [SR] Cannot repair member file [l:22{11}]"HdAudio.sys" of hdaudio.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004be [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_hdaudio"
2014-04-22 17:19:12, Info                  CSI    000004c0 [SR] Cannot repair member file [l:22{11}]"portcls.sys" of wdmaudio.inf, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c1 [SR] This component was referenced by [l:162{81}]"Package_939_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14.2919355-2269_neutral_GDR"
2014-04-22 17:19:12, Info                  CSI    000004c3 [SR] Cannot repair member file [l:24{12}]"mdmhandy.inf" of mdmhandy.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c4 [SR] This component was referenced by [l:200{100}]"Microsoft-Windows-Common-Modem-Drivers-Package-net~31bf3856ad364e35~x86~~6.3.9600.16384.INF_mdmhandy"
2014-04-22 17:19:12, Info                  CSI    000004c6 [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of msmouse.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c7 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_msmouse"
2014-04-22 17:19:12, Info                  CSI    000004c8 [SR] Repair complete
2014-04-22 17:19:12, Info                  CSI    000004c9 [SR] Committing transaction

找出问题

检查文件后,您可以看到系统文件检查器试图修复7个组件,但是失败了:

2014-04-22 17:19:11, Info                  CSI    000004a3 [SR] Repairing 7 components
2014-04-22 17:19:12, Info                  CSI    000004b4 [SR] Cannot repair member file [l:24{12}]"uaspstor.sys" of uaspstor.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b5 [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_uaspstor"
2014-04-22 17:19:12, Info                  CSI    000004b7 [SR] Cannot repair member file [l:22{11}]"netr28u.sys" of netr28u.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004b8 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_netr28u"
2014-04-22 17:19:12, Info                  CSI    000004ba [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of keyboard.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004bb [SR] This component was referenced by [l:196{98}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_keyboard"
2014-04-22 17:19:12, Info                  CSI    000004bd [SR] Cannot repair member file [l:22{11}]"HdAudio.sys" of hdaudio.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004be [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_hdaudio"
2014-04-22 17:19:12, Info                  CSI    000004c0 [SR] Cannot repair member file [l:22{11}]"portcls.sys" of wdmaudio.inf, Version = 6.3.9600.17031, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c1 [SR] This component was referenced by [l:162{81}]"Package_939_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14.2919355-2269_neutral_GDR"
2014-04-22 17:19:12, Info                  CSI    000004c3 [SR] Cannot repair member file [l:24{12}]"mdmhandy.inf" of mdmhandy.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c4 [SR] This component was referenced by [l:200{100}]"Microsoft-Windows-Common-Modem-Drivers-Package-net~31bf3856ad364e35~x86~~6.3.9600.16384.INF_mdmhandy"
2014-04-22 17:19:12, Info                  CSI    000004c6 [SR] Cannot repair member file [l:24{12}]"i8042prt.sys" of msmouse.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-04-22 17:19:12, Info                  CSI    000004c7 [SR] This component was referenced by [l:194{97}]"Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~x86~~6.3.9600.16384.INF_msmouse"

每个条目都遵循以下粗略方案:

  • Cannot repair member file [...]"uaspstor.sys"
    需要修复的文件。

  • of uaspstor.inf,
    文件所属的软件包的名称。

  • Version = 6.3.9600.16384,
    文件版本(主要,次要,内部版本和修订版)。

  • pA = PROCESSOR_ARCHITECTURE_INTEL (0),
    目标处理器架构

  • Culture neutral, [...],
    如果是本地语言,则为 中性或相关的文化名称

  • hash mismatch
    原因文件需要修复。

列出的文件在那里时,它们的哈希值与预期值不匹配,这意味着它们已损坏。除一个文件外,所有文件都共享相同的版本,即6.3.9600.16384。这意味着它们已包含在Windows 8.1 RTM中。该portcls.sys文件具有版本6.3.9600.17031,它是KB2919355更新的一部分:

2014-04-22 17:19:12, Info                  CSI    000004c1 [SR] This component was referenced by [l:162{81}]"Package_939_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14.2919355-2269_neutral_GDR"

此时,您需要替换损坏的文件。

参考文献


我需要替换当前显示的所有3个文件夹中的文件吗?屏幕:filebeam.com/1051fababcda2f9fe1607a13c7cd4f0f.jpg
Kosmos,

@Kosmos实际上,它们实际上是硬链接,它们应该相同。您只需要替换位于中的副本即可C:\Windows\WinSxS。更换所有组件之后,请运行sfc /scannow该命令,以根据需要修复其他副本,并确保没有其他问题。
and31415

好的,将开始在安装媒体中搜索该文件。chkdsk在启动时工作了很长时间。我虽然挂了10%。它处于这样的状态30分钟,然后意外地完成了所有加载工作。但是,我找不到chkdsk日志。
Kosmos 2014年

嗯,安装媒体似乎没有包含那些可以自由查找的文件。Windows搜索在磁盘上找不到任何该sys文件。
Kosmos 2014年

@Kosmos chkdsk日志应该在事件查看器中可用。请参阅CHKDSK-在Windows 8中检查驱动器是否有错误。至于文件,请查看以下文章:如何从Windows 7安装DVD中提取文件。我将继续编辑我的问题,以便以后包括逐步维修过程。同时,如果您还有其他问题,请告诉我。
and31415

2

目前,还没有已知的解决方案。但是,可以修复Windows 8.1中该词的旧含义。您可以下载升级助手或获取win 8.1的ISO并在已加载的win 8.1下运行它或安装程序。按照步骤进行操作,然后选择“保留Windows设置,个人文件和应用”。在最后阶段,窗户将开始安装并保持一切!它比“刷新”要好得多,因此,这是当前最好的解决方案。

但是...如果鼠标+ KB不起作用,那么这样做确实很难,因为必须从运行Windows的Windows启动安装程序。


1

抱歉得知您使用Windows 8.1时遇到的麻烦!我以前在机器上看到过这个问题,并且在TomsHardware论坛上找到了答案-http: //www.tomshardware.com/answers/id-1946297/keyboard-working-windows.html

您可以检查“ i8042prt”的服务启动状态吗?这是一个隐藏的系统服务,因此在“ services.msc”中找不到。

转到Regedit,然后转到:HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ i8042prt

服务的价值是什么?请注意,然后将StartValue设置为1,重新启动PC并查看操作方法。如果没有帮助,可以将其改回。

我希望这有帮助!


感谢您的回应。这些家伙对他们的帮助是多么幸运。对我来说不起作用。该值设置为3。我设置为1.重新启动-Kb仍为黄色。删除它,重新启动,KB再次变为黄色。没有任何帮助:(
Kosmos

0

有时候,这只是司机的错。而DriverPack为我提供了很多帮助。
下载精简版,让它自动检查和更新驱动程序。


是的,但是驱动程序包解决方案包含在其中:尝试了一些自动驱动程序安装程序 -它们没有列出更新所需的带有黄色标记的设备。
Kosmos 2014年

抱歉,您没有提及您使用了哪些产品,所以我认为您可能会错过此。
Jet

PS -1不是我的。而且,任何自动驱动程序更新软件都会失败的一般原因是-当前驱动程序适用于设备,无法加载,尽管它们是最新的。
Kosmos 2014年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.