Manage inbound firewall rules using netsh advfirewall from an elevated command prompt.
Note: Run all commands as Administrator.
netsh advfirewall firewall add rule name="ARCGIS 6443" dir=in action=allow protocol=TCP localport=6443
netsh advfirewall firewall add rule name="ARCGIS 6006" dir=in action=allow protocol=TCP localport=6006
netsh advfirewall firewall set rule group="File and Printer Sharing" new profile=private
netsh advfirewall firewall set rule name="File and Printer Sharing (SMB-In)" dir=in new enable=Yes
netsh advfirewall firewall add rule name="GameStream UDP" dir=in protocol=udp localport=5353,47998-48010 action=allow
netsh advfirewall firewall add rule name="GameStream TCP" dir=in protocol=tcp localport=47984,47989,48010 action=allow