Allow an app through firewall
March 10, 2023
netsh advfirewall add rule name="Firefox" dir=in action=allow program="C:/Program Files/Mozilla Firefox/firefox.exe" enable=yes
Allow Fossil:
netsh advfirewall firewall add rule name="Fossil" dir=in action=allow program="C:\bin\fossil.exe" enable=yes
netsh advfirewall firewall add rule name="Fossil" dir=out action=allow program="C:\bin\fossil.exe" enable=yes
as it turns out Fossil doesn't need this. However the command works so saving for posterity.