Saturday, May 14, 2022

Quick Tip: Disable Windows Firewall from the command line

Disable Windows Firewall from the command line

Using elevated command prompt, run:

c:\> netsh advfirewall set allprofiles state off

Keywords: Windows Firewall netsh
Reference(s):
http://techgenix.com/quicklyturnonoffwindowsfirewallusingcommandline/

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...