Update windows/security/operating-system-security/network-security/windows-firewall/configure-the-windows-firewall-log.md

Co-authored-by: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
This commit is contained in:
msarcletti
2023-10-09 15:36:01 +02:00
committed by GitHub
parent 96fa42474b
commit 7709fcf3b5

View File

@ -73,7 +73,7 @@ $ACL.SetAccessRuleProtection($true, $false)
$RULE = New-Object System.Security.AccessControl.FileSystemAccessRule ("NT SERVICE\mpssvc","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$ACL.AddAccessRule($RULE)
```
Restart the Computer to restart the Windows Defender Firewall Service.
Restart the device to restart the Windows Defender Firewall Service.