Windows Subsystem for Linux

Glenn Maxwell 12,336 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 Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,907 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,575 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,703 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
449 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,627 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 22,181 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

    0 comments No comments

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.