复制红色代码,粘贴到“记事本”,“另存为”.bat格式
---------------------------------------------------------
1、WIN7 开启防火墙.bat
@echo off
netsh advfirewall set allprofiles state on
-----------------------------------------------------------------------------
2、WIN7 关闭防火墙.bat
@echo off
netsh advfirewall set allprofiles state off
留言