Is wget a default Windows 10 command in PowerShell?

2

I need know if wget is a default command in Windows 10, because I want to run a .bat file in some customer's computers to run a script. I would prefer not to install wget separately, just use it.

So, is it available by default in Windows 10?

Sérgio Thiago Mendonça

Posted 2020-02-11T18:56:42.333

Reputation: 133

Question was closed 2020-02-12T10:53:31.710

4Wget is an Powershell alias for Invoke-WebRequest. – msmafra – 2020-02-11T19:06:43.220

No answers