Skip to content

Commit bb3e633

Browse files
Merge pull request #2291 from MicrosoftDocs/main
Update Live
2 parents e9a3150 + f92097d commit bb3e633

27 files changed

Lines changed: 93 additions & 53 deletions

WSL/case-sensitivity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how case sensitive file names are handled between Windows and
44
keywords: case sensitivity, wsl, windows, linux, ntfs, mount
55
ms.date: 09/27/2021
66
ms.topic: how-to
7+
ms.custom: sfi-image-nochange
78
---
89

910
# Adjust case sensitivity

WSL/enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See [Microsoft Defender for Endpoint plug-in for WSL](/microsoft-365/security/de
3434

3535
[Microsoft Intune](/mem/intune/fundamentals/what-is-intune) is a cloud-based endpoint management solution. It manages user access to organizational resources and simplifies app and device management across your many devices, including mobile devices, desktop computers, and virtual endpoints. You can use Microsoft Intune to manage devices inside of your organization, which now also includes managing access to WSL and its key security settings.
3636

37-
See [Intune settings for WSL](./intune.md) for guidance on using InTune to manage WSL as a Windows component and the recommended settings.
37+
See [Intune settings for WSL](./intune.md) for guidance on using Intune to manage WSL as a Windows component and the recommended settings.
3838

3939
### Use advanced networking features and controls
4040

WSL/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,7 @@ sections:
300300
answer: |
301301
This error is caused by a group policy blocking WSL. To resolve, first run the command `wsl --update` to update to the latest Store version. If that doesn't resolve the issue, contact your administrator. Learn more about the difference between the inbox WSL and Store version of WSL: [WSL in the Microsoft Store](/windows/wsl/compare-versions#wsl-in-the-microsoft-store).
302302
303+
- question: |
304+
Was LxssManager replaced by WSLService?
305+
answer: |
306+
Yes, LxssManager was replaced by WSLService when WSL transitioned from an inbox component to instead being serviced by the Microsoft Store.

WSL/install-on-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Now that you've downloaded a Linux distribution, in order to extract its content
7878
7979
```powershell
8080
mkdir "$env:USERPROFILE\AppData\Local\DebianWSL" | Out-Null
81-
tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C $"env:USERPROFILE\AppData\Local\DebianWSL"
81+
tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C "$env:USERPROFILE\AppData\Local\DebianWSL"
8282
```
8383
8484
4. Add your Linux distribution path to the Windows environment PATH (`C:\Users\Administrator\Ubuntu` in this example), using PowerShell:

WSL/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ Try the most recent features or updates to WSL by joining the [Windows Insiders
107107

108108
If you prefer not switching your Windows installation to a preview channel, you can still test the latest preview of WSL by issuing the command: `wsl --update --pre-release`. For more information check the [WSL Releases page on GitHub](https://github.com/Microsoft/WSL/releases).
109109

110+
## Offline install
111+
112+
To install WSL offline, you need to do these steps:
113+
114+
- Download and install latest WSL MSI package from [the GitHub releases page](github.com/microsoft/wsl/releases)
115+
- Open a PowerShell window with admin privileges and run `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart` to enable the Virtual Machine Platform optional component. You will likely need to restart your computer for this to take effect.
116+
- Install a distribution via a .wsl file. You can find URLs to download these files at [DistributionInfo.json](https://github.com/microsoft/WSL/blob/master/distributions/DistributionInfo.json) for your chosen distro.
117+
110118
## Additional resources
111119

112120
- [Windows Command Line Blog: Install WSL with a single command now available in Windows 10 version 2004 and higher](https://devblogs.microsoft.com/commandline/install-wsl-with-a-single-command-now-available-in-windows-10-version-2004-and-higher/)

WSL/intune.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Intune settings
33
description: Available settings in Intune for the Windows Subsystem for Linux (WSL)
4-
ms.date: 01/10/2024
4+
ms.date: 08/04/2025
55
ms.topic: article
66
---
77

88
# Intune settings for WSL
99

1010
You can now use management tools like Intune to manage WSL as a Windows component.
1111

12-
To access these settings please navigate to your Microsoft Intune admin center portal, and then select: `Devices -> Configuration Profiles -> Create -> New Policy -> Windows 10 and later -> Settings catalog`, create a name for the new profile and search for "Windows Subsystem for Linux" to see and add the full list of available settings.
12+
To access these settings navigate to your Microsoft Intune admin center portal, and then select: `Devices -> Configuration Profiles -> Create -> New Policy -> Windows 10 and later -> Settings catalog`, create a name for the new profile and search for "Windows Subsystem for Linux" to see and add the full list of available settings.
1313

1414
## Recommended settings
1515

@@ -58,3 +58,9 @@ The last group of settings that end with `*UserSettingConfigurable` control acce
5858
| Allow user setting firewall configuration | When set to disabled, this policy disables firewall configuration via .wslconfig (wsl2.firewall). This policy only applies to Store WSL. |
5959
| Allow nested virtualization | When set to disabled, this policy disables nested virtualization configuration via .wslconfig (wsl2.nestedVirtualization). This policy only applies to Store WSL. |
6060
| Allow kernel debugging | When set to disabled, this policy disables kernel debugging configuration via .wslconfig (wsl2.kernelDebugPort). This policy only applies to Store WSL. |
61+
62+
## Set up with group policy
63+
64+
WSL policies are defined by a [WSL ADMX file](https://github.com/microsoft/WSL/blob/master/intune/WSL.admx) which can be downloaded from our GitHub.
65+
66+
ADMX files can be imported manually and used to manage group policy locally on the machine, [see the ADMX doc page](https://learn.microsoft.com/windows/client-management/understanding-admx-backed-policies) to learn more about that process.

WSL/media/UbuntuStore.png

-231 KB
Loading

WSL/media/appstorage-11.png

-2.16 KB
Loading

WSL/media/docker-dashboard.png

-39.7 KB
Loading

WSL/media/docker-running.png

50.4 KB
Loading

0 commit comments

Comments
 (0)