Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Duckye21/0e0e0d493c956f67de62ac75db0594c2 to your computer and use it in GitHub Desktop.
Save Duckye21/0e0e0d493c956f67de62ac75db0594c2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment