Stopping the Windows Firewall by command prompt

From RSWiki
Revision as of 12:39, 17 May 2006 by Robert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using either the command line or through a logon script:

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