Stopping the Windows Firewall by command prompt: Difference between revisions

From RSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Stop Windows Firewall by way of the command prompt ==
Using either the command line or through a logon script:
Using either the command line or through a logon script:


  disable:    netsh firewall set opmode mode=disable
  disable:    netsh firewall set opmode mode=disable
  enable:      netsh firewall set opmode mode=enable
  enable:      netsh firewall set opmode mode=enable
[[Category:Windows| ]]

Latest revision as of 11:54, 27 October 2018

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