How do I install WSL?

How do I install WSL?

How to Install WSL

You can easily install WSL through our WSL Installation Wizard during the CaseScan installation process. Simply click "Start WSL Setup Wizard" on the System Requirements screen and follow the on-screen instructions. This process includes restarting your PC. Once the WSL installation is complete, the CaseScan installer will reopen, displaying the Welcome screen, prompting you to continue with the System Requirements screen.

Alternatively, you can install WSL manually by following these steps:

Manual Installation Steps

  1. Click the Windows button to open the Start Menu.
  2. In the search bar, type PowerShell to find the Windows PowerShell app.
  3. Right-click the Windows PowerShell app and select Run as administrator.
  4. If prompted with the message "Do you want to allow this app to make changes to your device?", click Yes.
  5. In the command prompt, enter the following command and press Enter:
    wsl --install -d Ubuntu
    
  6. The WSL installation process will begin. Wait for it to complete.
  7. Once installation is complete, restart your PC.
  8. After the reboot, Windows PowerShell will reopen automatically.
  9. Wait until you see the prompt: "Enter new UNIX username".
  10. Close the PowerShell window by clicking the "X" button.

You have now successfully installed WSL on your PC!

For more details on WSL installation, visit the official documentation:
https://docs.microsoft.com/en-us/windows/wsl/install