Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. @echo off
  2.  
  3. echo Hello, SP1, this file will check to see if we've determinted your
  4. echo mouses' hardware ID, Press any key to check . . .
  5. pause > nul
  6. devcon /r disable "*PNP0F13"
  7. echo.
  8. echo Your mouse should be disabled now - check to see if you can still move it
  9. echo Now press any key to enable it again . . .
  10. pause > nul
  11. devcon /r enable "*PNP0F13"
  12. echo.
  13. echo Your mouse should be working now
  14. echo.
  15. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement