Disable The Keyboard Until Reboot

Warning: After running this code, the keyboard will be functional again only after you'll reboot your computer!

Form Code

Private Sub Form_Load()
    Shell "rundll32 keyboard,disable"
End Sub

Go Back