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

From Tech-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
[[Category:Microsoft]]
 
From the Command Prompt (as administrator) type:  
 
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 03:48, 8 August 2016

From the Command Prompt (as administrator) type:

netsh firewall set opmode mode=disable profile=all