From a12516b71aaff3f98964d02f756aa7abd2419cc1 Mon Sep 17 00:00:00 2001 From: Craig Loewen Date: Thu, 8 Aug 2024 10:47:18 -0400 Subject: [PATCH] Added link to store info in intune settings --- WSL/intune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WSL/intune.md b/WSL/intune.md index 0af2cb4f..1417efb8 100644 --- a/WSL/intune.md +++ b/WSL/intune.md @@ -17,7 +17,7 @@ To maximize security in an enterprise environment, we recommend that you specify | Setting Name | Value | Description | | --- | --- | --- | -| Allow the Inbox version of the Windows Subsystem for Linux | Disabled | When set to disabled, this policy disables the inbox version (optional component) of the Windows Subsystem For Linux. If this policy is disabled, only the store version of WSL can be used. | +| Allow the Inbox version of the Windows Subsystem for Linux | Disabled | When set to disabled, this policy disables the inbox version (optional component) of the Windows Subsystem For Linux. If this policy is disabled, only the store version of WSL can be used. [Learn more about the difference between Store WSL and Inbox WSL here](https://aka.ms/wslstoreinfo) | | Allow WSL1 | Disabled | When set to disabled, this policy disables WSL1. When disabled, only WSL2 distributions can be used. | | Allow the debug shell | Disabled | When set to disabled, this policy disables the debug shell (wsl.exe --debug-shell). This policy only applies to Store WSL. | | Allow custom kernel configuration | Disabled | When set to disabled, this policy disables custom kernel configuration via .wslconfig (wsl2.kernel). This policy only applies to Store WSL. |