Stopping the Windows Firewall by command prompt: Difference between revisions

From RSWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
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

Revision as of 12:39, 17 May 2006

Using either the command line or through a logon script:

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