Installing Chocolatey

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) 

Installing MongoDB

  • Download and run the lastest installer.
  • Create new enviroment variable path with value C:\Program Files\MongoDB\Server\{VERSION}\bin.

Installing VSCode

Installing Chrome

Installing git

  • Execute choco install git or download and run the latest installer.