[Windows] 윈도우에서 서비스 등록 / 삭제하기

2016. 6. 15. 10:41Etc..


1. 서비스 등록

 - sc create "WorkService" binPath= "D:\test.bat"

   [ sc create "서비스명" binPath= "실행파일명" ]


2. 서비스 삭제

- sc delete "WorkService"

  [ sc delete "서비스명"]