Update configure-with-command-line.md

Add the missing command in `Disable Windows Firewall`.
This commit is contained in:
moon 2025-02-23 10:11:20 +08:00 committed by GitHub
parent 99f8b3ab38
commit 4edd24a8c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,10 @@ Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
# [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd) # [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd)
``` cmd
netsh.exe advfirewall set allprofiles state off
```
--- ---
## Deploy basic firewall rules ## Deploy basic firewall rules