Windows

How-to

Setting Environment vars
// Preset environment variables
echo %USERPROFILE%

// set HOME varaiable
set HOME="%USERPROFILE%"
echo %HOME%
Enable Hyper-V
  • Right click on the Windows button and select ‘Apps and Features’.

  • Select Programs and Features on the right under related settings.

  • Select Turn Windows Features on or off.

  • Select Hyper-V and click OK.

Source: Install Hyper-V on Windows 10

Setup Windows Subsystem for Linux (WSL)

See SETUP > Dev Environments > Windows WSL

Last updated