<powershell>
winrm qc -q
winrm set winrm/config '@{MaxTimeoutms="1800000"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/service/auth '@{Basic="true"}'
Set-Item wsman:localhost\client\trustedhosts -value * -force
Get-NetFirewallProfile | Set-NetFirewallProfile -Enabled False
</powershell>
