Last active
September 24, 2019 14:55
-
-
Save muink/c28b1452b2fd2a47cc1eb1be19444f8a to your computer and use it in GitHub Desktop.
Wacom数位板驱动服务重启
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
@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