Created
May 17, 2017 17:01
-
-
Save thejoltjoker/7369350ef332ea6633daff613a7e6b71 to your computer and use it in GitHub Desktop.
The Wacom Tablet Service isn't great and needs to be restarted every now and then. This script stops and starts the Wacom Tablet Service.
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
net stop WTabletServicePro | |
net start WTabletServicePro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment