Check Winget

winget --version

Install Development tools

1. Git

winget install --id Git.Git -e
git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
git config --global user.email "EMAIL_HERE"
git config --global user.name "NAME_HERE"

2. VS Code

winget install --id Microsoft.VisualStudioCode -e

3. NodeJS using nvm-windows

Download the official installer from: https://github.com/coreybutler/nvm-windows/releases

4. Putty

winget install -e --id PuTTY.PuTTY

Upgrade tools

winget upgrade --all --silent