How to disable the Keyboard until Reboot
Posted on January 5, 2009
1 2 3 4 5 6 7 8 9 | 'System & API - How to disable the Keyboard until Reboot Option Explicit 'Warning: After running this code, the keyboard will be disabled. It will be functional again 'only after you reboot your computer! Private Sub Main() Shell "rundll32 keyboard,disable" End Sub |
Related posts:
- How to disable the Mouse until Reboot
- How to show Accessability Properties (Keyboard)
- How to show Keyboard Properties Control Panel
- How to get the type of the Keyboard
- How to get the Keyboard repeat rate
- How to LogOff/Restart/Shutdown the system (in two ways)
- How to get the Keyboard repeat delay
- How to Enable And Disable The Ctrl+Alt+Del
- How to implement DInput for keyboard
- VB6: Kill / Disable / Delete Windows XP Firewall and Security Center (tutorial)