Windows Subsystem for Linux

Glenn Maxwell 12,871 Reputation points
2025-02-10T22:13:34.6866667+00:00

Hi All

I have installed Windows Subsystem for Linux on Windows Server 2019. The installed version is Ubuntu 22.04.1.7.0 When I click on WSL, it opens successfully. However, when other users click on WSL, nothing happens. They are local administrators on Windows Server 2019. Please guide me.

Windows for business Windows Server User experience PowerShell
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 24,476 Reputation points MVP
    2025-02-11T00:57:10.6766667+00:00

    Open PowerShell as Admin and execute the following command:

    wsl --list --verbose

    Try to run WSL as Administrator.

    Again, open PowerShell as Admin and run:

    wsl --update

    wsl --set-default-version 2

    Open C:\Users\ and check if AppData\Local\Packages\CanonicalGroupLimited.Ubuntu22.04onWindows_* exists for other users.

    If not, install WSL for them:

    wsl --install

    Ensure the "Virtual Machine Platform" Windows feature is enabled.

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

    Check that the Windows Subsystem for Linux feature is enabled.

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.