Skip to content

Instantly share code, notes, and snippets.

@muink
Last active September 24, 2019 14:55
Show Gist options
  • Save muink/c28b1452b2fd2a47cc1eb1be19444f8a to your computer and use it in GitHub Desktop.
Save muink/c28b1452b2fd2a47cc1eb1be19444f8a to your computer and use it in GitHub Desktop.
Wacom数位板驱动服务重启
@echo off
taskkill /t /f /im WTabletServicePro.exe
ping -n 3 127.0.0.1>nul
sc stop WTabletServicePro
ping -n 3 127.0.0.1>nul
sc start WTabletServicePro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment