Created
October 11, 2019 03:49
-
-
Save mark05e/8c0525bd52e14bc417700bc516e403e5 to your computer and use it in GitHub Desktop.
Batch script to restart Synaptics touchpad driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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
I love it, thks :3