Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 199 Bytes

netsh-advfirewall.md

File metadata and controls

11 lines (9 loc) · 199 Bytes

netsh advfirewall

See Current State

netsh advfirewall show currentprofile
#turn off 
netsh advfirewall set allprofiles state off
#turn on 
netsh advfirewall set allprofiles state on