Como consertar DHCP Client Service Erro 5: Access is Denied on Windows. You receive the erro message
Windows could not start the DHCP server service on local computer Erro 5: Access is denied
Visualizador de eventos
Solução 1 With Registry Editor
Do the following:
1. Clique Começar, clique Correr, e digite:
2. Clique OK;
3. Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp
4. Right Mouse Button click the key DHCP e clique Permissions;
5. Clique Adicionar, tipo:
network service
6. Clique OK;
7. Selecione NETWORKSERVICE and check the Full control box to grant NETWORKSERVICE full control on the DHCP chave.
8. Clique OK to apply the changes.
9. Do the same for the key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TcpIp
Solução 2 With Windows PowerShell or Command Prompt (DMC)
1. Abrir Windows PowerShell (ou prompt de comando) as admin;
2. Type the following command to add the NT Authority\Local Service:
NET LOCALGROUP administrators "NT Authority\Local Service" /add
3. Reset Winsock Catalog to a clean state:
netsh winsock reset catalog
4. Reinício your computer.