Run the following in cmd Download folder
dir | findstr ".zipC:\Users\adminuser\Downloads>dir | findstr ".zip"
07/07/2024 02:24 PM 29,463,958 node-v20.15.0-win-x64.zipUnzip the file
tar -xf node-v20.15.0-win-x64.zipsetx /M PATH "%PATH%;C:\Users\adminuser\Downloads\node-v20.15.0-win-x64"Close and reopen cmd and run the following to verify the installation
node -vnpm -vHow to install Linux on Windows with WSL
wsl --install