Difference between revisions of "Stopping the Windows Firewall by command prompt"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | {{AdWords}} | ||
+ | == 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 | ||
− | + | {{AdWords2}} | |
[[Category:Windows| ]] | [[Category:Windows| ]] |
Revision as of 19:15, 15 January 2008
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