Stopping the Windows Firewall by command prompt

From RSWiki
Revision as of 11:54, 27 October 2018 by Robert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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