|
|
|
|
|
by tyingq
1158 days ago
|
|
I noticed that "curl" in PowerShell is an alias, so you would have to deliberately say "curl.exe" to get System32\curl.exe C:\> alias curl
CommandType Name Version
Source
----------- ---- ------- ------
Alias curl -> Invoke-WebRequest
|
|
curl > curl.exe > C:\Windows\System32\curl.exe
[1] https://learn.microsoft.com/en-us/powershell/scripting/whats...