Difference between revisions of "How to disable Windows Firewall using netsh"

From Tech-Wiki
Jump to: navigation, search
(Created page with " netsh firewall set opmode mode=disable profile=all")
 
Line 1: Line 1:
 +
From the Command Prompt (as administrator) type:
 +
 
  netsh firewall set opmode mode=disable profile=all
 
  netsh firewall set opmode mode=disable profile=all

Revision as of 04:41, 20 June 2012

From the Command Prompt (as administrator) type:

netsh firewall set opmode mode=disable profile=all