Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. To turn the trackpad off, run
  2.  
  3. reg add "HKCU\Software\Cypress TrackPad Driver\Device Select" /v EnableTrackPad /t REG_DWORD /d 1 /f
  4.  
  5. To turn the trackpad on, run
  6.  
  7. reg add "HKCU\Software\Cypress TrackPad Driver\Device Select" /v EnableTrackPad /t REG_DWORD /d 0 /f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement