檢測不到相容的鍵盤驅動程式

2022-02-05 10:10:04 字數 2683 閱讀 3688

今天剛裝的xp系統,提示檢測不到相容的鍵盤驅動程式,該對話方塊已被停用。

解決辦法:

只需將內容儲存成.reg檔案,然後雙擊之,將其內容注入登錄檔即可恢復

windows registry editor version 5.00

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts]

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\00000404]

"layout file"="kbdus.dll"

"layout text"="中文 (繁體) - 美式鍵盤"

"layout display name"="@%systemroot%\\system32\\input.dll,-5065"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\00000409]

"layout file"="kbdus.dll"

"layout text"="美國英語"

"layout display name"="@%systemroot%\\system32\\input.dll,-5000"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\00000411]

"layout file"="kbdjpn.dll"

"layout text"="日語"

"layout display name"="@%systemroot%\\system32\\input.dll,-5061"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\00000809]

"layout text"="英國"

"layout display name"="@%systemroot%\\system32\\input.dll,-5025"

"layout file"="kbduk.dll"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e0010411]

"ime file"="imjp81.ime"

"layout file"="kbdjpn.dll"

"layout text"="日語輸入系統 (ms-ime2002)"

"layout display name"="@%systemroot%\\system32\\input.dll,-5062"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e0010804]

"layout file"="kbdus.dll"

"layout text"="中文 (簡體) - 全拼"

"ime file"="winpy.ime"

"layout display name"="@%systemroot%\\system32\\input.dll,-5073"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e0020804]

"layout file"="kbdus.dll"

"layout text"="中文 (簡體) - 雙拼"

"ime file"="winsp.ime"

"layout display name"="@%systemroot%\\system32\\input.dll,-5074"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e0040804]

"layout file"="kbdus.dll"

"layout text"="中文 (簡體) - 智慧型 abc"

"ime file"="winabc.ime"

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e00e0804]

"layout file"="kbdus.dll"

"layout text"="中文 (簡體) - 微軟拼音輸入法 3.0 版"

"ime file"="pintlgnt.ime"

"layout display name"="@%systemroot%\\system32\\input.dll,-5091"

"system ime file"="c:\\windows\\system32\\pintlgnt.ime"

"old ime version"=dword:0503114b

"old ime codepage"=dword:000004b0

[hkey_local_machine\system\currentcontrolset\control\keyboard layouts\e0100804]

"ime file"="winwb86.ime"

"layout file"="kbdus.dll"

"layout text"="王碼五筆型輸入法86版"

虛擬鍵盤驅動程式

文章出處 作者 李先靜 前 段時間寫乙個程式,要向系統中注入按鍵事件,我又不想信賴於具體的gui,就寫乙個虛擬鍵盤裝置驅動程式,感覺挺好用的,不過後來發現linux其實有一 個uinput驅動程式實現了類似的功能。幸好後來才發現uinput這玩意兒,否則就沒有機會去寫了這個程式了,有時真是寧願知識面...

8 輸入子系統 鍵盤按鍵驅動程式

我們在為某種裝置的編寫驅動層,只需要關心裝置驅動層,即如何驅動裝置並獲得硬體資料 如按下的按鍵資料 然後呼叫核心層提供的介面,核心層就會自動把資料提交給事件處理層。在輸入子系統中,事件驅動是標準的,適用於所有輸入類的。我們的裝置可以利用乙個已經存在的,合適的輸入事件驅動,通過輸入核心,和使用者應用程...

驅動程式的註冊

註冊過程 insmod module name 載入驅動程式,執行init函式 register chrdev dev major,module name fs 檢視 proc devices 建議在linux下用vi檢視,其中包含所有的裝置資訊。包括 character device 字元裝置 b...