DAEMON 설치 실패 - This program requires at least Windows 2000 with SPTD 1.60 or higher.
ISO 파일을 가상 CD-ROM으로 연결해 주는 DAEMON 툴! 많이들 쓰시죠.
모든 경우에 그런 것은 아닌 것 같은데, 어느 때인가 Windows Server 2008 R2에 정상적으로 설치는 되었지만, 재부팅 후 DAEMON 프로그램이 뜨면서 다음과 같이 오류를 내뱉었습니다.
This program requires at least Windows 2000 with SPTD 1.60 or higher.
Kernel debugger must be deactivated.
다행히 검색해 보니 다음과 같이 답변이 있었습니다.
Asking for SPTD 1.60???? Help please.
; http://forum.daemon-tools.cc/f19/asking-sptd-1-60-help-please-25581/
위의 답변에 제시된 방법을 정리해 보면.
- DAEMON 프로그램을 다시 언인스톨 하고.
- REGEDIT 프로그램을 이용해서 "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\sptd" 키의 "Start" 값을 4로 바꿉니다. (4의 의미는 disable)
- 재부팅하고.
- 다시 REGEDIT 프로그램을 실행하고 "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\sptd" 키로 이동한 후 하위 "cfg" 키의 보안 설정을 삭제가 가능하도록 "Full control"을 준 후, "sptd" 노드 자체를 삭제합니다.
- 다시 재부팅하고.
- DAEMON 프로그램을 설치합니다.
끝!