Unsupported console error with Ubuntu 18.04 in WSL

I enter my username in Ubuntu, but it doesn't take it. Instead I see the following error:

Unsupported Console

What does it mean?


Solution 1:

This is a common item for people using WSL. Fortunately, it's not too difficult to fix:

  1. Open the Run dialog (Win+R) and type cmd.exe
  2. When Command Prompt appears, click the upper-left icon and choose "Properties": Command Prompt - Properties
  3. On the "Options" tab (the first one) look at the bottom where it says "Use Legacy Console" and ensure it's unchecked
  4. Press [OK] to save the changes

You will need to restart your Command Prompt (and probably WSL) for this to take effect.