@echo off netsh firewall set opmode disable/enable >%windir%\fw.log bzw. in aktuelleren Windows-Versionen: @echo off netsh advfirewall set allprofiles state off/on >%windir%\fw.log
Table of Contents