勝利8.1は私を感心させるために決して止まりません。このような災害が私に起こったのはすでに3回目です。その前は、システムの更新を使用してウィンドウを「再インストール」していましたが、疲れていました:/
さて、問題...私のps/2キーボードが再び動作を停止しましたが、今回はオーディオデバイスを使用しました。以前はキーボードのみで、マウスとキーボードでした。
デバイスマネージャで、黄色のマークが付いたデバイス。
デバイスのプロパティを開くと、次のように表示されます。
(Windowsプログラマーがprintf関数に変数を追加することを忘れているように見えるため、型指定子のみが表示されます。)
はい、次。私がやろうとしたこと:デバイスを削除してウィンドウを再起動する-役に立たない、起動後に同じ黄色のマークの付いたデバイスが見つかる.
Roll back driver -このボタンはアクティブではありません。
自動ドライバー更新-ドライバー更新は必要ないことを示します。
リストで利用可能な唯一の単一のドライバーを選択した手動ドライバーのインストール:
デバイスをマネージャーから削除し、キーボードをPCから取り外します。 PCをシャットダウンします。 PCを起動し、キーボードをPC に接続します-何も起こりません。
インターネットで UpperFiltersおよびLowerFilters に関するスレッドを見つけました。私のレジストリにはそのようなキーがなかったので、削除するものは何もありませんでした。
また、。regファイルのあるスレッドを見つけて、DVDドライブとキーボードの問題を修正しました。私はそれらを試しました、しかし助けはありません。
自動ドライバインストールプログラムを試してみました-更新に必要な黄色のデバイスがリストされていません。
BIOSでXHCIモードを無効にすることについていくつかのスレッドを読みましたが、UEFIではなく実際のBIOSを持っているので、この設定はありません。
コマンドを実行しようとしました:sfc.exe/scannow 最終的に、問題が見つかり、修正できないと述べました。
私はプログラマーです、私のPCは十分にきれいです。ジャンクプログラムをダウンロードしたり、ポートサイトやウェアーズサイトにアクセスしたり、オプティマイザを使用したりしません。
昨日は何もインストールせず、PCをシャットダウンしただけで今日はキーボードが機能しません。 BIOSはBIOS時間のみで機能します、OSのロードが開始されると機能しなくなり、F8キーを押してもセーフモードになりません。キーボードは、ブータブルCDおよびLinux Live CDでも機能します。
今私はBluetoothキーボードを差し込み、喜んでそれは機能しますが、タブレットPCからそれを使用するのはとても不快です。
私は本当に窓を再インストールしたくありません。キーボードとマウスが機能していなかった2回目から、1週間が経過しました。
Windowsログから:デバイスACPI\PNP0303\4&224ad326&0の起動に問題がありました。
ドライバー名:keyboard.inf
クラスGUID:{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 。ログに問題があったため、そこに表示されているすべてのファイルをフォルダーに配置し、コマンドを2回実行しました。それでも、ログは作成される前よりもはるかに少なくなります。たぶん、私が作成したフォルダで4月22日付けのログを読む価値があります。
誰かが私を助けてくれますか?これは明らかに8.1ドライバーの問題です。キーボードではありません。
現時点では、既知の解決策はありません。しかし、そのWordの古き良き意味でWindows 8.1を修復することは可能です。アップグレードアシスタントをダウンロードするか、Win 8.1のISOを取得して、読み込まれたWindows 8.1で実行するか、インストーラーを実行できます。手順を実行し、手順を進めながら「Windowsの設定、個人用ファイル、アプリを保持する」を選択します。最終段階でウィンドウはインストールを開始し、すべてを維持します!リフレッシュよりもはるかに優れているため、現在のソリューションの中で最高です。
ただし...マウス+ KBが機能しない場合、Windowsインストーラーは実行中のWindowsから起動する必要があるため、これを行うのは非常に困難です。
Windowsの場合8(.1) DISMを使用して、破損したファイルを修復することができます このコマンドを 昇格から実行するCMDプロンプト :
DISM /Online /Cleanup-Image /RestoreHealth
修復できない破損したファイルを検出した場合、WindowsはWindows Updateからファイルをダウンロードします。したがって、Vista/Windows 7のようにファイルを自分で修復する必要はありません。
_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"
_
上記のコマンドは:
修復の試みを追跡する_[SR]
_を含む元のファイルのすべての行を取得します。
混乱をさらに減らすために、前の手順で取得したものからverify
を含むすべての行を削除します。
後で分析するために、結果を_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
_
ファイルを修復する必要がある理由。
リストされたファイルは存在しますが、それらのハッシュは期待された値と一致しません。つまり、ファイルが破損しています。 1つを除くすべてのファイルは、同じバージョン、つまり_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"
_
この時点で、破損したファイルを置き換える必要があります。
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を再起動し、手順を確認します。問題が解決しない場合は、元に戻すことができます。
これが役に立てば幸いです!
時々、それはドライバーの責任です。そして DriverPack は私を大きく助けてくれました。
lite バージョンをダウンロードして、ドライバーを自動的に確認および更新します。