Update rules.md

Correcting the description for non-admin users and adding information how to avoid the block rules being created.
This commit is contained in:
Markus Sarcletti 2024-12-04 10:09:15 +01:00 committed by GitHub
parent 0547f5e2ec
commit 5b958c6c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,8 +36,6 @@ When first installed, network applications and services issue a *listen call* sp
- If the user isn't a local admin and they are prompted, block rules are created, no matter what option they chose.
To avoid this, **disable** the notification prompt. This can be done using [PowerShell or command prompt](/windows/security/operating-system-security/network-security/windows-firewall/configure-with-command-line) or in the Windows Firewall with Advanced Security console on the 'Customize Settings' tab of each profile.
In either of these scenarios, once the rules are added, they must be deleted to generate the prompt again. If not, the traffic continues to be blocked.
:::column-end:::
:::column span="2":::
@ -45,6 +43,8 @@ To avoid this, **disable** the notification prompt. This can be done using [Powe
:::column-end:::
:::row-end:::
In either of these scenarios, once the rules are added, they must be deleted to generate the prompt again. If not, the traffic continues to be blocked.
> [!NOTE]
> The firewall's default settings are designed for security. Allowing all inbound connections by default introduces the network to various threats. Therefore, creating exceptions for inbound connections from non-Microsoft software should be determined by trusted app developers, the user, or the admin on behalf of the user.