티스토리 뷰
- instsrv.exe, srvany.exe 설치
- instsrv.exe는 서비스를 등록/삭제 할 수있는 툴이고, 해당 툴을 이용하여, srvany.exe 를 서비스로 등록하면, 외부 어플리케이션을 서비스로 실행할 수 있게 해주다.
- 두파일은 windows 2003 Resource Kit Tools 에서 제공하는 툴로 없는 경우 실행파일만 복사해줘도 된다.
- C:\windows\system32\instsrv.exe
- C:\windows\system32\srvany.exe
- instsrv.exe는 파워쉘 명령어로 대체 가능
- 서비스 등록
- instsrv.exe TestService "C:\windows\system32\srvany.exe"
- 또는 파워쉘에서 New-Service -Name "TestService" -BinaryPathName "C:\windows\system32\srvany.exe"
- 레지스트리 등록
- regedit을 실행
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TestService 검색
- 하위에 Parameters 디렉토리생성
- Application 키에 "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe C:\TestSeriveScript.ps1" 값 추가
- 서비스 실행
- Services 에서 TestService 서비스 실행
참고 : http://dol9.tistory.com/142
다운로드 : srvany.exe
'운영체제' 카테고리의 다른 글
Powershell 몇 일 전 날자 요일 뽑아 오기 (0) | 2018.01.05 |
---|---|
Powershell 디렉토리 하위 디렉토리 파일 리스트 확인 (0) | 2018.01.05 |
Powershell IIS binding 도메인 가져오기 (0) | 2017.12.05 |
Powershell Hyper-V 자주 사용하는 명령어 정리 (0) | 2017.11.17 |
Linux ssh 접속시 locale(LANG, LC_*) 전달 (0) | 2017.09.20 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- 명령어
- command
- limits
- Windows
- 코드
- apache
- 외부링크
- File
- check
- code
- Module
- monitoring
- deview
- 이슈처리
- httpd
- client
- mysql
- 예제
- example
- Python
- error
- 번역
- RESTful
- MariaDB
- Linux
- configuration
- PowerShell
- Ansible
- engineering
- Web
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함