Is there a way to add exceptions to a firewall rule such as blocking all Non "US" ip ranges. (See Below) Exceptions for specific addresses instead of removing the entire range from the list?
netsh advfirewall firewall add rule name="Block non_US IPs" dir=in action=block remoteip=1.0.0.0/8,2.0.0.0/8,5.0.0.0/8,14.0.0.0/8,25.0.0.0/8,27.0.0.0/8,31.0.0.0/ etc
Thanks