Skip to content

Instantly share code, notes, and snippets.

@thejoltjoker
Created May 17, 2017 17:01
Show Gist options
  • Save thejoltjoker/7369350ef332ea6633daff613a7e6b71 to your computer and use it in GitHub Desktop.
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.
net stop WTabletServicePro
net start WTabletServicePro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment