Enable ping:
netsh advfirewall firewall add rule name="ICMP Allow incoming IPv4 echo request" protocol=icmpv4:8,any dir=in action=allow netsh advfirewall firewall add rule name="ICMP Allow incoming IPv6 echo request" protocol=icmpv6:8,any dir=in action=allow
Open port 443:
netsh advfirewall firewall add rule name= "Open Port 443" dir=in action=allow protocol=TCP localport=443