Change the network from public to private
Open port 5986 on the firewall by using the cmd
netsh firewall add portopening TCP 5986 "WinRM over HTTP"
Allow the remote machine "Remote_IP" as trusted host on the client by using cmd.
winrm set winrm/config/client '@{TrustedHosts="Remote_IP"}'