Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created October 11, 2019 03:49
Show Gist options
  • Save mark05e/8c0525bd52e14bc417700bc516e403e5 to your computer and use it in GitHub Desktop.
Save mark05e/8c0525bd52e14bc417700bc516e403e5 to your computer and use it in GitHub Desktop.
Batch script to restart Synaptics touchpad driver
:: Synaptics touchpad stops working randomly
:: reference - https://superuser.com/questions/504178/synaptics-touchpad-stops-working-randomly
taskkill -f -im syntpenh.exe
cd "C:\Program Files\Synaptics\SynTP"
start "" "syntpenh.exe"
timeout 2
exit
@AlbarndM
Copy link

I love it, thks :3

@mark05e
Copy link
Author

mark05e commented Aug 14, 2020

I love it, thks :3

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment