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

From Tech-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]
 +
'''[[Microsoft#Misc|Back to Misc]]'''
 +
 +
 
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

Latest revision as of 10:18, 24 August 2016

Back to Misc


From the Command Prompt (as administrator) type:

netsh firewall set opmode mode=disable profile=all