Scoop is a command line package manager for windows that will let you easily download the tools we need. Open a powershell terminal and run:
set-executionpolicy remotesigned -s cu
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
You can install tools like cURL, nodejs etc.. using scoop.
scoop install nodejs
scoop install curl