Windows 10: How do I install wsl 2 on an offline windows 11 pc?

Discus and support How do I install wsl 2 on an offline windows 11 pc? in Windows 10 Gaming to solve the problem; Hello All,I am trying to install WSL on an offline windows 11 computer Version 24H2, build 26100.1742, but I am experiencing some issues. The computer... Discussion in 'Windows 10 Gaming' started by Joe Die-as, Jun 11, 2025 at 11:47 AM.

  1. How do I install wsl 2 on an offline windows 11 pc?


    Hello All,I am trying to install WSL on an offline windows 11 computer Version 24H2, build 26100.1742, but I am experiencing some issues. The computer in question can't be connected to the internet, so I am transferring over any need files using a CD and disc drive. As such, the guide at https://learn.microsoft.com/en-us/windows/wsl/install cannot be used. I've tried following the manual install guide over at https://learn.microsoft.com/en-us/windows/wsl/install-manual, but can't progress past step 4. At that step, the WSL2 Linux kernel update package wsl_update_x64.msi produces

    :)
     

  2. WSL 2

    I want to make use of WSL 2 feature with the new update of Windows version 2004 , in order to use WSL 2 i need to enable Virtualization in my pc bios settings. So when i enable virtualization my windows starts lagging and all the animations of scrolling
    etc etc lags...Please suggest me something to fix that so that i could use the new virtualization feature.
     
    Legend Hunter 3, Jun 11, 2025 at 11:49 AM
    #2
  3. Brink Win User
    WSL in Microsoft Store now generally available on Windows 10 and 11

    Source: https://devblogs.microsoft.com/comma...ows-10-and-11/ See also:
     
  4. How do I install wsl 2 on an offline windows 11 pc?

    HOW TO INSTALL WORDPRESS ON WINDOWS 11 FOR OFFLINE WEBHOSTING?

    Method 1: Using WSL (Windows Sub-System for Linux)

    Step 1- Install WSL

    Install WSL by performing the following steps:

    1. Enter the following command in an administrator PowerShell or Windows Command Prompt and then restarting your machine.

    wsl –install

    Now, please wait until WSL is installed.

    Once the installation is complete, please restart the PC.

    2. The above command only works if WSL is not installed at all, if you run wsl –install and see the WSL help text, please try running wsl –list –online to see a list of available distros and run wsl –install -d <DistroName> to install a distro.

    Step 2- Install NGINX Webserver

    WordPress requires a webserver to function; hence you need to install one.

    Now you need to run the following command once you boot the Linux distribution you just installed.

    sudo apt update

    sudo apt install nginx

    After successfully installing NGINX, you need to run the following commands to enable Start and Stop services.

    sudo service nginx start

    sudo service nginx stop

    Now let us verify if NGINX is working. Enter http://localhost in any web browser. It should show the following page:

    Step 3- Installing Database Server

    WordPress stores information in a database server. So, we need to install one. Maria Database Server is most suitable for this purpose. So, let us install it.

    Please run the following command inside your WSL Linux distro.

    sudo apt install mariadb-server

    Run another command to assign a root password to secure the database server.

    sudo mysql_secure_installation

    Now you will be asked to validate secure password component. Press Y and hit Enter.

    Enter the password and confirm it by entering the password again.

    Step 4- Installing PHP

    WordPress is based on PHP. So, this step is a must. Please install PHP by entering the following command.

    sudo apt install php-fpm php-common php-mysql php-gmp php-curl php-intl php-mbstring php-xmlrpc php-gd php-xml php-cli php-zip

    (Please copy the command to avoid typo)

    Step 5- Install WordPress

    WordPress can be easily installed now. Enter the following commands to start with.

    wget cd /tmp

    https://wordpress.org/latest.tar.gz

    tar -xvzf latest.tar.gz

    sudo mv wordpress /var/www/wordpress

    You need www-data to own the WordPress directory. Here is how to get it. Enter the following commands.

    sudo chown -R www-data:www-data /var/www/WordPress/

    sudo chmod -R 755 /var/www/wordpress/

    Now follow the on-screen instructions to successfully install WordPress. You can customize your website now.

    Click here to more methods of installing wordpress on Windows 11
     
Thema:

How do I install wsl 2 on an offline windows 11 pc?

Loading...
  1. How do I install wsl 2 on an offline windows 11 pc? - Similar Threads - install wsl offline

  2. How do I install wsl 2 on an offline windows 11 pc?

    in Windows 10 Software and Apps
    How do I install wsl 2 on an offline windows 11 pc?: Hello All,I am trying to install WSL on an offline windows 11 computer Version 24H2, build 26100.1742, but I am experiencing some issues. The computer in question can't be connected to the internet, so I am transferring over any need files using a CD and disc drive. As such,...
  3. How do i fix my offline pc

    in Windows 10 Gaming
    How do i fix my offline pc: my pc has wireless internet inside of it but then i had no wifi but the rest of my house does when i try to connect it to my wifi it shows no connections and just says network and internal settings...
  4. How do i fix my offline pc

    in Windows 10 Software and Apps
    How do i fix my offline pc: my pc has wireless internet inside of it but then i had no wifi but the rest of my house does when i try to connect it to my wifi it shows no connections and just says network and internal settings...
  5. How do i fix my offline pc

    in Windows 10 Network and Sharing
    How do i fix my offline pc: my pc has wireless internet inside of it but then i had no wifi but the rest of my house does when i try to connect it to my wifi it shows no connections and just says network and internal settings...
  6. WSL 2 distro installation failure

    in Windows 10 Ask Insider
    WSL 2 distro installation failure: Installation of WSL 2 distros fails with error Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x80370102 Error: 0x80370102 The virtual machine could not be started because a required feature is not installed. I also cannot run Hyper-V...
  7. Installing anbox on wsl 2

    in Windows 10 Drivers and Hardware
    Installing anbox on wsl 2: Tried to run android apps on wsl using anbox worked fine on my desk following a reddit guide but doesn't work on my laptop with the newer ms linux kernel.Says dkms can't locate the binder and ashmem modules for some reason.tried kernel source dir doesn't work.Also question...
  8. How to downgrade from wsl 2 to wsl 1?

    in Windows 10 Ask Insider
    How to downgrade from wsl 2 to wsl 1?: I installed wsl 2, but i had to disable Hyper-V to use Virtualbox, and now my wsl machines, ubuntu and debiain, won't start. How to downgrade form wsl 2 to wsl 1, because it seems wsl 1 works fine with Hyper-V disabled? submitted by /u/evolution800 [link] [comments]...
  9. WSL 2

    in Windows 10 BSOD Crashes and Debugging
    WSL 2: I want to make use of WSL 2 feature with the new update of Windows version 2004 , in order to use WSL 2 i need to enable Virtualization in my pc bios settings. So when i enable virtualization my windows starts lagging and all the animations of scrolling etc etc lags...Please...
  10. Cannot install WSL 2

    in Windows 10 Installation and Upgrade
    Cannot install WSL 2: I'm running build 18945.1001. I installed Windows Subsystem for Linux from the store as per https://docs.microsoft.com/en-us/windows/wsl/install-win10. I can go to the store, click Debian, click Launch and get a Bash terminal. I rebooted, ran Enable-WindowsOptionalFeature...