当前位置: > 部署 >

NSIS:使用netsh advfirewall屏蔽某程序访问网络

  • 部署
  • 2018-08-08 13:04
你觉得可以做什么?呵呵

;关闭防火墙
nsExec::Exec 'cmd /c netsh advfirewall set allprofiles state off'
;开启防火墙
nsExec::Exec 'cmd /c netsh advfirewall set allprofiles state on'
;删除屏蔽
nsExec::Exec 'cmd /c netsh advfirewall firewall Delete rule name="TIM"'
;添加屏蔽
nsExec::Exec 'cmd /c netsh advfirewall firewall add rule name="TIM" dir=out action=block program="C:\Program Files\TIM Lite\Bin\TIM.exe"'

猜你喜欢

最新评论

说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!