Created
June 15, 2015 04:56
-
-
Save origamium/9795755b664343718701 to your computer and use it in GitHub Desktop.
Windows 8以降のWindowsOSの場合、学内プリンタドライバのサービスが何らかの理由により停止することが多いので、サービスの再起動をするバッチファイルです(要管理者権限)
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 Spooler | |
net start Spooler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ファイルがDesktopにある場合はDesktopに移動したあと
runas /user:administrator univPrtSvRestart.bat
すると幸せになれるみたいです