So I decided to start using PowerShell rather than Command Prompt. And I want to run curl. Very different output then discover that curl is an alias to
$res=Invoke-WebRequest "https://www.google.fr/"
#for look html of body
$res.ParsedHtml.body.innerHTML
#for look text of body
$res.ParsedHtml.body.innerText