
서비스 상태를 비활성화에서 수동으로 변경하려고 하는데 Smart Card (SCardSvr)
적용을 클릭하면 다음과 같은 Windows 메시지가 나타납니다.
Cannot create a file when that file already exists
온라인에서 이에 대한 참조를 찾을 수 없거나 어떤 파일이 문제를 일으키는지 알 수 있는 방법을 찾을 수 없습니다.
어떤 파일이 문제를 일으키는지 알 수 있는 방법이나 해결 방법이 있나요?
감사해요
업데이트:
sc
명령줄에서 실행하면 다음이 제공됩니다.
C:\WINDOWS\system32>sc config SCardSvr start=auto
[SC] ChangeServiceConfig FAILED 183:
Cannot create a file when that file already exists.
This error may occur if another service is already using a Named
Pipe or RPC trigger for the same endpoint or interface as the
given service.
답변1
다음을 사용하여 서비스 상태를 수동으로 변경할 수 있었습니다 regedit.exe
.
http://computerstepbystep.com/smart_card_service.html
서비스 관리자를 통해 왜 작동하지 않는지 아직 잘 모르겠습니다.