Bem, como ninguém tem (pode?) responder isso - vou postar o que fiz para contornar o problema.
Restaurado para uma imagem que tirei há pouco mais de um ano. Problema resolvido, tipo.
Não consigo iniciar meu serviço do Firewall do Windows há algum tempo. Como posso começar isso?
Quando eu tento pelo gerenciador de serviços (services.msc), recebo este erro:
Estouexecutandoservices.msc
comoadministrador.
OEventViewer
mostraestamensagemdeerro:
TheWindowsFirewallserviceterminatedwithservice-specificerrorAccessisdenied..
Ascredenciaisdelogonatuaissão:
Eu tentei Local system account
e recebi o seguinte erro:
EuexecuteioSystemFilecheckertool
(SFC.exe),masnãoencontreiproblemas.
WindowsResourceProtectiondidnotfindanyintegrityviolations.
RecebiumerroaotentarexecutaroFixIt
napáginaseguinte:
Que afirma fazer isso:
What it fixes...
- Windows Firewall is not the default firewall
- Windows Firewall does not start
- Windows could not start Windows Firewall. Service-specific error 5 (0x5)
- Remote Assistance is not working because it is blocked by Windows Firewall
- You cannot access shared files and printers because sharing is blocked by Windows Firewall
- BFE service is missing
- Firewall will not start Error Code 80070424
O erro que recebi foi:
Euinclusiverestaureiasegurançadoserviçoparaoquedeveriaserdepoisdecriarosistemaoperacionalseguindoestasinstruções:
Part1:Creatingthepolicytemplate.
- Openacommandprompt.
- Runmmc.exe.
- Filemenu>Add/removesnap-in>SecurityTemplates>Addbutton>OKbutton.
- Right-clickontheSecurityTemplates>NewTemplateSearchPath>SelectC:\Windows\Security\Templatesasthedestination.
- Right-clicktheC:\Windows\Security\Templatesdirectory>NewTemplate>specifythenameasServer2008Firewall>OKbutton.
- ExpandtheServer2008Firewallnode>clickontheSystemServicesnode.
- Right-clicktheWindowsFirewallservice>Properties.
- Putacheckinthe"Define this policy" checkbox.
- Select the Automatic radio button.
- Select the Edit Security button.
- Ensure the following entries are listed. If they aren't, then add them:
- SYSTEM: Full Control
- Administrators: Full Control
- INTERACTIVE: Read
- Click OK, and OK again to close the Windows Firewall Properties dialog window.
- Right-click on the Server 2008 Firewall node again on the left-hand side, and choose Save.
Part 2: Applying the template security.
- In the same mmc, select the File manu > Add/remove snap-in > Security and Configuration Analysis > Add button > OK button.
- Right-click the Security Configuration Node > Open Databse (think of this as Create Database).
- Specify a database name > Open button.
- In the Template window, open the C:\Windows\Security\Templates\Server 2008 Firewall.inf.
- Right-click on the Security Configuration node > Configure Computer Now.
Isso pode ser causado porque a conta “NT Service \ MpsSvc” não possui permissões adequadas na seguinte chave do Registro:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess
Solução detalhada:
NT SERVICE\mpssvc
(sem distinção entre maiúsculas e minúsculas). MpsSvc
. Eu encontrei esse problema no Server 2012 R2 hoje, e obtivemos a correção acima em um thread na comunidade Microsoft. Funcionou como um encanto para mim.