mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Update configure-with-command-line.md
Add the missing command in `Disable Windows Firewall`.
This commit is contained in:
parent
99f8b3ab38
commit
4edd24a8c0
@ -74,6 +74,10 @@ Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
|
||||
|
||||
# [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd)
|
||||
|
||||
``` cmd
|
||||
netsh.exe advfirewall set allprofiles state off
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Deploy basic firewall rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user