DHCP 클라이언트 서비스 오류를 수정하는 방법 5: Windows에서 액세스가 거부됩니다. You receive the error message
Windows could not start the DHCP server service on local computer Error 5: Access is denied
이벤트 뷰어
해결책 1 레지스트리 편집기와 함께
Do the following:
1. Click Start, click 달리다, 그리고 유형:
regedit
2. Click 좋아요;
3. 다음 키로 이동하십시오:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp
4. 마우스 오른쪽 버튼 키를 클릭하십시오 DHCP 그리고 클릭 권한;
5. Click Add, type:
network service
6. Click 좋아요;
7. Select 네트워크 서비스 그리고 확인하십시오 완전한 제어 box to grant NETWORKSERVICE full control on the DHCP key.
8. Click 좋아요 변경 사항을 적용합니다.
9. 키에 대해서도 똑같이하십시오:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TcpIp
해결책 2 Windows PowerShell 또는 명령 프롬프트로 (명령)
1. Open Windows PowerShell (또는 명령 프롬프트) 관리자로서;
2. Type the following command to add the NT Authority 지역 서비스:
NET LOCALGROUP administrators "NT Authority\Local Service" /add
3. WinSock 카탈로그를 깨끗한 상태로 재설정하십시오:
netsh winsock reset catalog
4. 재부팅 당신의 컴퓨터.