Windows powershell

John 2000 0 Reputation points
2024-10-01T01:20:54.9633333+00:00

I want to install wsl, I triend from powershell just by entering this command(wsl--install) but It appears that It does not recognize It and I restarted mu PC to validate a problem but It does not provide a Solution, what can I do in this Situation? How can I install It?

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,520 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 33,481 Reputation points
    2024-10-01T13:01:36.6533333+00:00

    by entering this command(wsl--install)

    Wsl is the program name. --install is the command line argument. You need a space between them.

    wsl --install
    

    User's image

    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.