Skip to content

Instantly share code, notes, and snippets.

@Duckye21
Duckye21 / restart-synaptics-driver.bat
Created July 20, 2024 04:00 — forked from mark05e/restart-synaptics-driver.bat
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
User: ISHAAN,glaitm
Key: 27R3VDEFYFX4N0VC3FRTQZX