I installed Ubuntu 20.04 in WSL2 before updating from Windows 10 to 11 beta, and in Windows 10 it always worked fine.
After the update I can still see the installed distribution like this:
PS C:\> wsl --list
Windows Subsystem for Linux Distributions:
Ubuntu-20.04 (Default)
PS C:\>
But I can't start it anymore:
PS C:\> wsl
Access is denied.
PS C:\>
This happens even when I run PowerShell as Administrator, I get the same Access is denied as non-privileged and as Administrator user.
Does somebody have an idea how to solve this?