ETC

Window 서비스 등록/삭제 방법

ceusee 2011. 10. 20. 09:30

윈도위 서비스 등록 삭제 방법.

1. 서비스 등록

명령창에서 실행 합니다..  (cmd , 시작->실행->cmd 입력)

sc create “New Service” binPath= “C:\TestFolder\TestApp.exe”

New Server = 서비스 이름

2. 서비스 삭제

sc delete “New Service”