如何禁用筆記本自帶的鍵盤
Win+X
選擇 Windows PowerShell(管理員)
1.輸入命令cmd
,回車
2.再輸入以下內容,然后重啟即可禁用筆記本自帶的鍵盤
sc config i8042prt start= disabled
恢復使用
同樣以上操作
輸入以下內容,重啟即可恢復
sc config i8042prt start= auto
Win+X
選擇 Windows PowerShell(管理員)
1.輸入命令cmd
,回車
2.再輸入以下內容,然后重啟即可禁用筆記本自帶的鍵盤
sc config i8042prt start= disabled
同樣以上操作
輸入以下內容,重啟即可恢復
sc config i8042prt start= auto
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。