1

I opened up my Hyper-V Manager console, and I noticed a VM running with the name "primary", which points to Ubuntu server-cloud muitipassd etc (see screenshots).

When I try to connect to it, it shows me a prompt to login:

Q1) How did this "primary" get there? I would never name my VM's with the name primary

Q2) What is the default password to login?

enter image description here enter image description here

joedotnot
  • 513

1 Answers1

0

It turn out the "primary" VM was not setup manually by anyone.

It was setup when I ran Ubuntu multipass for Windows, found here https://multipass.run/

To use a linux instance, open a normal (Windows) command prompt and enter

multipass shell primary

That will be my linux shell (very similar to WSL2).

joedotnot
  • 513