https://github.com/xx025/locklaptopkeyboard
禁用 Windows 笔记本内置键盘
https://github.com/xx025/locklaptopkeyboard
Last synced: 3 months ago
JSON representation
禁用 Windows 笔记本内置键盘
- Host: GitHub
- URL: https://github.com/xx025/locklaptopkeyboard
- Owner: xx025
- Created: 2024-04-11T04:00:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-11T04:21:35.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:21:19.887Z (7 months ago)
- Language: Python
- Size: 109 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LockLaptopKeyboard
禁用笔记本内置键盘
程序通过禁用i8042 键盘和 PS/2 鼠标端口驱动程序实现禁用笔记本内置键盘,
### 适用性
>Linux用户可以查看和使用 [toggle_keyboard.sh](toggle_keyboard.sh)
你可以手动以管理员身份运行下面的cmd命令,检查是否适用于你的机器
**禁用**
```shell
sc config i8042prt start= disabled
```**启用**
```shell
sc config i8042prt start= demand
```
或者
```shell
sc config i8042prt start= auto
```### 下载软件
[下载软件](https://github.com/xx025/LockLaptopKeyboard/releases/download/1/LockLaptopKeyboard.exe)
### 支持作者
[打赏作者](https://gist.github.com/xx025/63f9621e77d603c7ca7935e72a58f929)