기술(MS,Web,Windows,AWS)/[MS]Windows
윈도우 서비스 등록 삭제 방법
winapp
2016. 2. 12. 08:37
윈도우 서비스 등록 삭제 방법.
1. 서비스 등록
명령창에서 실행 합니다.. (cmd , 시작->실행->cmd 입력)
sc create "New Service이름" binPath= "C:\TestFolder\TestApp.exe"
2. 서비스 삭제
sc delete "New Service이름"