Skip to content

Instantly share code, notes, and snippets.

@datsuns
Created May 7, 2012 04:21
Show Gist options
  • Save datsuns/2625893 to your computer and use it in GitHub Desktop.
Save datsuns/2625893 to your computer and use it in GitHub Desktop.
Windowsのサービスをコマンドラインで制御
taskkill /F /IM TmProxy.exe
rem 名前は"表示名"を指定
sc config "TmProxy" start= disabled
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment