Stopping the Windows Firewall by command prompt

From RSWiki
Jump to navigation Jump to search

Stop Windows Firewall by way of the command prompt

Using either the command line or through a logon script:

disable:     netsh firewall set opmode mode=disable
enable:      netsh firewall set opmode mode=enable