mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
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:
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user