Difference between revisions of "How to disable Windows Firewall using netsh"
From Tech-Wiki
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 09:18, 24 August 2016
From the Command Prompt (as administrator) type:
netsh firewall set opmode mode=disable profile=all