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