netsh advfirewall firewall delete rule ^
name="Focusrite Control"

netsh advfirewall firewall add rule ^
name="Focusrite Control" ^
dir="in" ^
program="%~dp0ControlServer.exe" ^
action=allow ^
profile=private,domain ^
description="Allows Focusrite Control access to the network to allow control from remote devices"